Re: disallow bind_anon creates problem in cyrus

2007-03-22 Thread Roland Felnhofer
Hi, FIRST: Please buy a Linux book and read it!! http://www.oreilly.com/catalog/runlinux5/ inx.html http://www.oreilly.com/catalog/linuxss2/ inx.html http://www.oreilly.com/catalog/linuxckbk/

Re: disallow bind_anon creates problem in cyrus

2007-03-21 Thread JOYDEEP
Michael Menge wrote: > If you use pam, you have to set the binddn and bindpw in /etc/ldap.conf OK. should I copy these from slapd.conf ? > > Quoting JOYDEEP <[EMAIL PROTECTED]>: > >> Roland Felnhofer wrote: >>> Hi, >>> >>> hmm, let me guess - you are running saslauthd with -a PAM?! >>> >>> try run

Re: disallow bind_anon creates problem in cyrus

2007-03-21 Thread Michael Menge
If you use pam, you have to set the binddn and bindpw in /etc/ldap.conf Quoting JOYDEEP <[EMAIL PROTECTED]>: Roland Felnhofer wrote: Hi, hmm, let me guess - you are running saslauthd with -a PAM?! try running it /usr/sbin/saslauthd -a ldap no need (with a more or less up-to-date version

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread JOYDEEP
Roland Felnhofer wrote: > Hi, > > hmm, let me guess - you are running saslauthd with -a PAM?! > > try running it /usr/sbin/saslauthd -a ldap > no need (with a more or less up-to-date version of saslauthd) to do it > via PAM - use LDAP directly. Less layers less potential problems. > > What log

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread Roland Felnhofer
Hi, hmm, let me guess - you are running saslauthd with -a PAM?! try running it /usr/sbin/saslauthd -a ldap no need (with a more or less up-to-date version of saslauthd) to do it via PAM - use LDAP directly. Less layers less potential problems. What log entry and result do you get by execu

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread JOYDEEP
Roland Felnhofer wrote: > Hi, > > that should give you a hint: > > >saslauthd.conf > > ldap_servers: ldap://127.0.0.1 > ldap_search_base: ou=people,dc=example,dc=com > ldap_bind_dn: cn=proxyagent,ou=special_users,dc=example,dc=com > ldap_password: password > ldap_scope: one > ldap_uidattr:

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread Roland Felnhofer
Hi, that should give you a hint: saslauthd.conf ldap_servers: ldap://127.0.0.1 ldap_search_base: ou=people,dc=example,dc=com ldap_bind_dn: cn=proxyagent,ou=special_users,dc=example,dc=com ldap_password: password ldap_scope: one ldap_uidattr: uid ldap_filter_mode: yes ldap_filter: uid=%

disallow bind_anon creates problem in cyrus

2007-03-19 Thread JOYDEEP
Dear list, to secure my ldap server I have added the line "disallow bind_anon" in slapd.conf. I have checked by "ldapsearch" command and now my ldap doesn't allow anonymous bind. But I have now problem to use cyrus as it also based on LDAP authentication. I can't log in in cyrus with Correct useri

disallow bind_anon creates problem in cyrus

2007-03-19 Thread JOYDEEP
Dear list, to secure my ldap server I have added the line "disallow bind_anon" in slapd.conf. I have checked by "ldapsearch" command and now my ldap doesn't allow anonymous bind. But I have now problem to use cyrus as it also based on LDAP authentication. I can't log in in cyrus with Correct useri