diff --git a/ldap.init b/ldap.init index 62f7065..7471380 100644 --- a/ldap.init +++ b/ldap.init @@ -71,7 +71,7 @@ function checkkeytab() { export KRB5_KTNAME if test -s "$KRB5_KTNAME" ; then if test x"$klist" != x ; then - if LANG=C klist -k "$KRB5_KTNAME" | tail -n 4 | awk '{print $2}' | grep -q ^"$service"/ ; then + if LANG=C $klist -k "$KRB5_KTNAME" | tail -n 4 | awk '{print $2}' | grep -q ^"$service"/ ; then if ! testasuser "$user" -r ${KRB5_KTNAME:-/etc/krb5.keytab} ; then true else diff --git a/openldap.spec b/openldap.spec index c13514e..7f9930e 100644 --- a/openldap.spec +++ b/openldap.spec @@ -716,6 +716,9 @@ fi %endif %changelog +* Fri Aug 5 2005 Nalin Dahyabhai +- fix typo in ldap.init (call $klist instead of klist, from Charles Lopes) + * Thu May 19 2005 Nalin Dahyabhai 2.2.26-1 - run slaptest with the -u flag if no id2entry db files are found, because you can't check for read-write access to a non-existent database (#156787)