DirectoryTree / LdapRecord

A fully-featured LDAP framework.
https://ldaprecord.com
MIT License
500 stars 44 forks source link

[Bug] `getAuthIdentifier` for OpenLDAP users returns incorrect value #688

Closed stevebauman closed 7 months ago

stevebauman commented 7 months ago

Environment:

Describe the bug:

When using OpenLDAP to authenticate, the getAuthIdentifier method in the CanAuthenticate trait returns the the getConvertedGuid method value, but this is incorrect, as OpenLDAP servers do not have a binary guid attribute like Active Directory does.