[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
All of slapd's configuration options can be changed on the fly?
- To: openldap-technical@openldap.org
- Subject: All of slapd's configuration options can be changed on the fly?
- From: Hung Luu <hung.n.luu@gmail.com>
- Date: Thu, 28 Jan 2010 13:48:46 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=H5LlzwMiOBPixfouYgGoOq5TR/740aoYnznCpq/QR30=; b=RB5nGVq+xFtRkUSlxkgkfUdo/N9RjSyazRc1Iyi89qZWQlsnUHHVGI39tlB0M0VYDU KfFvpfw7bTQNvFn8lETTtouP4j5NKZEFEJjG3iv47GTEiaS/1XWsb8+eZLskjEoOF5X1 9n9JtZ8H8MzKa4LqgubKJUcSj025AXkupMmi0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dND7+Gv6TSYvABLFfFDkwJ2XIawTBEhhA+qcOqgD5Wc2Dvhj+wRHcZ1xC1bPq8nulm uA8AzMgiEynUtFyq7b3sJblH88/IsuEIub5SiJQPzh8xeGkTFBLQRUWkB+bFpsjwJCWQ 9HCS2FOHp7nogOPp5GgeFEVyUfPLRSKZRgcJ0=
Hello all,
I am just experimenting with applying LDIF to the dynamic config backend and see what configuration directives I'm allowed to modify.
I've tried deleting an olcModuleLoad attribute and replacing the olcModulePath attribute with a new value; both times resulted in an LDAP error code 80.
From the 2.4 Admin Guide on configuration slapd: "The LDAP configuration engine allows all of slapd's configuration options to be changed on the fly, generally without requiring a server restart for the changes to take effect." There is also a note that says: "Some of the backends and of the distributed overlays do not support runtime configuration yet. In those cases, the old style slapd.conf file must be used."
Is there a list of slapd configuration directives that are allowed (or not allowed) to be changed dynamically at runtime?
Thanks,
Hung