adldap / adLDAP

adLDAP is a PHP class that provides LDAP authentication and integration with Active Directory.
GNU Lesser General Public License v2.1
424 stars 204 forks source link

user()->inGroup() group beginning with # not working #111

Closed jspaans91 closed 3 years ago

jspaans91 commented 8 years ago

When I use the function inGroup to see if an user is member of a group is this not working when I have groups starting with a #. The same happens when the # group is a recursive group.

Does anyone know how I can fix this?