summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_idmap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-2/+2
The sysdb context is already available through the 'domain' structure.
2013-01-15Add domain argument to sysdb_idmap_ funcitonsSimo Sorce1-1/+2
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek1-7/+18
When converting built-in SID to unix GID/UID a confusing debug message about the failed conversion was printed. This patch special cases these built-in objects. https://fedorahosted.org/sssd/ticket/1593
2012-10-04Slices calculation is alway wrong for default valuesOndrej Kos1-2/+2
2012-09-24AD: autorid compatibility should recommend the use of default domainStephen Gallagher1-4/+4
Previously, we were failing to start if ldap_idmap_autorid_compat was True but the default domain SID was unspecified. This is the recommended configuration, but it is functional without it. There is just a slight risk that the IDs will be inconsistent between machines if the first user requested is not from the default domain. https://fedorahosted.org/sssd/ticket/1530
2012-05-03LDAP: Add helper function to map IDsStephen Gallagher1-0/+62
This function will also auto-create a new ID map if the domain has not been seen previously.
2012-05-03LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher1-0/+44
Also makes the domain prefix macros from sss_idmap public.
2012-05-03LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher1-0/+36
2012-05-03LDAP: Add autorid compatibility modeStephen Gallagher1-8/+14
2012-05-03LDAP: Add helper routines for ID-mappingStephen Gallagher1-0/+282