cc56723 ipasam: add enumeration of UPN suffixes based on the realm domains

2 files Authored by abbra 11 years ago, Committed by mkosek 11 years ago,
    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
    
        
file modified
+10 -0
file modified
+181 -11