summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-281-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
* Slices calculation is alway wrong for default valuesOndrej Kos2012-10-041-2/+2
|
* AD: autorid compatibility should recommend the use of default domainStephen Gallagher2012-09-241-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
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-031-0/+62
| | | | | This function will also auto-create a new ID map if the domain has not been seen previously.
* LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2012-05-031-0/+44
| | | | Also makes the domain prefix macros from sss_idmap public.
* LDAP: Allow setting a default domain for id-mapping slice 0Stephen Gallagher2012-05-031-0/+36
|
* LDAP: Add autorid compatibility modeStephen Gallagher2012-05-031-8/+14
|
* LDAP: Add helper routines for ID-mappingStephen Gallagher2012-05-031-0/+282