freeipa/daemons/ipa-kdb
Simo Sorce dfc704de25 ipa-kdb: Fix expiration time calculation
Expiration time should be enforced as per policy only for users and only when a
password change occurs, ina ll other cases we should just let kadmin decide
whther it is going to set a password expiration time or just leave it empty.

In general service tickts have strong random passwords so they do not need a
password policy or expiration at all.

https://fedorahosted.org/freeipa/ticket/1839
2011-09-26 10:07:11 +02:00
..
ipa_kdb_common.c ipa-kdb: Be flexible 2011-08-26 08:24:50 -04:00
ipa_kdb_mkey.c ipa-kdb: Get/Store Master Key directly from LDAP 2011-08-26 08:24:49 -04:00
ipa_kdb_passwords.c ipa-kdb: Fix expiration time calculation 2011-09-26 10:07:11 +02:00
ipa_kdb_principals.c ipa-kdb: Fix expiration time calculation 2011-09-26 10:07:11 +02:00
ipa_kdb_pwdpolicy.c ipa-kdb: implement function to retrieve password policies 2011-08-26 08:24:49 -04:00
ipa_kdb.c ipa-kdb: implement change_pwd function 2011-08-26 08:24:49 -04:00
ipa_kdb.exports ipa-kdb: add exports file 2011-08-26 08:24:49 -04:00
ipa_kdb.h ipa-kdb: Properly set password expiration time. 2011-09-19 12:28:35 -04:00
Makefile.am ipa-kdb: add password policy support 2011-08-26 08:24:50 -04:00
README ipa-kdb: Initial plugin skeleton 2011-08-26 08:24:49 -04:00

This is the ipa krb5kdc database backend.