mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove debug statement
This commit is contained in:
parent
26feac8e08
commit
414c2cccc2
@ -115,7 +115,6 @@ class KrbInstance:
|
||||
hexpwd += (hex(ord(x))[2:])
|
||||
pwd_fd = open("/var/kerberos/krb5kdc/ldappwd", "a+")
|
||||
pwd_fd.write("uid=kdc,cn=kerberos,"+self.suffix+"#{HEX}"+hexpwd+"\n")
|
||||
pwd_fd.write("#test:"+self.kdc_password+"\n")
|
||||
pwd_fd.close()
|
||||
|
||||
def __setup_sub_dict(self):
|
||||
|
Loading…
Reference in New Issue
Block a user