mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Tests for descriptor inheritance
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
932690c093
commit
fec33db90e
1610
source4/lib/ldb/tests/python/sec_descriptor.py
Normal file
1610
source4/lib/ldb/tests/python/sec_descriptor.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -56,3 +56,4 @@ samba4.winbind.struct.*.LOOKUP_NAME_SID # Not yet working in winbind
|
||||
^samba4.*base.delaywrite.*update of write time using SET_END_OF_FILE$
|
||||
^samba4.*base.delaywrite.*update of write time using SET_ALLOCATION_SIZE$
|
||||
^samba4.ldap.python \(dc\).Test add_ldif\(\) with BASE64 security descriptor input using WRONG domain SID$
|
||||
^samba4.ldap.secdesc.python
|
@ -450,7 +450,8 @@ plantest "subunit.python" none $SUBUNITRUN subunit
|
||||
plantest "rpcecho.python" dc:local $SUBUNITRUN samba.tests.rpcecho
|
||||
plantest "winreg.python" dc:local $SUBUNITRUN -U\$USERNAME%\$PASSWORD samba.tests.registry
|
||||
plantest "ldap.python" dc PYTHONPATH="$PYTHONPATH:../lib/subunit/python" $PYTHON $samba4srcdir/lib/ldb/tests/python/ldap.py $CONFIGURATION \$SERVER -U\$USERNAME%\$PASSWORD -W \$DOMAIN
|
||||
plantest "possibleInferiors.python" dc $PYTHON $samba4srcdir/dsdb/samdb/ldb_modules/tests/possibleinferiors.py $CONFIGURATION ldap://\$SERVER -U\$USERNAME%\$PASSWORD -W \$DOMAIN
|
||||
plantest "ldap.possibleInferiors.python" dc $PYTHON $samba4srcdir/dsdb/samdb/ldb_modules/tests/possibleinferiors.py $CONFIGURATION ldap://\$SERVER -U\$USERNAME%\$PASSWORD -W \$DOMAIN
|
||||
plantest "ldap.secdesc.python" dc PYTHONPATH="$PYTHONPATH:../lib/subunit/python" $PYTHON $samba4srcdir/lib/ldb/tests/python/sec_descriptor.py $CONFIGURATION \$SERVER -U\$USERNAME%\$PASSWORD -W \$DOMAIN
|
||||
plantest "blackbox.samba3dump" none $PYTHON $samba4srcdir/scripting/bin/samba3dump $samba4srcdir/../testdata/samba3
|
||||
rm -rf $PREFIX/upgrade
|
||||
plantest "blackbox.upgrade" none $PYTHON $samba4srcdir/setup/upgrade $CONFIGURATION --targetdir=$PREFIX/upgrade $samba4srcdir/../testdata/samba3 ../testdata/samba3/smb.conf
|
||||
|
Loading…
Reference in New Issue
Block a user