- 2015.08.03
- Introduction
- Kerberos is a computer network authentication protocol which works on the basis of 'tickets' to allow nodes communicating over a non-secure network to prove their identity to one another in a secure manner
- Install a new MIT KDC
- yum -y install krb5-server krb5-libs krb5-workstation
- vi/etc/krb5.conf
- Change the [realms] section of this file by replacing the default “kerberos.example.com” setting for the kdc and admin_server properties with the Fully Qualified Domain Name of the KDC server host
- kdb5_util create -s
- kadmin.local -q "addprinc admin/admin"
- /etc/rc.d/init.d/krb5kdc start
- /etc/rc.d/init.d/kadmin start
- chkconfig krb5kdc on
- chkconfig kadmin on
- Introduction
Monday, August 31, 2015
Kerberos
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.