summaryrefslogtreecommitdiff
path: root/src/lib/idmap/sss_idmap.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-08IDMAP: add sss_idmap_smb_sid_to_unix()Sumit Bose1-0/+17
To avoid a conversion on the caller side a new call is added to libsss_idmap which converts a Samba dom_sid structure to a Posix ID.
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek1-1/+4
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-06-08sss_idmap: add support for samba struct dom_sidSumit Bose1-0/+107
The samba ndr libraries use struct dom_sid to handle SIDs. Since there is no public samba library which offers conversion from other representations, e.g. as string, this is added to libsss_idmap. To avoid compile-time or run-time dependency to any samba library or header file the definition of the struct is copied here.
2012-05-14Rename struct dom_sid to struct sss_dom_sidSumit Bose1-7/+7
To avoid conflicts with struct dom_sid used by samba the sss_ prefix is added to the struct used by libsss_idmap.
2012-05-03LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher1-0/+3
Also makes the domain prefix macros from sss_idmap public.
2012-05-01Allow different SID representations in libidmapSumit Bose1-0/+179
Besides as strings it is now possible to use binary SIDs or a struct containing all SID information. Functions to convert between these formats are added as well.
2012-03-26Add idmap librarySumit Bose1-0/+199