Creating a super user on the Helix Core Server
Helix DAM requires setting up a user on the Helix Core Server with super
permissions, unlimited timeouts, and an all hosts ticket. You can create a new super user or use an existing one with the correct configuration.
The following steps use dam-super
as an example username, but you can use any username.
-
On your Helix Core Server, create the user:
p4 user -f dam-super
-
Create a group with unlimited timeouts and add the user to the group. For example:
-
Create a group named
unlimited
:p4 group unlimited
- Edit the group spec to change
Timeout
tounlimited
. - Edit the group spec to add the user as a member of the group.
-
-
As an existing superuser, open the user protections form:
p4 protect
-
Add the following line to the form to give the user super permissions:
super user dam-super * //...
-
Set the password:
p4 -u dam-super passwd
-
Create an all hosts ticket for the user:
p4 -u dam-super login -ap
-
Make a note of the username you set up and ticket details. You will use this information later to configure Helix DAM.