<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/setup/provision_configuration_basedn.ldif, branch talloc-2.1.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s4:setup/*.ldif - remove unneeded "cn" attributes</title>
<updated>2010-05-24T12:01:05+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-24T08:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=40ced1a3be5ab04c7431ecda2c7924336a852994'/>
<id>40ced1a3be5ab04c7431ecda2c7924336a852994</id>
<content type='text'>
Should be generated automatically
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be generated automatically
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:provision*.ldif - always set the "msDS-NcType" attribute correctly</title>
<updated>2010-05-13T12:47:30+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-13T12:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=47818b19fcd7248a2e95171a4e95c60c339da700'/>
<id>47818b19fcd7248a2e95171a4e95c60c339da700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:dsdb rework instanceType module - put instanceType in provision</title>
<updated>2009-10-02T10:45:07+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-09-24T22:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=984ea88156767776dc2ab0b7da84c9701c34f345'/>
<id>984ea88156767776dc2ab0b7da84c9701c34f345</id>
<content type='text'>
The instanceType needs to be specified in future because that's how
the partitions are actually created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The instanceType needs to be specified in future because that's how
the partitions are actually created.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial implementation of security descriptor creation in DS</title>
<updated>2009-09-20T22:16:17+00:00</updated>
<author>
<name>Nadezhda Ivanova</name>
<email>nadezhda.ivanova@postpath.com</email>
</author>
<published>2009-09-20T20:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6283f2caaa42c7238bdc9c2e8bc1246207645019'/>
<id>6283f2caaa42c7238bdc9c2e8bc1246207645019</id>
<content type='text'>
TODO's:
ACE sorting and clarifying the inheritance of object specific ace's.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO's:
ACE sorting and clarifying the inheritance of object specific ace's.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:provision  Remove the ACI element from the provision templates</title>
<updated>2009-08-16T23:50:56+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-08-13T00:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e1e99a7c7bb3a69d2c522ef272301b0ba73efd7f'/>
<id>e1e99a7c7bb3a69d2c522ef272301b0ba73efd7f</id>
<content type='text'>
We need to find a better way to apply this (used in the Fedora DS LDAP
backend), not by trying to tunnel this down the module stack.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to find a better way to apply this (used in the Fedora DS LDAP
backend), not by trying to tunnel this down the module stack.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>provision: simplfy by removing old code to manually create baseDNs.</title>
<updated>2008-01-17T01:00:27+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2008-01-17T01:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f1e177a7b8e660b245d5fb9b11a66b43c9b69784'/>
<id>f1e177a7b8e660b245d5fb9b11a66b43c9b69784</id>
<content type='text'>
Previously, we would create the first record in the DB as an LDIF
file, with the expectation that the administrator would use slapadd to
create the database.

We now do everything over LDAP, which is far simpler, and allows the
LDB module chain to do its work, without special cases.

Also fix naming of the output schema when suggesting the comamnd line
to run ad2oLschema in provision-backend.

Andrew Bartlett
(This used to be commit e77375758d66e94e5e0b6e61a97c9281c3d9c71f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we would create the first record in the DB as an LDIF
file, with the expectation that the administrator would use slapadd to
create the database.

We now do everything over LDAP, which is far simpler, and allows the
LDB module chain to do its work, without special cases.

Also fix naming of the output schema when suggesting the comamnd line
to run ad2oLschema in provision-backend.

Andrew Bartlett
(This used to be commit e77375758d66e94e5e0b6e61a97c9281c3d9c71f)
</pre>
</div>
</content>
</entry>
<entry>
<title>r22478: Update the LDAP backend code to handle initialisation of multiple</title>
<updated>2007-10-10T19:51:31+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2007-04-23T07:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3d4c4c5fa3596646e98fa50f8f735ffc1cbe8240'/>
<id>3d4c4c5fa3596646e98fa50f8f735ffc1cbe8240</id>
<content type='text'>
partitions onto the target LDAP server.

Make the LDAP provision run before smbd starts, then stop the LDAP
server.  This ensures this occurs synchronously, We then restart it
for the 'real run' (with slapd's stdin being the FIFO).

This required fixing a few things in the provision scripts, with more
containers being created via a add/modify pair.

Andrew Bartlett
(This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
partitions onto the target LDAP server.

Make the LDAP provision run before smbd starts, then stop the LDAP
server.  This ensures this occurs synchronously, We then restart it
for the 'real run' (with slapd's stdin being the FIFO).

This required fixing a few things in the provision scripts, with more
containers being created via a add/modify pair.

Andrew Bartlett
(This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
</pre>
</div>
</content>
</entry>
</feed>
