58 constant
int ERR_CYCLIC_DEP = 1;
59 constant
int ERR_INVALID_CFG = 2;
70 constant
int ERR_SERVER_UNSPECIFIED = 1;
71 constant
int ERR_SERVER_UNREACHABLE = 3;
72 constant
int ERR_AUTHENTICATION_FAILED = 4;
73 constant
int ERR_NO_ROLES = 5;
74 constant
int ERR_NO_KNOWN_ROLES = 6;
LDAP server configuration interface.
Definition: LdapManager.idl:10
ServerType
LDAP server type.
Definition: LdapManager.idl:13
@ ACTIVE_DIRECTORY
Active directory.
Definition: LdapManager.idl:14
vector< ServerSettings > getLdapServers()
Get a list of LDAP server settings.
SecurityProtocol
LDAP server type.
Definition: LdapManager.idl:19
@ SEC_PROTO_NONE
no security protocol
Definition: LdapManager.idl:20
@ SEC_PROTO_SSL
use SSL
Definition: LdapManager.idl:21
int setLdapServers(in vector< ServerSettings > serverList)
Sets a list of LDAP servers.
int testLdapServer(in string username, in string password, in ServerSettings settings, out string diagMsg)
Tests an LDAP server configuration.
Local and Remote Authentication Management.
Definition: AuthManager.idl:7
Server settings.
Definition: LdapManager.idl:26
string id
Entry ID.
Definition: LdapManager.idl:27
ServerType type
Type of LDAP server.
Definition: LdapManager.idl:30
string groupSearchFilter
Group search subfilter.
Definition: LdapManager.idl:48
string groupMemberAttr
Group member attribute.
Definition: LdapManager.idl:46
boolean forceTrustedCert
Enforce trusted certificates.
Definition: LdapManager.idl:34
string userSearchFilter
User search subfilter.
Definition: LdapManager.idl:44
string adoptSettingsId
Use settings from LDAP server with <ID>
Definition: LdapManager.idl:29
string server
IP or name of ldap server.
Definition: LdapManager.idl:28
string certificate
Certificates.
Definition: LdapManager.idl:36
boolean groupInfoInUserEntry
Group membership info in user entry.
Definition: LdapManager.idl:45
string groupEntryObjClass
Group entry object class.
Definition: LdapManager.idl:47
int port
Server port (only for SEC_PROT_NONE and SEC_PROT_STARTTLS)
Definition: LdapManager.idl:32
string bindDN
Bind DN.
Definition: LdapManager.idl:39
boolean allowOffTimeRangeCerts
allow expired and not yet valid certificates
Definition: LdapManager.idl:35
int sslPort
SSL port (only for SEC_PROT_SSL)
Definition: LdapManager.idl:33
string loginNameAttr
Login name attribute.
Definition: LdapManager.idl:42
string bindPwd
Bind password.
Definition: LdapManager.idl:40
string adsDomain
ADS domain.
Definition: LdapManager.idl:37
string userEntryObjClass
User entry object class.
Definition: LdapManager.idl:43
boolean useAnonymousBind
use anonymous bind
Definition: LdapManager.idl:38
string searchBaseDN
Base DN for search.
Definition: LdapManager.idl:41
SecurityProtocol secProto
Security protocol.
Definition: LdapManager.idl:31