summaryrefslogtreecommitdiff
path: root/source3/sam
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-25 02:30:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:41 -0500
commit2d6e5ad90fe358e0d1b94798819713316723125f (patch)
tree906365512452a89a1b281d69084725fcf3c5c8e6 /source3/sam
parentd7173b35e918292694b9cf27ecbcad3c9cc86da6 (diff)
downloadsamba-2d6e5ad90fe358e0d1b94798819713316723125f.tar.gz
samba-2d6e5ad90fe358e0d1b94798819713316723125f.tar.bz2
samba-2d6e5ad90fe358e0d1b94798819713316723125f.zip
r6450: * fix typo in htlm_auth help message
* add synonym for idmap_rid in better lining with other idmap backend names * remove old debug messages when idmap {uid|gid} options are not defined (This used to be commit 03ebf3ebfe83897d8c18e57ed378154d1377874b)
Diffstat (limited to 'source3/sam')
-rw-r--r--source3/sam/idmap_rid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/sam/idmap_rid.c b/source3/sam/idmap_rid.c
index 4f28f9e1af..a23da3e578 100644
--- a/source3/sam/idmap_rid.c
+++ b/source3/sam/idmap_rid.c
@@ -549,5 +549,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);
}