summaryrefslogtreecommitdiff
path: root/source3/sam/idmap.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-05-16 06:20:33 +0000
committerSimo Sorce <idra@samba.org>2003-05-16 06:20:33 +0000
commitdb0a223156ed17510fa4efae652912fee5a4c0cd (patch)
treec90421f2654a4d39a4152a97c5840e267b681ce1 /source3/sam/idmap.c
parent627aa735fbd33b8b62661f6456b04593a2727841 (diff)
downloadsamba-db0a223156ed17510fa4efae652912fee5a4c0cd.tar.gz
samba-db0a223156ed17510fa4efae652912fee5a4c0cd.tar.bz2
samba-db0a223156ed17510fa4efae652912fee5a4c0cd.zip
add idmap_winbind unless I made a better way to solve SID type for domain
SIDs (This used to be commit b24c0efc4b363cb0d4ed71588e9617d668c16be9)
Diffstat (limited to 'source3/sam/idmap.c')
-rw-r--r--source3/sam/idmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/sam/idmap.c b/source3/sam/idmap.c
index 9695e7b764..e2796e0864 100644
--- a/source3/sam/idmap.c
+++ b/source3/sam/idmap.c
@@ -32,6 +32,7 @@ static struct {
struct idmap_methods *methods;
} remote_idmap_functions[] = {
+ { "winbind", idmap_reg_winbind, NULL },
{ NULL, NULL, NULL }
};