Configure pam_krb5 on the client only if sssd is not configured

https://fedorahosted.org/freeipa/ticket/1775
This commit is contained in:
Alexander Bokovoy
2011-10-04 14:33:36 +03:00
committed by Martin Kosek
parent bc83472b5b
commit 39a64a5272

View File

@@ -1052,7 +1052,8 @@ def install(options, env, fstore, statestore):
auth_config.execute()
print message
#Modify pam to add pam_krb5
if not options.sssd:
#Modify pam to add pam_krb5 only when sssd is not in use
auth_config.reset()
auth_config.enable("krb5").\
add_option("update").\