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"
This set the bind dn of the ldap connection.
Default: ldap_bind_dn="cn=admin,dc=nufw,dc=org"
This set the password used to bind to the ldap connection.
Default: ldap_bind_password="mypassword"
This set the ldap request type.
set to 1: request on DstPort is done with equality. This is the fastest version. In case a range of ports has to be set, a better idea could be to use application filtering.
set to 0: request on DstPort is done with range. The range can be more simple to administrate, but performance is lower.
Default: ldap_filter_type=1
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"
This is the base dn for acl search request.
Default: ldap_acls_base_dn="dc=acls,dc=nufw,dc=org"
This is the base dn for user search request.
Default: ldap_users_base_dn="ou=people,dc=nufw,dc=org"