Skip to content
Snippets Groups Projects
Unverified Commit bd1d4a5f authored by Geoff Davis's avatar Geoff Davis Committed by GitHub
Browse files

Flag LDAP identity and password as optional

Code for module declares both of these parameters as optional and defaults them to undef. Modify README to note this fact, so as to avoid confusion for folks using Kerberos to bind to the LDAP server.
parent 6ba1b35a
No related branches found
No related tags found
No related merge requests found
......@@ -502,10 +502,10 @@ Configure LDAP support for FreeRADIUS
Whether the site should be present or not.
##### `identity`
LDAP account for searching the directory. Required.
LDAP account for searching the directory. Optional.
##### `password`
Password for the `identity` account. Required.
Password for the `identity` account. Optional.
##### `sasl`
SASL parameters to use for admin binds to the ldap server. This is a hash with 3 possible keys:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment