LDAP

LDAP, or Lightweight Directory Access Protocol, acts like a communication bridge allowing different computers to exchange and maintain important information about the resources and users in a network.

AXSOR can use this protocol to keep user accounts in sync between the Active Directory and AXSOR. So, if a user is added or removed in Active Directory, the AXSOR list of individuals will automatically update accordingly.

LDAP filters and filter settings are used to decide what users should be synced and how the data should be mapped.

Settings

Parameters

LdapAutoSyncInterval

The number of minutes between each automatic sync of LDAP. 0 means that no automatic synchronization should be performed.

Default setting: 0

LdapCheckStandardAttributes

Force LDAP to have all attributes in the LDAP Filter settings connected.

LdapHost

The IP address to the LDAP host (for example 127.0.0.1).

LdapLoginEnabled

Log every sync result from LDAP.

Default setting: Off (0)

LdapLogsSaveDays

The number of days that AXSOR will save LDAP logs.

Default setting: 7 days

LdapLogSync

Log every sync result from LDAP.

Default setting: Off (0)

LdapOneTimeLogin

Enable one time login in AXSOR with LDAP. This must also be done:

  • LdapLoginEnabled needs to be on
  • ForwardWindowsAuthToken=”true” needs to be in the web.config for AXSOR
  • Add AXSOR to trusted sites, to support IE and Chrome.

Default setting: Off (0)

LdapPageSize

 

Default setting: Off (0)

LdapPassword

The password that AXSOR will use to LDAP and make synchronizations.

LdapPort

The port used when communicating with the LDAP host.

Default setting: 389

LdapUsername

The username that AXSOR will use to LDAP host.

LdapUseSorting

Defines if the LDAP search should use “LdapSortControl” when fetching results.

Default setting: Off (0)

LdapUseSSL

Defines if AXSOR should use SSL when connecting to LDAP.

Default setting: Off (0)

en_USEN