How to install Kerberos

Hi,

I have a project and I have to install an authentication server with Kerberos on FreeBSD 9. I just want to know how to configure it.

Regards,

Yémi
 
Hi yemi! You want to know how to configure it? First, you should look for information about Kerberos e.g. in excellent FreeBSD Handbook. There you will find a comprehensive description of e.g. The Key Distribution Center (KDC), whic is the centralized authentication service that Kerberos provides etc.; Chapter 15 Security, Kerberos5. Additionally, a good source of information is the man page for kerberos(8) - introduction to the Kerberos system and krb5.conf(5) - configuration file for Kerberos 5.

Other information, guides, and howto's can be found on the net. Here is a couple of examples;
Also, there are two interesting documents relating to the Kerberos. First, take a look on Running a Secure Kerberos Server. This paper will discuss why SabbiCom Servizi firm decided to use FreeBSD, networking, storage, memory etc. - generally every aspect about implement a Kerberos Key Distribution Center. While this paper is intended to introduce, describe, and explain an Kerberos environment; Kerberos Administrator's How-to Guide

Please remember one thing - without any action from your side (I mean reading the handbook, how-to's, searching the web for any information etc.), you should not expected any valuable answers on the forum.

Best regards, and good luck!
 
Back
Top