@@ -77,27 +77,27 @@ public static void setUpClass() {
77
77
* <li>Install a Perforce server instance. I elected to install the
78
78
* helix-p4d package on Ubuntu by following the instructions at
79
79
* <a href="https://www.perforce.com/manuals/p4sag/Content/P4SAG/install.linux.packages.install.html">
80
- * Helix Core Server Administrator Guide > Installing the server > Linux
81
- * package-based installation > Installation</a>.
80
+ * Helix Core Server Administrator Guide > Installing the server > Linux
81
+ * package-based installation > Installation</a>.
82
82
* <li>Configure the Perforce server. Follow the instructions at
83
83
* <a href="https://www.perforce.com/manuals/p4sag/Content/P4SAG/install.linux.packages.configure.html">
84
- * Helix Core Server Administrator Guide > Installing the server > Linux
85
- * package-based installation > Post-installation configuration</a>.
84
+ * Helix Core Server Administrator Guide > Installing the server > Linux
85
+ * package-based installation > Post-installation configuration</a>.
86
86
* <li>Secure the Perforce server transport layer. I deployed a private key
87
87
* and certificate following the instructions at
88
88
* <a href="https://www.perforce.com/manuals/p4sag/Content/P4SAG/DB5-16618.html">
89
- * Helix Core Server Administrator Guide > Securing the server > Using SSL
90
- * to encrypt connections to a Helix server > Key and certificate
89
+ * Helix Core Server Administrator Guide > Securing the server > Using SSL
90
+ * to encrypt connections to a Helix server > Key and certificate
91
91
* management</a>.
92
92
* <li>Define an authentication method for the Perforce server. I elected to
93
93
* authenticate against my home Active Directory following the instructions
94
94
* at <a href="https://www.perforce.com/manuals/p4sag/Content/P4SAG/security.ldap.auth.html">
95
- * Helix Core Server Administrator Guide > Securing the server > LDAP
96
- * authentication > Authenticating against Active Directory and LDAP
95
+ * Helix Core Server Administrator Guide > Securing the server > LDAP
96
+ * authentication > Authenticating against Active Directory and LDAP
97
97
* servers</a> and then testing the LDAP configuration per
98
98
* <a href="https://www.perforce.com/manuals/p4sag/Content/P4SAG/security.ldap.testing.html">
99
- * Helix Core Server Administrator Guide > Securing the server > LDAP
100
- * authentication > Testing and enabling LDAP configurations</a>.
99
+ * Helix Core Server Administrator Guide > Securing the server > LDAP
100
+ * authentication > Testing and enabling LDAP configurations</a>.
101
101
* <li>Install Perforce on the development workstation. I used Homebrew to
102
102
* install: {@code admin$ brew cask install perforce}
103
103
* <li>Set environment to connect to the Perforce server. My server is named
0 commit comments