Previous Topic: Domain Controller Setup on Windows for KerberosNext Topic: Create a Keytab File on Windows


KDC Configuration on a UNIX System

The UNIX server that hosts the Kerberos key distribution center (KDC) must be configured to support the CA SiteMinder® Federation Standalone server.

To configure CA SiteMinder® Federation Standalone on the UNIX KDC server

  1. Open a command prompt window.
  2. Enter the following command at the command-line prompt:
    usr/sbin/kadmin.local
    
  3. Add the CA SiteMinder® Federation Standalone system service principal name with this command:
    addprinc -pw <password> HTTP/AgentHost Name.domainname.com@DOMAINNAME.COM
    
  4. Create a keytab file.
  5. Enter quit.

The configuration of CA SiteMinder® Federation Standalone on the UNIX KDC server is complete.