mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Don't print error on fresh install
This commit is contained in:
@@ -201,6 +201,7 @@ class KrbInstance:
|
||||
|
||||
def __create_ds_keytab(self):
|
||||
try:
|
||||
if file_exists("/etc/dirsrv/ds.keytab"):
|
||||
os.remove("/etc/dirsrv/ds.keytab")
|
||||
except os.error:
|
||||
print "Failed to remove /etc/dirsrv/ds.keytab."
|
||||
@@ -256,6 +257,7 @@ class KrbInstance:
|
||||
|
||||
def __create_http_keytab(self):
|
||||
try:
|
||||
if file_exists("/etc/httpd/conf/ipa.keytab"):
|
||||
os.remove("/etc/httpd/conf/ipa.keytab")
|
||||
except os.error:
|
||||
print "Failed to remove /etc/httpd/conf/ipa.keytab."
|
||||
|
||||
Reference in New Issue
Block a user