Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Implemented
-
None
-
None
Description
There are still some LDAP properties that are not properly mapped in the start.sh script used for the Docker container:
- ldap-group-name-attribute
- ldap-dereference-aliases
- ldap-max-referral-hops
- ldap-operation-timeout
- ldap-max-search-results
I also noticed some of the set_optional_property calls are broken up over multiple lines but will be less than 80 columns if merged to one line. Finally, I plan to re-order the lines in the script to try to match the LDAP authentication documentation as closely as possible.
Pull request will be submitted shortly.