s4:dsdb Revert back to using DN:filename in the partitions record
authorAndrew Bartlett <abartlet@samba.org>
Thu, 29 Oct 2009 22:00:13 +0000 (09:00 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Nov 2009 05:36:53 +0000 (16:36 +1100)
commit1ac8ef155f9e41a3c68e8e34ad8a14fb6c6d0365
treeee8e7aba549eeb1b93398566c42a46c5f3a78b92
parent7a290130bdeb411625f16451af3f2cfd25eeaf00
s4:dsdb Revert back to using DN:filename in the partitions record

This allows us to change the escaping function without breaking
existing installs.  The new escaping function (used for new databases)
is RFC1738 URI encoding, except for the trivial cases without special
characters.

The new databases are also placed in a subdirectory, sam.ldb.d per an
earlier suggestion by metze.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/partition.h
source4/dsdb/samdb/ldb_modules/partition_init.c