cubicweb #2528116 Ad support for CWGroup definitions in ldapfeed [resolved]
priority | normal |
---|---|
type | enhancement |
done in | 3.17.0 |
load | 2.000 |
load left | 0.000 |
closed by | #715b9eec6da9 [ldapfeed] Add support for LDAP groups (closes #2528116) |
patch | Add support of LDAP groups and convert them to CWGroups (closes #2528116) [applied]Add support of LDAP groups and convert them to CWGroups (closes #2528116) [rejected] |
similar entities
- cubicweb #2341237 datafeed/ldapfeed should not allow no/empty parser on edition
- cubicweb #1382380 ldapuser: allow some additional filtering on which users are allowed to log on
- cubicweb #1412619 ldap source: user relative DN as extid
- cubicweb #3770459 ldapfeed ignores ssl/tls certificates
- cubicweb #343818 Convert an ldap user into a standard user
[see all]
Comments
-
2012/12/03 11:16, written by pgerard-marchant
- Find all the entries of the LDAP top node for which the objectClass is groupOfUniqueNames (using a ldap.search_s, with the dn of the top node and the proper filter)
- For each group G
- define a new CWGroup with name G
- parse the uniqueMembers, get the corresponding CWUser and switch/add its CWGroup to G.
add commentSuggested workflow