comment - Freeform text description of the group
"GROUPMAP ADD"
Add a new group mapping entry:
net groupmap add {rid=int|sid=string} unixgroup=string \
[type={domain|local}] [ntgroup=string] [comment=string]
"GROUPMAP DELETE"
Delete a group mapping entry. If more then one group name matches, the first entry found is deleted.
net groupmap delete {ntgroup=string|sid=SID}
"GROUPMAP MODIFY"
Update en existing group entry
net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] \
[comment=string] [type={domain|local}]
"GROUPMAP LIST"
List existing group mapping entries
net groupmap list [verbose] [ntgroup=string] [sid=SID]
"MAXRID"
Prints out the highest RID currently in use on the local server (by the active 'passdb backend').
"RPC INFO"
Print information about the domain of the remote server, such as domain name, domain sid and number of users and groups.
"[RPC|ADS] TESTJOIN"
Check whether participation in a domain is still valid.
"[RPC|ADS] CHANGETRUSTPW"
Force change of domain trust password.
"RPC TRUSTDOM"
"RPC TRUSTDOM ADD DOMAIN"
Add a interdomain trust account for DOMAIN to the remote server.
"RPC TRUSTDOM DEL DOMAIM"
Remove interdomain trust account for DOMAIN from the remote server.