-
Notifications
You must be signed in to change notification settings - Fork 978
Configure LDAP Plugin
YouPHPTube edited this page Mar 28, 2018
·
10 revisions
Make sure you install the Lib php-ldap apt-get install php-ldap
At a minimum, LDAP Plugin configuration you must have:
- Server Field: Your LDAP server URL.
- RDN Field: you must use the tag {$user}, it will be replaced by the user you will type on the login form.
an example of a valid RDN may be
uid={$user},ou=Users,dc=youphptube,dc=com,dc=br
or only the{$user}
Also you may want to disable the regular login form and sign up form, to do follow those steps:
- Plugin Menu
- CustomizedAdvanced Plugin
- Check disableNativeSignUp
- Check disableNativeSignIn