mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix incorrect construction of service principal during replica cleanup
https://fedorahosted.org/freeipa/ticket/5985 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
a07030f386
commit
9392b21271
@ -540,7 +540,7 @@ class server_del(LDAPDelete):
|
||||
conn = self.Backend.ldap2
|
||||
env = self.api.env
|
||||
|
||||
master_principal = "{}@{}".format(master, env)
|
||||
master_principal = "{}@{}".format(master, env.realm)
|
||||
|
||||
# remove replica memberPrincipal from s4u2proxy configuration
|
||||
s4u2proxy_subtree = DN(env.container_s4u2proxy,
|
||||
|
Loading…
Reference in New Issue
Block a user