[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Olc deployment vs slapd.conf based deployment



--On Monday, September 18, 2017 8:48 PM +0200 Michael Ströder <michael@stroeder.com> wrote:
b) Since cn=config is simply a tree, you could have your cn=config in
git, commit your changes there, and use a tool like ldapdiff to create
changesets to apply programatically.

So instead of writing a single file (in one FS transaction) after letting
slaptest check it I have to write several files (multiple FS operations),
diff that and then apply multiple LDAP operations.

Hm? How is this any different really than tracking slapd.conf in git? And plenty of people break out slapd.conf into multiple files and use "include" handling to pull, such as with schema, ACLs, etc. I see no difference here.

Yeah, sounds really great regarding error handling.

How does this differ from slapd.conf? You get no error handling with that, either, if you modify it and commit it to git.

--Quanah

--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>