...
Div |
---|
|
Property | Default Value | Explanation _____________________________________________ |
---|
abiquo.auth.module | abiquo | Whether Abiquo should authenticate only via Database or it should also authenticate against LDAP/Active Directory. Values: abiquo , ldap | abiquo.ldap.authentication.server.url | | LDAP/Active Directory server URL | abiquo.ldap.authentication.server.port | 389 | LDAP/Active Directory port. In LDAP mode this property is required, even if the server is listening at the default LDAP/Active Directory port | abiquo.ldap.authentication.server.protocol | ldap | Protocol to be used when authenticating to a LDAP/Active Directory. Values: ldap , ldaps | abiquo.ldap.authentication.server.baseDN | | Base Distinguished Name of the LDAP/Active Directory | abiquo.ldap.authentication.custom.userDnPattern | cn={0},CN=Users | Abiquo will perform an additional custom query against the specified schema in the LDAP/Active Directory. This value is required. With the default value, Abiquo does not perform an additional query. | abiquo.ldap.authentication. attribute.enterprise | organizationname | The attribute in LDAP/Active Directory to look up the Enterprise Name which must be an Enterprise in Abiquo. | abiquo.ldap.authentication.autoUserCreation | true | Whether Abiquo must create a user in Abiquo based on a successful login to LDAP |
|
Notes about the properties:
...