Will Fiveash noticed that the KDC config file was getting used in all programs. The bug is in os_init_paths(): On Wed, Mar 07, 2007 at 05:14:16PM -0600, Will Fiveash wrote: Shouldn't that be? if (retval == 0 && kdc == TRUE) retval = add_kdc_config_file(&files); It wasn't checking the "kdc" flag before. This is fixed in r19239 on the trunk.