Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
3840353d
Commit
3840353d
authored
Dec 04, 2009
by
Hallvard Furuseth
Browse files
Support back-null
parent
7c9e4df7
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/data/slapd-idassert.conf
View file @
3840353d
...
...
@@ -61,6 +61,7 @@ database @BACKEND@
suffix
"dc=example,dc=com"
rootdn
"cn=Manager,dc=example,dc=com"
rootpw
secret
#null#bind on
#~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
...
...
tests/scripts/test028-idassert
View file @
3840353d
...
...
@@ -106,7 +106,7 @@ AUTHZID="u:it/jaj"
echo
"Testing ldapwhoami as proxy US,
$AUTHZID
..."
$LDAPWHOAMI
-h
$LOCALHOST
-p
$PORT1
-D
"cn=proxy US,ou=Admin,dc=example,dc=com"
-w
proxy
-e
\!
"authzid=
$AUTHZID
"
RC
=
$?
if
test
$RC
!=
0
;
then
if
test
$RC
!=
0
&&
test
$BACKEND
!=
null
;
then
echo
"ldapwhoami failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
...
...
@@ -165,7 +165,7 @@ AUTHZID="dn:cn=Sandbox,ou=Admin,dc=example,dc=com"
echo
"Testing ldapwhoami as proxy IT,
$AUTHZID
..."
$LDAPWHOAMI
-h
$LOCALHOST
-p
$PORT1
-D
"cn=proxy IT,ou=Admin,dc=example,dc=com"
-w
proxy
-e
\!
"authzid=
$AUTHZID
"
RC
=
$?
if
test
$RC
!=
0
;
then
if
test
$RC
!=
0
&&
test
$BACKEND
!=
null
;
then
echo
"ldapwhoami failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
...
...
@@ -198,7 +198,7 @@ $LDAPSEARCH -h $LOCALHOST -p $PORT1 -b "$BASE" \
-D
"
$ID
"
-w
jaj
>
$SEARCHOUT
2>&1
RC
=
$?
if
test
$RC
!=
0
;
then
if
test
$RC
!=
0
&&
test
$BACKEND
!=
null
;
then
echo
"ldapsearch failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment