Dynamic schema update

2006-08-14 Thread Eran Leiserowitz
Hello, I'm a new OpenLDAP user, so sorry for the newbie question. I searched the list archives, but did not succeed to find an answer for this question. Is there a possibility to update the schema dynamically. That is, in SQL you can perform DDL (data definition language) operations, to update t

Re: Dynamic schema update

2006-08-15 Thread Eran Leiserowitz
Buchan Milne wrote: > On Monday 14 August 2006 09:16, Eran Leiserowitz wrote: > > Hello, > > > > I'm a new OpenLDAP user, so sorry for the newbie question. I searched > > the list archives, but did not succeed to find an answer for this > > question. > &g

Modifying olcObjectClasses

2006-08-16 Thread Eran Leiserowitz
Hi all, I'm trying to do schema updates without restarting the OpenLDAP server (2.3.24). Thus far, I've been able to add a new olcObjectClasses to the schema, and add a corresponding object to the directory. Now, I'm trying to understand how to modify an existing olcObjectClasses. This is how the

Re: Dynamic schema update

2006-08-23 Thread Eran Leiserowitz
Thanks Dieter and Chu for the reply. > The cn=config tree always exists. Changes take effect immediately. But > if you're using slapd.conf instead of slapd.d, the changes are not saved > to any config file. > > I tried updating the schema dynamically (the main database is bdb) when I'm using th

cn=config with SASL

2006-08-29 Thread Eran Leiserowitz
Hi, I've added SASL configuration to the test slapd that I'm using. I've added the following to the slapd.conf: disallow bind_simple disallow bind_anon sasl-secprops noanonymous sasl-host localhost ### # BDB database definitions

config backend with SASL

2006-09-04 Thread Eran Leiserowitz
Hi, I've posted the following question, but no one seemed to answer it. I guess that I'm missing something trivial. I would appreciate if someone could help. Thanks, Eran // Original message /// Hi, I've added SASL configuration to the test slapd that I'm using. I've added th

Re: config backend with SASL

2006-09-05 Thread Eran Leiserowitz
Hi, I thought that the rootdn of the config backend is hardcoded to "cn=config". Since this is not the case, can you please give more details regarding your example ? Please notice, that in the test database, I'm only using the "core.schema" schema. So, what exactly should I add to the config f