From 2d6e5ad90fe358e0d1b94798819713316723125f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 25 Apr 2005 02:30:12 +0000 Subject: 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) --- source3/sam/idmap_rid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/sam') 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); } -- cgit