6 #include "LdapServerSettings.idl" 19 vector<ldapsrv.ServerSettings_2_0_0> getLdapServers();
21 constant
int ERR_CYCLIC_DEP = 1;
22 constant
int ERR_INVALID_CFG = 2;
31 int setLdapServers(in vector<ldapsrv.ServerSettings_2_0_0> serverList);
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_2_0_0 settings, out
string diagMsg);
Local and Remote Authentication Management.
Definition: AuthManager.idl:7
LDAP server configuration interface.
Definition: LdapManager.idl:12