Aaron, that's the documentation I followed, it should be
correct. Make sure you take a note of the first point and modify the script.
Here's my copy of the chk_ids_version function: chk_ids_version() { [ $DEBUG -eq 1 ] && ${ECHO} "In
chk_ids_version()" # check iDS version number. eval "${LDAPSEARCH} ${SERVER_ARGS} -b cn=monitor -s
base \"objectclass=*\" version | ${GREP} \"^version=\" | cut -f2 -d'/' | cut -f1 -d' ' > ${TMPDIR}/checkDSver
2>&1" if [ $? -ne 0 ]; then ${ECHO} "ERROR: Can not determine the version number
of iDS!" exit 1 fi IDS_VER=`cat ${TMPDIR}/checkDSver` IDS_MAJVER=`${ECHO} ${IDS_VER} | cut -f1 -d.` IDS_MINVER=`${ECHO} ${IDS_VER} | cut -f2 -d.` if [ "${IDS_MAJVER}" != "5" ] &&
[ "${IDS_MAJVER}" != "6" ] && [ "${IDS_MAJVER}"
!= "1" ]; then ${ECHO} "ERROR: $PROG only works with JES DS
version 5.x and 6.x and FDS 1.1.3, not ${IDS_VER}." exit 1 fi if [ $DEBUG -eq 1 ]; then ${ECHO} " IDS_MAJVER = $IDS_MAJVER" ${ECHO} " IDS_MINVER = $IDS_MINVER" fi } If that doesn't fix your problem, can you find out where in the
script it's dying? Luke Bigum Systems Administrator (p) 1300 661 668 (f) 1300 661 540 Level 1, 100 Ipswich Road Woolloongabba QLD 4102 This e-mail and any files transmitted with it may contain
confidential and privileged material for the sole use of the intended
recipient. Any review, use, distribution or disclosure by others is strictly
prohibited. If you are not the intended recipient (or authorised to receive for
the recipient), please contact the sender by reply e-mail and delete all copies
of this message. From: fedora-directory-users-bounces@xxxxxxxxxx
[mailto:fedora-directory-users-bounces@xxxxxxxxxx] On Behalf Of Aaron
Mills Hi
All, |
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users