TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. 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
  2. Use the following command to list all user objects available for the user map supermap:


    tnumapuser -L -m supermap

    Sample Output:


    totalnet
    johndoe
    carolyn
  3. 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
  4. 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
  5. Use the following command to delete the user totalnet for the user map supermap:


    tnumapuser -D -m supermap -u totalnet