Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Installing, Configuring and Administering the Kerberos Server V 2.0 on HP-UX 11i: HP 9000 Networking > Chapter 5 Configuration

Summary

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

Given below is a summarized step-wise procedure to configure the KDC server.

  1. Install the Kerberos Server. For more information on carrying out this step, refer to “Installing The Kerberos Server”.

  2. Create and modify the configuration files /opt/krb5/krb.conf, and /opt/krb5/krb.realms. Refer to “Configuration Files For The Kerberos Server”.

  3. Create the Database using the kdb_create command.

     # /kdb_create "Your_Realm_Name" -s
  4. Use kadminl to add the administrative principals to the Kerberos database.

    # /opt/krb5/admin/kadminl

    Refer to “Add An Administrative Principal”, for more information.

  5. Create an admin_acl_file.

    Refer to “admin_acl_file” for more information.

  6. Start the Kerberos daemons on the Primary Security Server. Edit the /etc/rc.config.d/krbsrv file to reflect the following values:

    KDC = 1

    ADMD = 1

    Type, /sbin/init.d/krbsrv start

    You can also start the kerberos daemons by typing the following commands at the command prompt:

    shell% /opt/krb5/sbin/kdcd

    shell% /opt/krb5/sbin/kadmind

    You can also start the Kerberos daemons by typing the command prompt:

     % /sbin/initd/krbsrv start

    Verify that the daemons have started properly by checking for the messages in the system log files.

  7. Once the KDC is set up and running, it is time to create the principals of all the hosts and users into the Kerberos database.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2002 Hewlett-Packard Development Company, L.P.