mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4 torture: Add another wbinfo test and fix a typo in another one
This commit is contained in:
parent
907f085296
commit
ec93fd6b0c
@ -174,6 +174,7 @@ testit "wbinfo --uid-info against $TARGET" $wbinfo --uid-info $admin_uid
|
||||
|
||||
# this does not work
|
||||
knownfail "wbinfo --group-info against $TARGET" $wbinfo --group-info "S-1-22-2-0"
|
||||
knownfail "wbinfo --gid-info against $TARGET" $wbinfo --gid-info 30001
|
||||
knownfail "wbinfo -r against $TARGET" $wbinfo -r "$DOMAIN/$USERNAME"
|
||||
|
||||
testit "wbinfo --user-domgroups against $TARGET" $wbinfo --user-domgroups $admin_sid || failed=`expr $failed + 1`
|
||||
@ -182,8 +183,7 @@ testit "wbinfo --user-sids against $TARGET" $wbinfo --user-sids $admin_sid || fa
|
||||
|
||||
testit "wbinfo -a against $TARGET with domain creds" $wbinfo -a "$DOMAIN/$USERNAME"%"$PASSWORD" || failed=`expr $failed + 1`
|
||||
|
||||
# this does not work
|
||||
knwonfail "wbinfo --getdcname against $TARGET" $wbinfo --getdcname=$DOMAIN
|
||||
testit "wbinfo --getdcname against $TARGET" $wbinfo --getdcname=$DOMAIN
|
||||
|
||||
testit "wbinfo -p against $TARGET" $wbinfo -p || failed=`expr $failed + 1`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user