Previous page

Next page

Locate page in Contents

Print this page

dir_realmType

Summary:

Defines an LDAP directory-based realm (an LDAP-compliant directory such as AD or ADAM on Windows, or OpenLDAP on Linux).

Type specification:

Extends realmType.

Adds the following elements:

Name

Min/Max

Type

Description

address

1..1

string

The IP address or the hostname of the server hosting the directory.

port

1..1

int

The TCP port at which the directory instance is listening for requests.

base_dn

1..1

string

Base DN. This is the top level of the directory tree.

default_dn

1..1

string

Default DN. This is the distinguished name of the default container where the user information is stored.

The default DN allows you to pass the user name during login or other operations as a plain name instead of using a fully qualified DN.

For example, let's say that the default DN is CN=Users,DC=Mydomain

If the user name is passed as TestUser (for example), then Agent will automatically construct a full DN by adding the TestUser to the default DN.

login

0..1

loginType

Login information. This information is used to establish a connection with the directory instance to perform authentication. The user specified here must exist in the directory and should have sufficient rights to use the directory services.

Please send us your feedback on this help page