Skip to content

Commit

Permalink
fix property
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Apr 17, 2020
1 parent 7950b6c commit 98e975e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pas/plugins/ldap/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,6 @@ def __init__(self, plugin):
objectClasses = propproxy("groups.objectClasses")
defaults = propproxy("groups.defaults")
memberOfSupport = propproxy("groups.memberOfSupport")
memberOfExternalGroupDNs = propproxy("users.memberOfExternalGroupDNs")
memberOfExternalGroupDNs = propproxy("groups.memberOfExternalGroupDNs")
expiresAttr = propproxy("groups.expires_attr")
expiresUnit = propproxy("groups.expires_unit")

0 comments on commit 98e975e

Please sign in to comment.