Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-07 | ldb: fixed --paged option in ldb tools | Andrew Tridgell | 1 | -1/+1 | |
we were sometimes using 'paged_result' and sometimes using 'paged_results'. The latter seemed to be more common, so I changed the two places that used the 'paged_result' string to 'paged_results' | |||||
2011-03-20 | pyldb: add more tests for control manipulation | Matthieu Patou | 1 | -0/+4 | |
2011-03-04 | s4:operational LDB module - fix attribute names to be right up/down-cased | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Mar 4 23:56:07 CET 2011 on sn-devel-104 | |||||
2011-03-04 | s4:ldap.py - rootdse tests should search for the rootDSE not the default DN | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Reviewed by: Tridge | |||||
2011-03-04 | s4:ldap.py - add a test in order to show the operational module fixed | Matthias Dieter Wallnöfer | 1 | -0/+14 | |
Reviewed by: Tridge | |||||
2011-03-04 | s4:ldap.py - other important RDN check testcases | Matthias Dieter Wallnöfer | 1 | -0/+67 | |
Reviewed by: Tridge | |||||
2011-03-04 | s4:ldap.py - remove a debug output | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
This has only been needed for developing this testcase and has been forgotten to be removed afterwards. Reviewed by: Tridge | |||||
2011-02-21 | pyldb: add tests for getting control results | Matthieu Patou | 1 | -0/+8 | |
2011-02-02 | s4-dsdb Add tests to ensure we don't break the rootDSE function levels again | Andrew Bartlett | 1 | -0/+33 | |
This both checks that the levels make sense, and they match what they should be based on in the DB. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 2 06:09:53 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 1 | -1/+1 | |
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | |||||
2011-01-25 | s4:ldap.py - check the write protection on LSA objects | Matthias Dieter Wallnöfer | 1 | -5/+30 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 25 13:09:41 CET 2011 on sn-devel-104 | |||||
2010-12-22 | dsdb:ldap.py - transform a test call into the new "msg.add" syntax | Matthias Dieter Wallnöfer | 1 | -8/+5 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Dec 22 13:05:53 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to ↵ | Kamen Mazdrashki | 1 | -2/+2 | |
system_session() Otherwise system_session() creates a LoadParm() instance which resets certain global parameters to their defaults from smb.conf ("log level" for instance) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 15:10:47 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4:dsdb tests - make use of "ldb.get_domain_sid()" | Matthias Dieter Wallnöfer | 1 | -5/+1 | |
2010-11-25 | s4-tests: Modified ldap.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -93/+88 | |
2010-11-23 | s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from ↵ | Nadezhda Ivanova | 1 | -25/+6 | |
SamDB. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Nov 23 11:08:37 CET 2010 on sn-devel-104 | |||||
2010-11-20 | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 1 | -0/+52 | |
And some small cleanups Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 20 00:06:35 CET 2010 on sn-devel-104 | |||||
2010-11-19 | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 1 | -12/+2 | |
2010-11-18 | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 1 | -8/+3 | |
By inspiration of Nadya's patches | |||||
2010-11-13 | s4:objectclass LDB module - multiple "objectClass" change elements are ↵ | Matthias Dieter Wallnöfer | 1 | -12/+9 | |
unfortunately still allowed The test message has been compressed - therefore I've now used "modify_ldif". | |||||
2010-11-12 | s4:objectclass LDB module - we should not simply ignore additional ↵ | Matthias Dieter Wallnöfer | 1 | -0/+13 | |
"objectClass" attribute changes There first one we perform all other tentatives are terminated with ERR_ATTRIBUTE_OR_VALUE_EXISTS (tested against Windows). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 12 19:39:07 UTC 2010 on sn-devel-104 | |||||
2010-11-12 | s4:samldb/objectclass_attrs LDB modules - move "description" logic from ↵ | Matthias Dieter Wallnöfer | 1 | -154/+9 | |
"objectclass_attrs" into "samldb" This according to an answer from dochelp is SAM specific behaviour. | |||||
2010-11-08 | s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updates | Matthias Dieter Wallnöfer | 1 | -0/+12 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 10:36:50 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:ldap.py - add more "objectGUID" related tests | Matthias Dieter Wallnöfer | 1 | -2/+76 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 21:12:03 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully ↵ | Matthias Dieter Wallnöfer | 1 | -5/+56 | |
behave as in AD - fix crash when provided "nTSecurityDescriptor" attribute is empty - print out the correct error codes if it's provided multi-valued - simplify the "recalculate_sd" control handling | |||||
2010-11-06 | s4:ldap.py - enhance the "distinguishedName" tests | Matthias Dieter Wallnöfer | 1 | -0/+24 | |
The "dn" shortcut isn't supported by AD. | |||||
2010-11-04 | s4:ldap.py/passwords.py - just use objectclass "user" for users | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 4 21:09:00 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | pydsdb: Import testtools before subunit for those that don't have | Jelmer Vernooij | 1 | -7/+3 | |
testtools installed. Also, cleanup some imports. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Nov 3 17:47:55 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | s4:objectclass LDB module - the structural objectclass has always to be ↵ | Matthias Dieter Wallnöfer | 1 | -0/+19 | |
specified Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 3 16:20:55 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | s4-tests: Tests for the dSHeuristics attribute value restrictions | Nadezhda Ivanova | 1 | -0/+41 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Nov 3 13:58:42 UTC 2010 on sn-devel-104 | |||||
2010-11-01 | s4:ldap.py/sam.py - simplify the objectclass specifications | Matthias Dieter Wallnöfer | 1 | -6/+6 | |
- For user accounts we only need to specify "user" ("person" is an inherited objectclass) - Don't use the brackets when we have only one objectclass specified | |||||
2010-10-26 | s4:ldap.py - add a test for attribute ranges - still very basic | Matthias Dieter Wallnöfer | 1 | -1/+56 | |
And partially outcommented. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 26 18:53:12 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s4:ldap.py - enhance and activate the "description" attribute test | Matthias Dieter Wallnöfer | 1 | -27/+89 | |
It tests only the "description" attribute in particular since it behaves differently from all others. | |||||
2010-10-25 | s4:ldap.py - prove the denied multi-valued replace requests | Matthias Dieter Wallnöfer | 1 | -18/+18 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 25 11:49:19 UTC 2010 on sn-devel-104 | |||||
2010-10-13 | s4:ldap.py - test the "isCriticalSystemObject" behaviour | Matthias Dieter Wallnöfer | 1 | -0/+39 | |
2010-10-08 | s4:ldap.py - split it up and move SAM related stuff to sam.py | Matthias Dieter Wallnöfer | 1 | -552/+1 | |
ldap.py would still need some additional split-up but it's a start. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 8 14:05:18 UTC 2010 on sn-devel-104 | |||||
2010-10-03 | s4:ldap.py - test allowed system flags restriction | Matthias Dieter Wallnöfer | 1 | -1/+16 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:ldap.py - remove the delete tests | Matthias Dieter Wallnöfer | 1 | -92/+0 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:ldap.py - delete the right object after test completition | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-03 | s4:ldap.py - fix "system only" test | Matthias Dieter Wallnöfer | 1 | -0/+8 | |
A part was missing | |||||
2010-09-24 | s4:ldap.py - add tests for the "dsServiceName", "serverName", "dnsHostName" ↵ | Matthias Dieter Wallnöfer | 1 | -0/+34 | |
and "ldapServiceName" rootDSE attributes Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:samldb LDB module - it isn't allowed to create user/computer accounts ↵ | Matthias Dieter Wallnöfer | 1 | -10/+9 | |
with a primary group specified It can only be changed afterwards. We allow a "relax"ed exception for the provision state since we need this for the guest account. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:ldap.py - test default primary groups on modify operations | Matthias Dieter Wallnöfer | 1 | -0/+70 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4:ldap.py - enhance SAM user/groups behaviour test regarding default ↵ | Matthias Dieter Wallnöfer | 1 | -5/+34 | |
primary groups Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-21 | s4-ldap: Fixed a problem with NC's having a parentGUID attribute | Nadezhda Ivanova | 1 | -1/+21 | |
NC's other than default NC had a parentGUID, due to an incorrect check of whether the object has a parent. Fixed by checking object's instanceType instead. | |||||
2010-09-12 | s4:ldap.py - tests the primary group detection by the "userAccountControl" | Matthias Dieter Wallnöfer | 1 | -2/+47 | |
2010-08-07 | s4:ldap.py - comment a test part which fails with another error code on Windows | Matthias Dieter Wallnöfer | 1 | -5/+6 | |
2010-08-07 | s4:ldap.py - test the new "systemFlags" constraint | Matthias Dieter Wallnöfer | 1 | -1/+11 | |
2010-08-07 | s4:ldap.py - test for an invalid "objectCategory" attribute | Matthias Dieter Wallnöfer | 1 | -0/+10 | |
2010-08-07 | s4:ldap.py - proof for the impossibility to add a LSA-specific object over LDAP | Matthias Dieter Wallnöfer | 1 | -0/+11 | |