Skip to content
Snippets Groups Projects
Commit eb181529 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

search on 'userid' not 'uid'

parent b63ca6bc
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment