diff --git a/CHANGES.rst b/CHANGES.rst index bd10fa8..9e0017d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,9 @@ History Features: +- Support for nested groups in AD using LDAP_MATCHING_RULE_IN_CHAIN. + [pbauer] + - Support for plugin-external group DNs when using memberOf attribute. [jensens] diff --git a/TODO.rst b/TODO.rst index a25bff0..4a8f0bd 100644 --- a/TODO.rst +++ b/TODO.rst @@ -15,7 +15,7 @@ Milestone 2.0 - modes for only groups or only users from ldap - SSL/TLS configuration TTW - creation defaults TTW -- group in group (depends on: node.ext.ldap: group.groups support) (Done in 1.7.3) +- group in group (depends on: node.ext.ldap: group.groups support) (Done for AD in 1.8.0) - roles from ldap - Option on LDAP inspector whether to use query filters from users and groups config diff --git a/src/pas/plugins/ldap/properties.yaml b/src/pas/plugins/ldap/properties.yaml index c6c8f73..7eb570e 100644 --- a/src/pas/plugins/ldap/properties.yaml +++ b/src/pas/plugins/ldap/properties.yaml @@ -93,7 +93,7 @@ widgets: value: expr:context.users.recursiveGroups props: label: Support recursive/nested groups? - help: If your LDAP/AD supports it this will use LDAP_MATCHING_RULE_IN_CHAIN. + help: If your LDAP/AD supports it this will use LDAP_MATCHING_RULE_IN_CHAIN. By default only AD supports this. - memberOfExternalGroupDNs: factory: '#array' value: expr:context.users.memberOfExternalGroupDNs