Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-21 | Remove sysdb as a be context structure member | Simo Sorce | 1 | -2/+2 | |
The sysdb context is already available through the 'domain' structure. | |||||
2013-01-15 | Add domain argument to sysdb_idmap_ funcitons | Simo Sorce | 1 | -1/+2 | |
2012-11-28 | idmap: Silence DEBUG messages when dealing with built-in SIDs. | Michal Zidek | 1 | -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-04 | Slices calculation is alway wrong for default values | Ondrej Kos | 1 | -2/+2 | |
2012-09-24 | AD: autorid compatibility should recommend the use of default domain | Stephen Gallagher | 1 | -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-03 | LDAP: Add helper function to map IDs | Stephen Gallagher | 1 | -0/+62 | |
This function will also auto-create a new ID map if the domain has not been seen previously. | |||||
2012-05-03 | LDAP: Add routine to extract domain SID from an object SID | Stephen Gallagher | 1 | -0/+44 | |
Also makes the domain prefix macros from sss_idmap public. | |||||
2012-05-03 | LDAP: Allow setting a default domain for id-mapping slice 0 | Stephen Gallagher | 1 | -0/+36 | |
2012-05-03 | LDAP: Add autorid compatibility mode | Stephen Gallagher | 1 | -8/+14 | |
2012-05-03 | LDAP: Add helper routines for ID-mapping | Stephen Gallagher | 1 | -0/+282 | |