ServerType
LDAP server type.
Definition: LdapServerSettings.idl:13
@ ACTIVE_DIRECTORY
Active directory.
Definition: LdapServerSettings.idl:14
@ OPEN_LDAP
OpenLDAP.
Definition: LdapServerSettings.idl:15
SecurityProtocol
LDAP server type.
Definition: LdapServerSettings.idl:19
@ SEC_PROTO_NONE
no security protocol
Definition: LdapServerSettings.idl:20
@ SEC_PROTO_STARTTLS
use STARTTLS
Definition: LdapServerSettings.idl:22
@ SEC_PROTO_SSL
use SSL
Definition: LdapServerSettings.idl:21
Local and Remote Authentication Management.
Definition: AuthManager.idl:7
Server settings.
Definition: LdapServerSettings.idl:26
int port
Server port (only for SEC_PROT_NONE and SEC_PROT_STARTTLS)
Definition: LdapServerSettings.idl:32
string groupSearchFilter
Group search subfilter.
Definition: LdapServerSettings.idl:48
string id
Entry ID.
Definition: LdapServerSettings.idl:27
string bindDN
Bind DN.
Definition: LdapServerSettings.idl:39
string groupMemberAttr
Group member attribute.
Definition: LdapServerSettings.idl:46
string userEntryObjClass
User entry object class.
Definition: LdapServerSettings.idl:43
string searchBaseDN
Base DN for search.
Definition: LdapServerSettings.idl:41
boolean useAnonymousBind
use anonymous bind
Definition: LdapServerSettings.idl:38
boolean allowOffTimeRangeCerts
allow expired and not yet valid certificates
Definition: LdapServerSettings.idl:35
string server
IP or name of ldap server.
Definition: LdapServerSettings.idl:28
string groupEntryObjClass
Group entry object class.
Definition: LdapServerSettings.idl:47
SecurityProtocol secProto
Security protocol.
Definition: LdapServerSettings.idl:31
string adsDomain
ADS domain.
Definition: LdapServerSettings.idl:37
string adoptSettingsId
Use settings from LDAP server with <ID>
Definition: LdapServerSettings.idl:29
string bindPwd
Bind password.
Definition: LdapServerSettings.idl:40
string certificate
Certificates.
Definition: LdapServerSettings.idl:36
int sslPort
SSL port (only for SEC_PROT_SSL)
Definition: LdapServerSettings.idl:33
string loginNameAttr
Login name attribute.
Definition: LdapServerSettings.idl:42
ServerType type
Type of LDAP server.
Definition: LdapServerSettings.idl:30
boolean forceTrustedCert
Enforce trusted certificates.
Definition: LdapServerSettings.idl:34
boolean groupInfoInUserEntry
Group membership info in user entry.
Definition: LdapServerSettings.idl:45
string userSearchFilter
User search subfilter.
Definition: LdapServerSettings.idl:44