Subject: | Role lookups fail for users with multiple uid=* in their directory entry |
Some of my users have multiple uids in their directory entry so that
they can have an account with the site naming convention as well as an
abbreviated handle for logging in without maintaining two separate LDAP
entries (and thus two password entries).
When one of these users does a role check against a posixgroup, it
fails. I assume it's because uid is returning an ARRAY and not a SCALAR.
I'm not sure if this is a WONTFIX or not. I just wanted you to be aware
of the issue.