Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/utils/net_help.c

    r1 r140  
    6262"  RPC RAP ADS FILE SHARE SESSION SERVER DOMAIN PRINTQ USER GROUP VALIDATE\n"\
    6363"  GROUPMEMBER ADMIN SERVICE PASSWORD TIME LOOKUP GETLOCALSID SETLOCALSID\n"\
    64 SETDOMAINSID CHANGESCRETPW LOOKUP SAM\n");
     64GETDOMAINSID SETDOMAINSID CHANGESCRETPW LOOKUP SAM\n");
    6565        return -1;
    6666}
     
    229229                 "  net join\t\tto join a domain\n"\
    230230                 "  net cache\t\tto operate on cache tdb file\n"\
    231                  "  net getlocalsid [NAME]\tto get the SID for local name\n"\
     231                 "  net getlocalsid [NAME]\tto get the SID for local machine name\n"\
    232232                 "  net setlocalsid SID\tto set the local domain SID\n"\
     233                 "  net getdomainsid the machine SID and the domain SID on the local server\n"\
    233234                 "  net setdomainsid SID\tto set the domain SID on member servers\n"\
    234235                 "  net changesecretpw\tto change the machine password in the local secrets database only\n"\
    235236                 "                    \tthis requires the -f flag as a safety barrier\n"\
    236237                 "  net status\t\tShow server status\n"\
    237                 "  net usersidlist\tto get a list of all users with their SIDs\n"
    238                 "  net usershare\t\tto add, delete and list locally user-modifiable shares\n"
     238                 "  net usersidlist\tto get a list of all users with their SIDs\n"
     239                 "  net usershare\t\tto add, delete and list locally user-modifiable shares\n"
    239240                 "\n"\
    240241                 "  net ads <command>\tto run ADS commands\n"\
Note: See TracChangeset for help on using the changeset viewer.