[Freeipa-users] passwords expiration against IPA v.3.0.0-37 using ldap not kerberos

Lance Reed reed.r.lance at gmail.com
Fri Jul 18 15:22:05 UTC 2014


I am having a problem with sssd (1.9.2) and passwords expiration
against IPA v.3.0.0-37.

I have setup sssd to use IPA with LDAP not Kerberos since this is in
EC2 and I don’t want to deal with assigning tickets to each ephemeral
host.  So far things are working great, with the one exception that
due to IPA using “krbPasswordExpiration” instead of “shadowExpire”
breaks the usage of expired passwords.  I tried setting
“ldap_pwd_policy = mit_kerberos”, which does allow expired passwords
to be recognized, but then breaks the users ability to change
passwords.  I suspect it causes sssd to use al Kerberos code paths,
which won’t work in this case.


e.g added [domain/LDAP] trying to see if will work.

id_provider = ldap
auth_provider = ldap
chpass_provider = ldap
ldap_schema = IPA

#ldap_pwd_policy = mit_kerberos
ldap_account_expire_policy = mit_kerberos

If anyone has any ideas on this I would appreciate and feedback.
Thanks in advance.




More information about the Freeipa-users mailing list