parsing of conf and keytab files

Sam Hartman hartmans at MIT.EDU
Wed Jul 21 10:35:09 EDT 2004


>>>>> "mdj" == mdj kerberos <mdj_frend at yahoo.com> writes:

    mdj> hi all, can anybody please let me know where does the parsing
    mdj> of the krb5.conf file and keytab file is done in the MIT
    mdj> kerberos code ??????


The interface for keytabs is modular; see src/lib/krb5/keytab.  You
could add a new keytab provider.

The config file code is parsed by the profile library
(src/util/profile)



More information about the Kerberos mailing list