svn commit: samba r12031 - in branches/SAMBA_3_0/source/utils: .

jht at samba.org jht at samba.org
Fri Dec 2 20:46:16 GMT 2005


Author: jht
Date: 2005-12-02 20:46:15 +0000 (Fri, 02 Dec 2005)
New Revision: 12031

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12031

Log:
Added net idmap to common help list.
Modified:
   branches/SAMBA_3_0/source/utils/net_help.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_help.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_help.c	2005-12-02 20:37:54 UTC (rev 12030)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2005-12-02 20:46:15 UTC (rev 12031)
@@ -61,7 +61,7 @@
 "Valid functions are:\n"\
 "  RPC RAP ADS FILE SHARE SESSION SERVER DOMAIN PRINTQ USER GROUP VALIDATE\n"\
 "  GROUPMEMBER ADMIN SERVICE PASSWORD TIME LOOKUP GETLOCALSID SETLOCALSID\n"\
-"  CHANGESCRETPW\n");
+"  CHANGESCRETPW IDMAP\n");
 	return -1;
 }
 
@@ -224,6 +224,7 @@
 		 "  net user\t\tto manage users\n"\
 		 "  net group\t\tto manage groups\n"\
 		 "  net groupmap\t\tto manage group mappings\n"\
+		 "  net idmap\t\tto manage the idmap id mappings\n"\
 		 "  net join\t\tto join a domain\n"\
 		 "  net cache\t\tto operate on cache tdb file\n"\
 		 "  net getlocalsid [NAME]\tto get the SID for local name\n"\
@@ -273,7 +274,7 @@
 #ifdef WITH_FAKE_KASERVER
 		{"AFS", net_help_afs},
 #endif
-
+		{"IDMAP", net_help_idmap},
 		{"HELP", help_usage},
 		{NULL, NULL}};
 



More information about the samba-cvs mailing list