Files
freeipa/daemons/ipa-kdb
Martin Kosek ce90a4538b ipa-kdb: avoid ENOMEM when all SIDs are filtered out
When all SIDs in info3.sids structure were filtered out, we tried
to talloc_realloc to zero memory size. talloc_realloc then returned
NULL pointer and filter_login_info returned with ENOMEM.

The code now rather frees the SID array and set info3.sidcount to
correct value.
2013-02-12 10:37:23 +01:00
..
2012-06-06 22:12:22 -04:00
2011-08-26 08:24:49 -04:00
2012-02-14 18:03:45 -05:00
2011-08-26 08:24:49 -04:00

This is the ipa krb5kdc database backend.