Use one of the following commands to list all available user objects for all user maps:
tnumapuser tnumapuser -L |
Sample Output:
supermap totalnet johndoe carolyn worker barryw wilson danielle |
Use the following command to list all user objects available for the user map supermap:
tnumapuser -L -m supermap |
Sample Output:
totalnet johndoe carolyn |
Use the following command to read the value of the attribute external-users for the user barryw in the user map worker:
tnumapuser -R -m worker -u barryw -a external-users |
Sample Output:
external-users=barry_will |
Use the following command to add the value of the attribute external-users for the user johndoe in the user map supermap:
tnumapuser -A -m supermap -u johndoe -a external-users=john_d |
Use the following command to delete the user totalnet for the user map supermap:
tnumapuser -D -m supermap -u totalnet |