diff options
author | Günther Deschner <gd@samba.org> | 2006-01-13 14:55:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:06 -0500 |
commit | 8eba11978decb40f0644909e8e9cb1dbed3391c7 (patch) | |
tree | ce6428392cf6cae0dcad3c61e5f3d5f3697e31f1 /source3/sam | |
parent | 967ab90b175112aabde4da449bef912372da669c (diff) | |
download | samba-8eba11978decb40f0644909e8e9cb1dbed3391c7.tar.gz samba-8eba11978decb40f0644909e8e9cb1dbed3391c7.tar.bz2 samba-8eba11978decb40f0644909e8e9cb1dbed3391c7.zip |
r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad".
Finally cleanup the way idmap modules are build and loaded, idmap_rid
now will have to be loaded without prefix, just "rid".
Guenther
(This used to be commit a77e02177dcefaaccf863aa8d237ea35a2ec52d1)
Diffstat (limited to 'source3/sam')
-rw-r--r-- | source3/sam/idmap_rid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/sam/idmap_rid.c b/source3/sam/idmap_rid.c index 4a1ae141b1..eced549a55 100644 --- a/source3/sam/idmap_rid.c +++ b/source3/sam/idmap_rid.c @@ -555,7 +555,6 @@ static struct idmap_methods rid_methods = { NTSTATUS init_module(void) { - return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "idmap_rid", &rid_methods); return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "rid", &rid_methods); } |