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:
@@ -36,7 +36,8 @@ class ldap(CrudBackend):
|
|||||||
LDAP backend plugin.
|
LDAP backend plugin.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
dn = _ldap.dn
|
def __init__(self):
|
||||||
|
self.dn = _ldap.dn
|
||||||
|
|
||||||
def make_user_dn(self, uid):
|
def make_user_dn(self, uid):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user