4.3. ldap

4.3.1. ldap_server_addr

This set the address of the ldap server which contains the acls and/or the users credentials.

Default: ldap_server_addr="127.0.0.1"

4.3.2. ldap_server_port

This set the port of the ldap server.

Default: ldap_server_port=389

4.3.3. ldap_bind_dn

This set the bind dn of the ldap connection.

Default: ldap_bind_dn="cn=admin,dc=nufw,dc=org"

4.3.4. ldap_bind_password

This set the password used to bind to the ldap connection.

Default: ldap_bind_password="mypassword"

4.3.5. ldap_filter_type

This set the ldap request type.

Default: ldap_filter_type=1

4.3.6. ldap_request_timeout

This set the timeout of ldap request.

Default: ldap_request_timeout=4

4.3.7. ldap_basedn

This parameters set the base dn for search request. This is the default for ldap_acls_base_dn,ldap_users_base_dn if they are not set.

Default: ldap_basedn="dc=nufw,dc=org"

4.3.8. ldap_acls_base_dn

This is the base dn for acl search request.

Default: ldap_acls_base_dn="dc=acls,dc=nufw,dc=org"

4.3.9. ldap_users_base_dn

This is the base dn for user search request.

Default: ldap_users_base_dn="ou=people,dc=nufw,dc=org"