Previous Topic: UID Keyword—USS Security ValueNext Topic: UNAME Keyword—Map User from Novell Directory Services


Examples: UID keyword

This example indicates that user ACID USER02 has a UID of 83234:

TSS ADDTO(USER02) UID(83234)

This example removes the connection between a UID and an ACID:

TSS REMOVE(USER02) UID(83234)

This example automatically assigns a number to an ACID using the default range:

TSS ADDTO(johndoe) UID(?)

This example automatically assigns a number to an ACID within the inclusive range 10,000 — 200,000:

TSS ADDTO(johndoe) UID(?)
                   RANGE(10000,200000)