Re: Is ldap_bind() mandatory before each ldap_search() call?

2010-11-09 Thread Mark J. Reed
for a client to poll a server to check if the session has expired its time to do a ldap_bind() again? Is there any other way out? - Shankar -- Mark J. Reed markjr...@gmail.com

Re: Is ldap_bind() mandatory before each ldap_search() call?

2010-11-09 Thread Mark J. Reed
into a case where a re-bind sufficed; I always have to close the whole connection and reconnect. -- Mark J. Reed markjr...@gmail.com

Re: slapcat generate extra space characters in LDIF output

2010-09-09 Thread Mark J. Reed
to me that the unfold script can also be done a perl one-liner: perl -pe 'BEGIN { undef $/; } s/\n //gms' -- Mark J. Reed markjr...@gmail.com

Re: LDAP backend: schema synchronization?

2010-08-26 Thread Mark J. Reed
=config) to all nodes. for example, as described here: https://help.ubuntu.com/9.10/serverguide/C/openldap-server.html LDAP replication... Bye. On Thu, Aug 26, 2010 at 00:07, Mauricio Tavares raubvo...@gmail.com wrote: On Tue, Aug 24, 2010 at 5:13 PM, Mark J. Reed markjr...@gmail.com wrote

Translating back_ldap config to cn=config format

2010-08-25 Thread Mark J. Reed
as a legal class name. Where can I find the config schema? Any help, pointers to someplace this is actually documented, etc. appreciated. Thanks! -- Mark J. Reed markjr...@gmail.com

Re: Translating back_ldap config to cn=config format

2010-08-25 Thread Mark J. Reed
tried olcLdapConfig, but that wasn't recognized as a legal class name.  Where can I find the config schema? Any help, pointers to someplace this is actually documented, etc. appreciated. Thanks! -- Mark J. Reed markjr...@gmail.com -- Mark J. Reed markjr...@gmail.com

LDAP backend: schema synchronization?

2010-08-25 Thread Mark J. Reed
OK, so I've got the ldap backend set up to talk to a couple different servers, and it's working, but I can only see attributes that exist in slapd's local schema. any way to import the schemas of the backends? automatically would be great, manually would be ok... -- Mark J. Reed markjr

filter to find attributes with multiple values

2010-08-25 Thread Mark J. Reed
by OpenLDAP. Even if it were, I don't see how it solves the OP's problem. Given the duplicate-entry control, how would you search for only entries that had more than one value for a given attribute? I think you have to make do with application logic here. -- Mark J. Reed markjr...@gmail.com