Skip to content

Commit

Permalink
test_idmap_rfc2307: Remove the correct file
Browse files Browse the repository at this point in the history
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12757

Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Christof Schmitt <[email protected]>
  • Loading branch information
vlendec authored and chs committed May 8, 2017
1 parent 17563f2 commit 9e816ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsswitch/tests/test_idmap_rfc2307.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ EOF

testit "add second ldap group mapping record" $VALGRIND $ldbadd -H ldap://$DC_SERVER -U$DOMAIN/$DC_USERNAME%$DC_PASSWORD $PREFIX/tmpldb

rm -f $PREFIX/tmpldbmodify
rm -f $PREFIX/tmpldb

testit "wbinfo --name-to-sid" $wbinfo --name-to-sid "$DOMAIN/$USERNAME" || failed=$(expr $failed + 1)
user_sid=$($wbinfo -n "$DOMAIN/$USERNAME" | cut -d " " -f1)
Expand Down

0 comments on commit 9e816ea

Please sign in to comment.