mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Move mep templates under cn=etc
Fixes: https://fedorahosted.org/freeipa/ticket/760
This commit is contained in:
@@ -627,7 +627,8 @@ class ldap2(CrudBackend, Encoder):
|
||||
if _upg is None:
|
||||
try:
|
||||
upg_entry = self.conn.search_s(
|
||||
'cn=UPG Template, %s' % api.env.basedn, _ldap.SCOPE_BASE,
|
||||
'cn=UPG Template,cn=etc,%s' % api.env.basedn,
|
||||
_ldap.SCOPE_BASE,
|
||||
attrlist=['*']
|
||||
)[0]
|
||||
_upg = True
|
||||
|
||||
Reference in New Issue
Block a user