- Re: [pkg-kolab] Installation de kolab on etch

Martial Paupe martial at paupe.name
Sat May 20 17:59:48 UTC 2006


Hello,

I send a new test of authentication but it failed again :-(

>could you please update to the latest version of the kolab packages?

It seems to me that I have the last. If not where I can take them ?

List of package installed
ii  slapd                    		2.2.26-5             
ii  libsasl2                 		2.1.19.dfsg1-0.2
ii  libsasl2-dev             		2.1.19.dfsg1-0.2
ii  libsasl2-modules         		2.1.19.dfsg1-0.2
ii  sasl2-bin                		2.1.19.dfsg1-0.2     
ii  kolab-cyrus-admin        		2.2.12-7         
ii  kolab-cyrus-clients      		2.2.12-7          
ii  kolab-cyrus-common       	2.2.12-7      
ii  kolab-cyrus-imapd        		2.2.12-7 
ii  kolab-cyrus-pop3d        	2.2.12-7 
ii  kolab-libcyrus-imap-perl 	2.2.12-7

and I don't have the commad ptclient !

I post my config to compare it

-- my configuration

-slap.conf
-saslauth.conf
-saslauthd
-imapd.conf

Tests carried out
-- test of authentication
MOB0544:/home/martial# testsaslauthd -u manager -p qwertz
0: NO "authentication failed"

result in syslog
May 20 19:11:29 localhost slapd[7706]: conn=13 fd=10 ACCEPT from 
IP=127.0.0.1:59490 (IP=0.0.0.0:389)
May 20 19:11:29 localhost slapd[7706]: conn=13 op=0 BIND 
dn="cn=manager,cn=internal,dc=example,dc=com" method=128
May 20 19:11:29 localhost slapd[7706]: conn=13 op=0 RESULT tag=97 err=49 text=
May 20 19:11:44 localhost slapd[7706]: conn=13 fd=10 closed


MOB0544:/# cyradm --user manager localhost
IMAP Password:
              Login failed: authentication failure 
at /usr/lib/perl5/Cyrus/IMAP/
cyradm: cannot authenticate to server as manager

result in syslog
May 20 19:14:11 localhost cyrus/master[7786]: about to 
exec /usr/lib/cyrus/bin/imapd
May 20 19:14:11 localhost cyrus/imap[7786]: executed
May 20 19:14:11 localhost cyrus/imap[7786]: accepted connection
May 20 19:14:14 localhost slapd[7706]: conn=14 fd=10 ACCEPT from 
IP=127.0.0.1:46254 (IP=0.0.0.0:389)
May 20 19:14:14 localhost slapd[7706]: conn=14 op=0 BIND dn="" method=128
May 20 19:14:14 localhost slapd[7706]: conn=14 op=0 RESULT tag=97 err=0 text=
May 20 19:14:14 localhost slapd[7706]: conn=14 op=1 SRCH base="" scope=2 
deref=0 filter="(uid=manager)"
May 20 19:14:14 localhost slapd[7706]: conn=14 op=1 SEARCH RESULT tag=101 
err=0 nentries=0 text=
May 20 19:14:14 localhost slapd[7706]: conn=15 fd=13 ACCEPT from 
IP=127.0.0.1:46255 (IP=0.0.0.0:389)
May 20 19:14:14 localhost slapd[7706]: conn=14 op=2 UNBIND
May 20 19:14:14 localhost slapd[7706]: conn=14 fd=10 closed
May 20 19:14:14 localhost slapd[7706]: conn=15 op=0 BIND dn="" method=128
May 20 19:14:14 localhost slapd[7706]: conn=15 op=0 RESULT tag=97 err=0 text=
May 20 19:14:14 localhost slapd[7706]: conn=15 op=1 SRCH base="" scope=2 
deref=0 filter="(uid=manager)"
May 20 19:14:14 localhost slapd[7706]: conn=15 op=1 SEARCH RESULT tag=101 
err=0 nentries=0 text=
May 20 19:14:14 localhost slapd[7706]: conn=15 op=2 UNBIND
May 20 19:14:14 localhost slapd[7706]: conn=15 fd=13 closed
May 20 19:14:14 localhost slapd[7706]: conn=16 fd=10 ACCEPT from 
IP=127.0.0.1:46256 (IP=0.0.0.0:389)
May 20 19:14:14 localhost slapd[7706]: conn=16 op=0 BIND 
dn="cn=manager,cn=internal,dc=example,dc=com" method=128
May 20 19:14:14 localhost slapd[7706]: conn=16 op=0 RESULT tag=97 err=49 text=
May 20 19:14:14 localhost cyrus/imap[7786]: badlogin: localhost.localdomain 
[127.0.0.1] plaintext manager SASL(-13): authentication failure: checkpass 
failed
May 20 19:14:27 localhost slapd[7706]: conn=16 fd=10 closed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imapd.conf
Type: text/x-c++hdr
Size: 12340 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-kolab-devel/attachments/20060520/413da3f3/imapd.hpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: slapd.conf
Type: text/x-csrc
Size: 6048 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-kolab-devel/attachments/20060520/413da3f3/slapd.c
-------------- next part --------------
# This needs to be uncommented before saslauthd will be run automatically
START=yes

# You must specify the authentication mechanisms you wish to use.
# This defaults to "pam" for PAM support, but may also include
# "shadow" or "sasldb", like this:
# MECHANISMS="pam shadow"

MECHANISMS="ldap"
-------------- next part --------------
ldap_auth_method: bind
ldap_bind_dn: cn=manager,cn=internal,dc=example,dc=com
ldap_bind_pw: qwertz
ldap_deref: always
ldap_filter: (&(|(mail=%u@%d)(mail=%u)(uid=%u@%d)(uid=%u))(!(kolabdeleteflag=*)))
ldap_restart: yes
ldap_scope: sub
ldap_search_base: dc=example,dc=com
ldap_servers: ldap://127.0.0.1:389
ldap_time_limit: 15
ldap_timeout: 15
ldap_version: 3


More information about the pkg-kolab-devel mailing list