]> git.mxchange.org Git - friendica-addons.git/blob - ldapauth/README.md
Changes:
[friendica-addons.git] / ldapauth / README.md
1 Authenticate a user against an LDAP directory
2 ===
3
4 Useful for Windows Active Directory and other LDAP-based organisations
5 to maintain a single password across the organisation.
6 Optionally authenticates only if a member of a given group in the directory.
7
8 By default, the person must have registered with Friendica using the normal registration
9 procedures in order to have a Friendica user record, contact, and profile.
10 However, it's possible with an option to automate the creation of a Friendica basic account.
11
12 Note when using with Windows Active Directory: you may need to set TLS_CACERT in your site
13 ldap.conf file to the signing cert for your LDAP server.
14
15 The configuration options for this module are described in the `config/ldapauth.config.php` file.