]> git.sur5r.net Git - openldap/commitdiff
search on 'userid' not 'uid'
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Aug 2002 02:48:12 +0000 (02:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Aug 2002 02:48:12 +0000 (02:48 +0000)
tests/scripts/test003-search

index 08c6fecbcf27381f68f9507b06a8219149eb5604..77fb4616dc01345b0d23a7aa783dc11471147aca 100755 (executable)
@@ -112,7 +112,7 @@ fi
 
 echo "Testing objectClass/attributeType inheritance ..."
 $LDAPSEARCH -M -a never -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \
-       '(&(objectClass=inetorgperson)(uid=uham))' \
+       '(&(objectClass=inetorgperson)(userid=uham))' \
        "2.5.4.0" "userid" >> $SEARCHOUT 2>&1
 RC=$?
 if test $RC != 0 ; then