Description of problem: I use Kerberos 5 for authentication and LDAP for user information. When starting openldap (service ldap start) I get: /etc/init.d/ldap: line 74: klist: command not found Checking configuration files for slapd: [ OK ] Starting slapd: [ OK ] Line 74 is: if LANG=C klist -k "$KRB5_KTNAME" | tail -n 4 | awk '{print $2}' | grep -q ^"$service"/ ; then I think it has to be "$klist" instead of "klist". Version-Release number of selected component (if applicable): openldap-servers.x86_64-2.2.23-5
The bug still exists in openldap-2.2.29-1.FC4.
This bug is fixed in Fedora Core 5 (openldap-servers-2.3.19-4).