check in /usr/lib/openldap too for slapd and slapadd

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20614 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-08 07:38:14 +00:00
parent 9681e7059d
commit 4f34cd5a52

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (c) 2006 Kungliga Tekniska H<>gskolan # Copyright (c) 2006 - 2007 Kungliga Tekniska H<>gskolan
# (Royal Institute of Technology, Stockholm, Sweden). # (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved. # All rights reserved.
# #
@@ -60,7 +60,7 @@ fi
#search for all ldap tools #search for all ldap tools
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/libexec:$PATH PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/libexec:/usr/lib/openldap:$PATH
export PATH export PATH
oldifs=$IFS oldifs=$IFS