Open BrandenEsses opened 4 years ago
@BrandenEsses according to https://github.com/gwojtak/Auth_Ldap#roles, what the number points to is the name of a group that the Auth_Ldap library tries to access and then look for the authenticated user, using the 'member_attribute' attribute.
That said, looking through the code, it doesn't look like Stikked takes any advantage of this functionality at all. I don't think Stikked has any concept of roles - it is purely a feature that the Auth_Ldap library offers, but Stikked cannot use.
Hello!
I have just a clarifying question pertaining to LDAP auth - it seems that I cann't figure out how to properly assign roles and groups in
auth_ldap.php
. This is what I currently have:I can confirm that binding is working. This is what I get in the log:
How exactly do I configure
roles
andmember_attribute
? I apologize if this information is available - I promise I searched a decent bit.Thanks!