4cdaf23 AD: read flat name and SID of the AD domain

7 files Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    AD: read flat name and SID of the AD domain
    
    For various features either the flat/short/NetBIOS domain name or the
    domain SID is needed. Since the responders already try to do a subdomain
    lookup when and known domain name is encountered I added a subdomain
    lookup to the AD provider which currently only reads the SID from the
    base DN and the NetBIOS name from a reply of a LDAP ping. The results
    are written to the cache to have them available even if SSSD is started
    in offline mode. Looking up trusted domains can be added later.
    
    Since all the needed responder code is already available from the
    corresponding work for the IPA provider this patch fixes
    
    https://fedorahosted.org/sssd/ticket/1468
    
        
file modified
+2 -0
file modified
+4 -0
file modified
+4 -0
file modified
+31 -0