Not OK for openldap

2001-04-02 Thread new
sqwebmail I have installed sqwebmail for qmail+ldap, but sqwebmail can't find user in ldap and only find user in /etc/passwd. Why? [EMAIL PROTECTED]

Not OK for openldap

2001-04-04 Thread new
hi all, I have installed sqwebmail for qmail+ldap, but sqwebmail can't find user in ldap and only find user in /etc/passwd. I build sqwebmail like this: env ac_cv_prog_cc_g=no \ LDFLAGS="-L/data1/mail/ldap/lib -lresolv -lnsl -lsocket -lxnet -lm" \ CPPFLAGS="-I/data1/mail/ldap/include" \ ./

Not OK for openldap

2001-04-04 Thread new
hi all, I have installed sqwebmail for qmail+ldap, but sqwebmail can't find user in ldap and only find user in /etc/passwd. I build sqwebmail like this: env ac_cv_prog_cc_g=no \ LDFLAGS="-L/data1/mail/ldap/lib -lresolv -lnsl -lsocket -lxnet -lm" \ CPPFLAGS="-I/data1/mail/ldap/include" \ ./

Not OK for openldap

2001-04-04 Thread new
hi all, I have installed sqwebmail for qmail+ldap, but sqwebmail can't find user in ldap and only find user in /etc/passwd. I build sqwebmail like this: env ac_cv_prog_cc_g=no \ LDFLAGS="-L/data1/mail/ldap/lib -lresolv -lnsl -lsocket -lxnet -lm" \ CPPFLAGS="-I/data1/mail/ldap/include" \ ./

Re: Not OK for openldap

2001-04-02 Thread Dan Melomedman
Really? It works for me just fine. Please explain your whole setup, so I can see what's different. On Tue, Apr 03, 2001 at 12:57:51AM +0800, new wrote: > sqwebmail > I have installed sqwebmail for qmail+ldap, > but sqwebmail can't find user in ldap and only > find user in /etc/passwd. > Why?

Re: Not OK for openldap

2001-04-02 Thread Sam Varshavchik
new writes: > sqwebmail > I have installed sqwebmail for qmail+ldap, > but sqwebmail can't find user in ldap and only > find user in /etc/passwd. > Why? The most likely answer is that you did not configure ldap authentication according to the instructions in INSTALL. -- Sam

Re: Not OK for openldap

2001-04-04 Thread paul
your configure call to the module is incorrect. --with-module=authldap \ WRONG --with-authldap \ RIGHT new writes: > hi all, > I have installed sqwebmail for qmail+ldap, > but sqwebmail can't find user in ldap and only > find user in /etc/passwd. > > I build sqwebmail like this: >