tykeal / ep_ldapauth

(Up for adoption) LDAP authentication plugin for Etherpad-lite
GNU General Public License v2.0
25 stars 20 forks source link

How does your Groupfilter work? #7

Closed tilllt closed 10 years ago

tilllt commented 11 years ago

Hi,

i got a question concerning your plugins group filter. I got a user called "test" who is not member of any group.

my config looks like this:

"groupSearchBase": "ou=Groups,dc=domain,dc=tld", "groupAttribute": "member", "groupAttributeIsDN": true, "searchScope": "sub", "groupSerach": "(&(cn=EtherpadEditor)(objectClass=groupOfNames))"

still "test" can log in... what might i be doing wrong?

tykeal commented 11 years ago

The group filter is for filtering who gets admin access. It probably should be renamed to adminGroupSearch. At present there is no groupSearch for regular users. Patches welcome.