The schema for the LDAP Server resource contains the following elements:
Click this link to view the XSD file.
Name |
Type |
Description |
---|---|---|
LdapServer |
Represents the LDAP Server type. |
Includes the elements of AuthenticableResourceType.
Name |
Type |
Description |
---|---|---|
Host |
xs:string |
The LDAP Server host. |
Port |
xs:int |
The LDAP Server port. |
BaseDn |
xs:string |
The distinguished name (DN) of the LDAP hierarchy |
LdapServerType |
Represents the type of the LDAP server. Currently the only supported LDAP Server type is Active Directory. |
|
Limit |
xs:int |
The maximum number of Active Directory users or groups retrieved and to be displayed in the Add Users Account screen of the application. |
LdapServerName |
xs:string |
Name of the LDAP server. |
SslEnabled |
xs:boolean |
Whether communication with the LDAP Server is done over SSL or not. |
Includes the elements of ResourceType.