mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
search on 'userid' not 'uid'
This commit is contained in:
parent
b63ca6bc51
commit
eb18152969
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user