|
|
@@ -72,7 +72,7 @@ When running the setup script, you can enable LDAP authentication by checking th
|
|
|
|
|
|
#### Active Directory
|
|
|
```
|
|
|
-LDAP Server Host: ad.example.com
|
|
|
+LDAP Server Host: ldap://ad.example.com
|
|
|
LDAP Port: 389
|
|
|
LDAP Base DN: dc=example,dc=com
|
|
|
User Search Filter: (sAMAccountName={username})
|
|
|
@@ -82,7 +82,7 @@ Name Attribute: cn
|
|
|
|
|
|
#### OpenLDAP
|
|
|
```
|
|
|
-LDAP Server Host: ldap.example.com
|
|
|
+LDAP Server Host: ldap://ldap.example.com
|
|
|
LDAP Port: 389
|
|
|
LDAP Base DN: ou=users,dc=example,dc=com
|
|
|
User Search Filter: (uid={username})
|