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 30b29bd8e8
commit fb79c50b39

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").\