Changeset 140 for branches/samba-3.0/source/utils/net_help.c
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/utils/net_help.c
r1 r140 62 62 " RPC RAP ADS FILE SHARE SESSION SERVER DOMAIN PRINTQ USER GROUP VALIDATE\n"\ 63 63 " GROUPMEMBER ADMIN SERVICE PASSWORD TIME LOOKUP GETLOCALSID SETLOCALSID\n"\ 64 " SETDOMAINSID CHANGESCRETPW LOOKUP SAM\n");64 " GETDOMAINSID SETDOMAINSID CHANGESCRETPW LOOKUP SAM\n"); 65 65 return -1; 66 66 } … … 229 229 " net join\t\tto join a domain\n"\ 230 230 " 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"\ 232 232 " 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"\ 233 234 " net setdomainsid SID\tto set the domain SID on member servers\n"\ 234 235 " net changesecretpw\tto change the machine password in the local secrets database only\n"\ 235 236 " \tthis requires the -f flag as a safety barrier\n"\ 236 237 " 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" 239 240 "\n"\ 240 241 " net ads <command>\tto run ADS commands\n"\
Note:
See TracChangeset
for help on using the changeset viewer.