You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the ParseDN func returns the error "DN ended with incomplete type, value pair".
Looks like currently go-ldap/ldap supports a kind of schema that search for user's group by it's dn. (RFC4514)
RFC2307 allows to store and manage user and group information in a format compatible with Unix systems.
It will be better if go-ldap/ldap can add an additional condition to search for user's group by it's memberuid also. (RFC2307)
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
We are using a LDAP server configured in RFC2307 schema, in which the group membership is defined by another way as follows:
And the
ParseDN
func returns the error "DN ended with incomplete type, value pair".Looks like currently
go-ldap/ldap
supports a kind of schema that search for user's group by it's dn. (RFC4514)RFC2307 allows to store and manage user and group information in a format compatible with Unix systems.
It will be better if
go-ldap/ldap
can add an additional condition to search for user's group by it's memberuid also. (RFC2307)Thanks!
The text was updated successfully, but these errors were encountered: