Re: TLS/SSL problems

2007-05-23 Thread Dieter Kluenter
Craig <[EMAIL PROTECTED]> writes: > I am running openldap 2.2.13. I am having a problem getting TLS to > work. I have done numerous searches, but most web pages seem to deal > with LDAP/kerberos issues. We do not run kerberos. I am only trying to > prevent passwords from being sent in the clear. >

Building OpenLDAP with VS.NET2003

2007-05-23 Thread Aviator LDap
Hi Friends, Can anybody help me to build OpenLDAP with VS.NET2003? I would like to build the OpenLDAP 2.3.33 with VS.NET as my application requires that. I am struck at this point. Any help will be greatly appreciated. thanks in advance, regards, dinesh.

Re: Access control entries problem

2007-05-23 Thread Vincent Batoufflet
Gabriel, Yes I tried but the result remains the same. Thanks for your response, Gabriel Stein wrote: Vincent, You tried to put this rules before the others access control rules? Keep in touch. Hugs, On 5/22/07, Vincent Batoufflet <[EMAIL PROTECTED]> wrote: Hi everyone, I try to setup

RE: TLS/SSL problems

2007-05-23 Thread Matthew Hardin
Craig said: [...] > > I know about the "-x" option. But, once that happens, it looks like the > passwords are sent in clear text. (I did some packet traces and that's > what it looks like to me.) That would only happen because an SSL or TLS connection is not being established. See slapd.conf(5) a

LDAP and MySQL - No database selected

2007-05-23 Thread Ace
Hi Friends, I am trying to configure LDAP with MySQL 5.0 as backend. I am using Connector/ODBC 3.51 and LDAP 2.3.32 built from sources. While starting slapd I get following error - === backsql_load_schema_map(): oc_query "SELECT id,name,keytbl,keyc

Re: LDAP and MySQL - No database selected

2007-05-23 Thread Gabriel Stein
What´s your result for odbctest ou iodbctest? This command shows your ODBC connection? And more: you set your slapd.conf with your ODBC Connection Name, not your MySQL dbname. For example, if you have a database with name ldap and setup a ODBC connection with name test, you need set test on you

Re: Access control entries problem

2007-05-23 Thread Hallvard B Furuseth
Vincent Batoufflet writes: > # AutoFS access > acces to dn.subtree="ou=mount,o=organization,dc=domain,dc=com" ^ Missing 's'. Also, test slapd with loglevel 0x3C0 (see "loglevel" in man slapd.conf), or 'slapd -d 0x3C0 ...' so you can see what happens. -- Regards, Hallvard

Re: passwd backend operational?

2007-05-23 Thread Hallvard B Furuseth
Jorge Amador Arenas Quezada writes: >> 1.- in some information collected in internet found references about >> the backend passwd support claiming about not use this module because >> is not fully implemented (the read only condition is not a problem >> because i only want to authenticate my users

Re: ber_scanf and ber_printf strangeness

2007-05-23 Thread Howard Chu
Szombathelyi György wrote: Hi! I'm developing kldap, a Qt wrapper for LDAP-functions. When I tested ber_scanf and ber_printf functions, I found this strangeness: Encode a sequence of octet strings via ber_printf ber_printf(ber,"{v}",list_of_strings); But decoding only succeeds if I use the fol

RE: Logging in OpenLDAP

2007-05-23 Thread knassden
Hi, I'm having problems getting logs with slapd. In my slapd.conf, I have "loglevel 256". In my syslog.conf, I have "local4.* /var/log/ldap.log". I configured openldadp with "--enable-syslog --enable-debug". I start openldap with "/usr/local/libexec/slapd -u _openldap -g _openldap -f /etc/open

RE: Logging in OpenLDAP

2007-05-23 Thread Quanah Gibson-Mount
--On May 23, 2007 2:00:08 PM -0700 knassden <[EMAIL PROTECTED]> wrote: Hi, I'm having problems getting logs with slapd. In my slapd.conf, I have "loglevel 256". In my syslog.conf, I have "local4.* /var/log/ldap.log". I configured openldadp with "--enable-syslog --enable-debug". I start ope

Re: ber_scanf and ber_printf strangeness

2007-05-23 Thread Howard Chu
Howard Chu wrote: Szombathelyi György wrote: Hi! I'm developing kldap, a Qt wrapper for LDAP-functions. When I tested ber_scanf and ber_printf functions, I found this strangeness: Encode a sequence of octet strings via ber_printf ber_printf(ber,"{v}",list_of_strings); But decoding only succee

Re: LDAP and MySQL - No database selected

2007-05-23 Thread Ace
The funny part here, my odbc test result - == 1: SQLDriverConnect = [MySQL][ODBC 3.51 Driver]Could not determine the driver name; could not lookup setup library. DSN=(test) (0) SQLSTATE=HY000 1: ODBC_Connect = [MySQL][ODBC 3.51 Driver]Could not