]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test003-search
search on 'userid' not 'uid'
[openldap] / 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