Skip to content

Commit

Permalink
Add changenote. Mention AD
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Jun 10, 2020
1 parent 816ea4b commit 9042f2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion TODO.rst
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/pas/plugins/ldap/properties.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 9042f2c

Please sign in to comment.