mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
Fix style again
This commit is contained in:
@@ -9,12 +9,9 @@ Name your authentication source however you'd like.
|
||||
It is up to you to select your security protocol, but the only two compatible options are "LDAPS" and "Unencrypted".
|
||||
As your host, put in the IP or FQDN (if you have DNS).
|
||||
As your port, check your configuration. It will generally be 389 or 3890 for unencrypted (once again check your config files), 636 or 6360 for LDAPS (once again check your config files).
|
||||
Your User DN should look like `uid=%s,ou=people,dc=example,dc=com` if you have `dc=example,dc=com`, except if you changed your Base DN. In that case, remove `dc=example,dc=com` and add your Base DN at the end.
|
||||
Your User DN should follow this pattern: `uid=%s,ou=people,<your_base_dn>` (for example, `uid=%s,ou=people,dc=example,dc=com`). Replace `<your_base_dn>` with your actual base DN.
|
||||
It is recommended to have your user filter to be `(&(objectClass=person)(uid=%s))`.
|
||||
Set the username attribute to be `uid`.
|
||||
Your Given Name attribute should be `givenName`.
|
||||
You should set the surname attribute to be `sn`.
|
||||
Your email attribute should be `mail`.
|
||||
Set username attribute to `uid`, Given Name to `givenName`, surname to `sn`, and email to `mail`
|
||||
|
||||
You can (and should if you don't know LDAP) leave the rest empty.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user