trying to get HEAD building again. If you want the code
[kai/samba-autobuild/.git] / source / utils / net_help.c
index f24367f246b490ce93d5719f60e11ad503cd1c3f..1f3afb1690e5637c00b83fa72c2cf0cae74e4380 100644 (file)
@@ -99,26 +99,6 @@ int net_help_group(int argc, const char **argv)
        return -1;
 }
 
-int net_help_groupmap(int argc, const char **argv)
-{
-       if (getuid() != 0) {
-               d_printf("You must be root to edit group mappings.\nExiting...\n");
-               return -1;
-       }
-       
-       d_printf("net groupmap add"\
-               "\n  Create a new group mapping\n");
-       d_printf("net groupmap modify"\
-               "\n  Update a group mapping\n");
-       d_printf("net groupmap delete"\
-               "\n  Remove a group mapping\n");
-       d_printf("net groupmap list"\
-               "\n  List current group map\n");
-       
-       return -1;
-}
-
-
 int net_help_join(int argc, const char **argv)
 {
        d_printf("\nnet [<method>] join [misc. options]\n"