Configuration
Summary
|
| Summary |
|
| Given below is a summarized |
|
| server. |
Step | 1. | Install the Kerberos Server. For more information on carrying out this |
|
| step, refer to “Installing The Kerberos Server” on page 38. |
Step | 2. | Create and modify the configuration files /opt/krb5/krb.conf, and |
|
| /opt/krb5/krb.realms. Refer to “Configuration Files For The Kerberos |
|
| Server” on page 63. |
Step | 3. | Create the Database using the kdb_create command. |
|
| # /kdb_create “Your_Realm_Name” |
Step | 4. | Use kadminl to add the administrative principals to the Kerberos |
|
| database. |
|
| # /opt/krb5/admin/kadminl |
|
| Refer to “Add An Administrative Principal” on page 80, for more |
|
| information. |
Step | 5. | Create an admin_acl_file. |
|
| Refer to “admin_acl_file” on page 95 for more information. |
Step | 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:
Chapter 5 | 87 |