Raritan PX2/PX3 JSON-RPC API
LdapServerSettings.idl
1 
2 module auth {
3 
5  module ldapsrv {
6 
8  enumeration ServerType {
11  };
12 
14  enumeration SecurityProtocol {
18  };
19 
22  string id;
23  string server;
24  string adoptSettingsId;
27  int port;
28  int sslPort;
29  boolean forceTrustedCert;
31  string certificate;
32  string adsDomain;
33  boolean useAnonymousBind;
34  string bindDN;
35  string bindPwd;
36  string searchBaseDN;
37  string loginNameAttr;
40  };
41 
42  }
43 
44 }
string bindDN
Bind DN.
Definition: LdapServerSettings.idl:34
boolean allowOffTimeRangeCerts
allow expired and not yet valid certificates
Definition: LdapServerSettings.idl:30
string server
IP or name of ldap server.
Definition: LdapServerSettings.idl:23
boolean forceTrustedCert
Enforce trusted certificates.
Definition: LdapServerSettings.idl:29
string certificate
Certificates.
Definition: LdapServerSettings.idl:31
SecurityProtocol secProto
Security protocol.
Definition: LdapServerSettings.idl:26
Local and Remote Authentication Management.
Definition: AuthManager.idl:2
int port
Server port (only for SEC_PROT_NONE and SEC_PROT_STARTTLS)
Definition: LdapServerSettings.idl:27
Server settings.
Definition: LdapServerSettings.idl:21
string searchBaseDN
Base DN for search.
Definition: LdapServerSettings.idl:36
Active directory.
Definition: LdapServerSettings.idl:9
string loginNameAttr
Login name attribute.
Definition: LdapServerSettings.idl:37
boolean useAnonymousBind
use anonymous bind
Definition: LdapServerSettings.idl:33
no security protocol
Definition: LdapServerSettings.idl:15
OpenLDAP.
Definition: LdapServerSettings.idl:10
ServerType
LDAP server type.
Definition: LdapServerSettings.idl:8
string bindPwd
Bind password.
Definition: LdapServerSettings.idl:35
use SSL
Definition: LdapServerSettings.idl:16
string adoptSettingsId
Use settings from LDAP server with <ID>
Definition: LdapServerSettings.idl:24
string userEntryObjClass
User entry object class.
Definition: LdapServerSettings.idl:38
string adsDomain
ADS domain.
Definition: LdapServerSettings.idl:32
use STARTTLS
Definition: LdapServerSettings.idl:17
int sslPort
SSL port (only for SEC_PROT_SSL)
Definition: LdapServerSettings.idl:28
string userSearchFilter
User search subfilter.
Definition: LdapServerSettings.idl:39
string id
Entry ID.
Definition: LdapServerSettings.idl:22
SecurityProtocol
LDAP server type.
Definition: LdapServerSettings.idl:14
ServerType type
Type of LDAP server.
Definition: LdapServerSettings.idl:25