summaryrefslogtreecommitdiff
path: root/source4/winbind/idmap.h
Commit message (Collapse)AuthorAgeFilesLines
* idmap4: Use sid_check_is_in_unix_groups()Volker Lendecke2016-12-291-1/+0
| | | | | | | | | | This avoids the need for the special unix groups sid Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Autobuild-User(master): Uri Simchoni <uri@samba.org> Autobuild-Date(master): Thu Dec 29 00:05:25 CET 2016 on sn-devel-144
* idmap4: Use sid_check_is_in_unix_users()Volker Lendecke2016-12-281-1/+0
| | | | | | | This avoids the need for the special unix users sid Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
* s4-idmap: Add mapping using uidNumber and gidNumber like idmap_adAndrew Bartlett2012-06-161-0/+1
| | | | | | | | | | This is a solution for users who are upgrading from Samba 3.x in particuar, or have clients that will be using idmap_ad. This avoids needing to have duplicate values in idmap.ldb and in the directory. No check for conflicts is made with the idmap.ldb - the AD store always wins. Andrew Bartlett
* s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2010-05-241-2/+2
|
* s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett2010-05-241-1/+1
|
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-0/+2
| | | | (This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
* wbclient: Add an async winbind client library.Kai Blin2008-04-021-18/+2
| | | | (This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
* idmap: Map SIDs to unixids instead of uids/gidsKai Blin2008-03-181-0/+20
| | | | (This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)
* idmap: Handle uid->SID mappingKai Blin2008-02-211-0/+33
(This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)