freeipa/daemons/ipa-sam
Alexander Bokovoy cc56723151 ipasam: add enumeration of UPN suffixes based on the realm domains
PASSDB API in Samba adds support for specifying UPN suffixes. The change
in ipasam will allow to pass through list of realm domains as UPN suffixes
so that Active Directory domain controller will be able to recognize
non-primary UPN suffixes as belonging to IPA and properly find our KDC
for cross-realm TGT.

Since Samba already returns primary DNS domain separately, filter it out
from list of UPN suffixes.

Also enclose provider of UPN suffixes into #ifdef to support both
Samba with and without pdb_enum_upn_suffixes().

Part of https://fedorahosted.org/freeipa/ticket/2848
2013-03-29 13:45:50 +01:00
..
ipa_sam.c ipasam: add enumeration of UPN suffixes based on the realm domains 2013-03-29 13:45:50 +01:00
ipa_sam.h Add ipasam samba passdb backend 2011-12-06 08:29:53 -05:00
Makefile.am Remove build warnings 2013-03-29 08:59:36 +01:00
README Add ipasam samba passdb backend 2011-12-06 08:29:53 -05:00

This is the ipa samba passdb backend.