mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Changed ldap.dn class attribute (on backend plugin) to an instance attribute so epydoc doesn't document it
This commit is contained in:
parent
80ccf8b1c6
commit
83a662e87a
@ -36,7 +36,8 @@ class ldap(CrudBackend):
|
||||
LDAP backend plugin.
|
||||
"""
|
||||
|
||||
dn = _ldap.dn
|
||||
def __init__(self):
|
||||
self.dn = _ldap.dn
|
||||
|
||||
def make_user_dn(self, uid):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user