6 #include "LdapServerSettings.idl"
21 constant
int ERR_CYCLIC_DEP = 1;
22 constant
int ERR_INVALID_CFG = 2;
33 constant
int ERR_SERVER_UNSPECIFIED = 1;
34 constant
int ERR_SERVER_UNREACHABLE = 3;
35 constant
int ERR_AUTHENTICATION_FAILED = 4;
36 constant
int ERR_NO_ROLES = 5;
37 constant
int ERR_NO_KNOWN_ROLES = 6;
49 int testLdapServer(in
string username, in
string password, in ldapsrv.ServerSettings_3_0_0 settings, out
string diagMsg);
LDAP server configuration interface.
Definition: LdapManager.idl:12
int testLdapServer(in string username, in string password, in ldapsrv::ServerSettings_3_0_0 settings, out string diagMsg)
Tests an LDAP server configuration.
int setLdapServers(in vector< ldapsrv::ServerSettings_3_0_0 > serverList)
Sets a list of LDAP servers.
vector< ldapsrv::ServerSettings_3_0_0 > getLdapServers()
Get a list of LDAP server settings.
Local and Remote Authentication Management.
Definition: AuthManager.idl:7