dex/connector/ldap
Eric Chiang 97813ff4fc connector/ldap: fix case where groups are listed on the user entity
Support schemas that determine membership by having fields on the
user entity, instead of listing users on a groups entity. E.g. the
following schema is now supported when it wasn't previously:

    cn=eric,cn=user,dn=exapmle,dn=com
    objectClass=myPerson
    cn: eric
    uid: eric
    email: eric@example.com
    memberOf: foo
    memberOf: bar

    cn=foo,cn=group,dn=exapmle,dn=com
    objectClass=myGroup
    cn: foo

    cn=bar,cn=group,dn=exapmle,dn=com
    objectClass=myGroup
    cn: bar
2017-04-11 09:48:48 -07:00
..
testdata connector/ldap/testdata: add LDAP schema files 2017-04-10 15:33:07 -07:00
ldap.go connector/ldap: fix case where groups are listed on the user entity 2017-04-11 09:48:48 -07:00
ldap_test.go connector/ldap: fix case where groups are listed on the user entity 2017-04-11 09:48:48 -07:00