]> git.mxchange.org Git - friendica-addons.git/blob - ldapauth/README
Merge remote-tracking branch 'old/master' into mergeto
[friendica-addons.git] / ldapauth / README
1 Authenticate a user against an LDAP directory
2 Useful for Windows Active Directory and other LDAP-based organisations
3 to maintain a single password across the organisation.
4
5 Optionally authenticates only if a member of a given group in the directory.
6
7 The person must have registered with Friendica using the normal registration 
8 procedures in order to have a Friendica user record, contact, and profile.
9
10 Note when using with Windows Active Directory: you may need to set TLS_CACERT in your site
11 ldap.conf file to the signing cert for your LDAP server. 
12
13 The required configuration options for this module may be set in the .htconfig.php file
14 e.g.:
15
16 $a->config['ldapauth']['ldap_server'] = 'host.example.com';
17 ...etc.