|
| ZCS Administrator Guide 8.0 |
| Open Source Edition |
a. Go to the Active Directory Start> Programs>Administrative Tools>Active Directory Users and Computers console.
b. To create the service account, click the AD Domain name and from the expanded content right-click Users and select New >User. Complete the New Object – User dialog.
• Full name: Enter the user display name for the AC service account. Recommend that the full name be the ZCS mailbox server name.
Example: mail1
• User Logon Name: This name is the value that is set for the zimbraSpnegoAuthTargetName server attribute in LDAP. Write it down. Example: HTTP/mail1.example.com
• User Logon Name (pre-Windows2000): This name is used for the –mapUser parameter in the setspn and ktpass commands.
Example: mail1.
• Click Next.
c. Enter and confirm the password. This password is used for the –pass {AD-user-password} parameter in the ktpass command, configured below.
d.
e. Click Finish to create the user. The service account name displays in the Users directory.
2. Use the setspn command to map the mailbox server name as the service Principal Names (SPN) to the user account. The SPN is used in the process of mutual authentication between the client and the server hosting a particular service.
a.
b. To verify that the SPN is registered, type
C:\>setspn –l {accountname}
A list of registered SPNs is displayed.
The key is written to this output file.
Enter the directory location and keytab file name. The keytab file name is jetty.keytab.
For example, C: \Temp\spnego\jetty.keytab This is the principal name.
Enter the service Principal Name as used in Step 2 in Setting up the Microsoft Windows Active Directory Domain Controller section. For example, HTTP/mail1.example.com@COMPANY.COM This maps –princ value to this user account.
Enter the AD service account user name entered in the User Logon Name (pre-Windows2000) set in Step 1.b in Setting up the Microsoft Windows Active Directory Domain Controller section. This is the password to use.
Enter the password entered in the User Logon Name (pre-Windows2000) set in Step 1.c in Setting up the Microsoft Windows Active Directory Domain Controller section.
4. Important: Do not rename the jetty.keytab file. This file name is referenced from various configuration files.Repeat steps 1 to 4 to create an create the keytab file (jetty.keytab) for each Zimbra mailstore server.