Re: memberof overlay deployment

2011-12-06 Thread Thomas Chemineau
2011/11/28 Asplund Marko marko.aspl...@ixonos.com Hi, I'm planning on deploying the memberof overlay feature in our OpenLDAP v2.3 directory and I'd like to get some practical advice on this. So far, I've done some testing in my test environment. I've added an overlay directive in

Re: Syncrepl SSL fail

2011-12-06 Thread Hugo Deprez
Hello, if I don't sepcify the key path I get the following error when starting slpad : slap_client_connect: URI=ldaps://ldap.domain.fr:1024/ TLS context initialization failed (-1) slapd[31043]: do_syncrepl: rid=003 rc -1 retrying (9 retries left) So I need the

Re: memberof overlay deployment

2011-12-06 Thread Thomas Chemineau
2011/12/6 Michael Ströder mich...@stroeder.com Thomas Chemineau wrote: It's been a long time since I did not play with this overlay. But as far as I can remember, values of memberof attributes could not be used into a search filter. Of course you can search with (memberOf=group DN) for

Re: Strange slapd-meta search problem

2011-12-06 Thread masarati
Hi, I have a meta DB pointing to an Active Directory backend. This is used by SASL for authentication. The meta DB does not contain a schema definition for the AD. I've configured SASL to lookup sAMAccountName in AD, but this always fails until a lookup against the meta DB has first been

Adding many users together

2011-12-06 Thread Andreas Rudat
Hello, I have 100 users which I have to add into my ldap database, how can I do that? With a ldif file? Like that? dn: cn=John Doe, ou=Rochester, o=IBM, c=US objectclass: person objectclass: inetOrgPerson objectclass: top objectclass: organizationalPerson objectclass: ePerson cn:

Re: Adding many users together

2011-12-06 Thread Raffael Sahli
Where does all the user data come from? Just create a bash script or what else On 06.12.2011 20:59, Andreas Rudat wrote: Hello, I have 100 users which I have to add into my ldap database, how can I do that? With a ldif file? Like that? dn: cn=John Doe, ou=Rochester, o=IBM, c=US

Re: Adding many users together

2011-12-06 Thread Dan White
On 06/12/11 20:59 +0100, Andreas Rudat wrote: Hello, I have 100 users which I have to add into my ldap database, how can I do that? With a ldif file? Like that? dn: cn=John Doe, ou=Rochester, o=IBM, c=US objectclass: person objectclass: inetOrgPerson objectclass: top objectclass:

Re: Adding many users together

2011-12-06 Thread Mauricio Tavares
On Tue, Dec 6, 2011 at 3:30 PM, Raffael Sahli pub...@raffaelsahli.com wrote: Where does all the user data come from? Just create a bash script or what else I would agree. Main question would be whether you would do a ldapadd per user or run a big one. Just force them all change their

Re: Adding many users together

2011-12-06 Thread Andreas Rudat
Hi all, thanks for you replay, I think I found a solution, I build some php script around the famous smbldap tools and it look likes that it works for me . The data comes from a csv file, this part isnt finished but I think I will run. Andreas Am 06.12.2011 21:54, schrieb Mauricio Tavares: On

openldap with Ipv6 link local ip?

2011-12-06 Thread Richard Knight
Is it possible to use an IPv6 Link-Local ip with openlap clients? address would be of the form ldaps://[fe80::abcd:346:123%eth0]:636 where %eth0 is the interface specifier Richard

Re: openldap with Ipv6 link local ip?

2011-12-06 Thread Howard Chu
Richard Knight wrote: Is it possible to use an IPv6 Link-Local ip with openlap clients? address would be of the form ldaps://[fe80::abcd:346:123%eth0]:636 where %eth0 is the interface specifier The host part of the URL is just passed to getaddrinfo() and the resulting address is returned in a