summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Fix samba3sam test.Andrew Bartlett2008-04-171-5/+0
| | | | | | sAMAccountType is blocked by the samldb module. Andrew Bartlett
* Remove tests for Samba 3 EJS code.Jelmer Vernooij2008-02-111-59/+0
|
* r25952: Add in new data file required by samba3sam test.Andrew Bartlett2007-12-211-0/+123
| | | | Andrew Bartlett
* r25948: Fix up the samba3sam test (which is very fragile) to work with the newAndrew Bartlett2007-12-211-123/+0
| | | | | | | | | | restrictions imposed by the samldb module. This module is worth keeping, because when we go back to do more extensive backend mapping, the testing of this module shows it is still possible. Andrew Bartlett
* r25759: catch up the samba3sam tests with the change from cn=rootdse to @ROOTDSEAndrew Bartlett2007-12-211-1/+1
| | | | Andrew Bartlett
* r24882: Use the torture API in BASE-CHARSET.Jelmer Vernooij2007-10-101-10/+10
|
* r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one ↵Jelmer Vernooij2007-10-101-0/+8
| | | | is broken, so that one is still disabled.
* r20458: This data is invalid, and causes the samba3sam test to fail, becauseAndrew Bartlett2007-10-101-2/+2
| | | | | | we now convert these values. Andrew Bartlett
* r17545: I forgot to commit this file, a source file for the the samba3samAndrew Bartlett2007-10-101-0/+201
| | | | | | tests, by mkhl. Andrew Bartlett
* r17525: This is a merge from the Google Summer of Code 2006 project by ↵Andrew Bartlett2007-10-101-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Martin Kühl <mkhl@samba.org>. Martin took over the work done last year by Jelmer, in last year's SoC. This was a substanital task, as the the ldb modules API changed significantly during the past year, with the addition of async calls. This changeset reimplements and enables the ldb_map ldb module and adapts the example module and test case, both named samba3sam, to the implementation. The ldb_map module supports splitting an ldb database into two parts (called the "local" and "remote" part) and storing the data in one of them (the remote database) in a different format while the other acts as a fallback. This allows ldb to e.g. store to and load data from a remote LDAP server and present it according to the Samba4 schema while still allowing the LDAP to present and modify its data separately. A complex example of this is the samba3sam module (by Jelmer Vernooij), which maps data between the samba3 and samba4 schemas. A simpler example is given by the entryUUID module (by Andrew Bartlett), which handles some of the differences between AD and OpenLDAP in operational attributes. It principally maps objectGUID, to and from entryUUID elements. This is also an example of a module that doesn't use the local backend as fallback storage. This merge also splits the ldb_map.c file into smaller, more manageable parts.
* r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij2007-10-101-18/+25
|
* r9834: More tests for the upgrade from Samba3Jelmer Vernooij2007-10-101-0/+51
|
* r9830: Fix support for importing registry values. Extended the examplre ↵Jelmer Vernooij2007-10-101-0/+0
| | | | registry tdb.
* r9828: Fix path to testdata (tests are always run from source/)Jelmer Vernooij2007-10-101-1/+1
|
* r9813: Conver testsuite for samba3sam module to EJSJelmer Vernooij2007-10-101-0/+3
|
* r9806: Some more test dataJelmer Vernooij2007-10-107-0/+23
|
* r9805: Add 'data' property to param EJS objectJelmer Vernooij2007-10-101-0/+0
| | | | | Write out new smb.conf file. Parameters that have disappeared between Samba 3 and 4 will optionally be prefixed with 'samba3:'
* r9785: Add some testdataJelmer Vernooij2007-10-104-0/+223