"alexandre" <[EMAIL PROTECTED]> writes: > I have this error when the package krb5-admin is installed ont my debian > 4.0. > > "kadmind: No such file or directory while initializing, aborting".
Usually that error message means that you've never created a KDC database. Run krb5_newrealm to initialize a new KDC database on Debian (which just calls kdb5_util with appropriate options). > I search in the start script in /etc/init.d/krb5-admin-server but i not > find any error. Because the error comes from kadmind. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
