changed git call from https to git readonly
[atutor.git] / mods / wiki / plugins / auth / users_ldap.meta
1 api: ewiki
2 category: authentication
3 hooks: auth_userdb
4 type: auth
5 config: 
6   EWIKI_LDAP_SERVER="ldap.example.com"
7   EWIKI_LDAP_RDN='cn=$USER,ou=users,dc=example,dc=com'
8   EWIKI_LDAP_FILTER=""  // sn=* ???
9   EWIKI_LDAP_RING=2
10 title: LDAP users
11 description: checks login credentials by connecting to LDAP server
12 priority: rare