Schema for LDAP Server Resource

The schema for the LDAP Server resource contains the following elements:

Click this link to view the XSD file.

LdapServersType

Name

Type

Description

LdapServer

LdapServerType

Represents the LDAP Server type.

LdapServerType

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
from which groups and users can be added to the application.

LdapServerType

LdapServerNameType

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.

LdapServerNameType

Includes the elements of ResourceType.