Re: désabonnement

2011-03-23 Thread olivier morel
Le 22/03/2011 11:12, fuzzy_4711 a écrit : Hi, I am facing issues with implementing samba user and group authentification using openldap. Is this the right place to ask? -fuz -- Cordialement Olivier Morel Tel direct: 01-77-93-36-76 E-mail : olivier.mo...@panoranet.com 4 allée de Seine -

Re: OpenLDAP / Samba integration

2011-03-23 Thread Buchan Milne
On Tuesday, 22 March 2011 16:42:11 fuzzy_4711 wrote: Original - Text What are you having problems with? Is this a new installation or an existing system? It is an new installation on an opensuse 11.4. I have both services running on the same box: ldap and samba

Re: syncrepl and mass deletes

2011-03-23 Thread LALOT Dominique
I have to mention that openldap 2.4.23 is an ubuntu package and compiled with db4.8.30 I did some other tries: using just a standard replication (one provider) it works. I stopped the consumer during the mass delete and start again, and it's synced I noticed some messages: Mar 23 15:36:14

Re: syncrepl and mass deletes

2011-03-23 Thread Howard Chu
LALOT Dominique wrote: Hello, I am testing the replication feature in a multimaster environment replicating into a single database. As stated before, I added serverid to my providers. I just have two providers for test purpose. I tested mass updates on a provider, stopped my replica during

Re: syncrepl and mass deletes

2011-03-23 Thread LALOT Dominique
Hi Howard, We were told to migrate to 2.4.23 sometimes ago, and we did some work to update our production servers. Can I try 2.4.24 only on the consumer side? It would be a pain to migrate all servers to 2.4.24 without package. is this related to the last fixes? Fixed slapd syncrepl reuse of

How to compile slapd as static binary

2011-03-23 Thread Marco Pizzoli
Hi list, could someone tell me how can I obtain a binary slapd with all libraries linked statically in it? I tried mixing many --enable-static / --enable-shared=no etc... without no luck. I also tried invoking make with LTFLAGS=-static Thanks Marco --

Re: syncrepl and mass deletes

2011-03-23 Thread LALOT Dominique
Howard, I was obliged to remove slapd package on consumer. Then compile in 2.4.24 and restart. doing the same tests, there was nothing diffferent. provider is still 2.4.23 My test: delete 3 entries, stop consumer when deleting; start again consumer when it's finished. Consumer is then out of

Re: syncrepl and mass deletes

2011-03-23 Thread Howard Chu
LALOT Dominique wrote: Howard, I was obliged to remove slapd package on consumer. Then compile in 2.4.24 and restart. doing the same tests, there was nothing diffferent. provider is still 2.4.23 My test: delete 3 entries, stop consumer when deleting; start again consumer when it's finished.

Efficient Searching for Groups its members

2011-03-23 Thread sim123
Hi All, I am designing LDAP schema and the structure looks like : --ROOT ou = people --- cn = john smith ou = groups -- ou = group1 member:john smith -- ou = group2 member: john smith I would like to find out what all groups john smith belongs to (I have

Re: Efficient Searching for Groups its members

2011-03-23 Thread sim123
Thanks for really quick reply. I looked at memberOf description and it really helps as I can just do one search. But under the hood OpenLDAP will still look for every single group and find if john smith is member of that group or not, is that right? If so, would slapd do any special optimization