summaryrefslogtreecommitdiff
path: root/source3/sam/idmap.c
diff options
context:
space:
mode:
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 }
};