Security
Set a strong password
Make sure your password has 8 to 16 characters, is difficult to guess, and contains a mixture of uppercase, lowercase, and non-alphabetic characters.
Restrict P4 Server access to your client workspace root directory
P4 Server only needs access to the file revisions in your workspace. Access can be confined to the workspace by setting the P4CLIENTPATH variable to the root directory of your workspace. The P4CONFIG variable can be used to make that automatically apply whenever P4 client applications, such as P4 and P4V, use the workspace. Follow the steps for your operating system.
Windows | Linux and macOS |
---|---|
|
|
To learn more, see P4CLIENTPATH and P4CONFIG in the P4 CLI Reference.
Contact your administrator about authentication features
-
Ticket based authentication: the server configurable must be set to 4 or higher to protect multi-server and replicated environments.
-
SSL/TLS connections to connect to an SSL/TLS-enabled server. If SSL/TLS is in use, you should only accept the fingerprint shown when
p4 trust
is run after the administrators has validated that it is correct. -
Integration with an identity provider through P4 AS and multi-factor authentication through your identity provider (IdP). To learn more, see P4 Authentication Service Documentation.
-
The Helix MFA app, which should only be used when your password store and your MFA service are separated, such as using LDAP as your password store with Okta as your MFA service. To learn more, see Multi-factor authentication in the P4 Server Administration Documentation.