The Workcloud IDP provides a way to maintain users in the PTT Pro Server whether or not they are listed in the CSV. This is useful when the PTT Pro user accounts are not device users but used for another purpose.
The list of users to white list is created with support from Zebra. These users are listed in the IDP configuration script under the
whitelist_users
parameter.
A user added to
whitelist_users
is not deleted from the PTT Pro Server if not included in the CSV file.
The user names in the
whitelist_users
list must match the
userLogin
name in the PTT Pro Server and the Employee ID column in the CSV (if included).
Linux wildcard expressions can be used to match one or more users. For example,
Test.User*
would match all the users starting with the name
Test.User
. Zebra can help develop an expression pattern to match multiple users.