Re: [SOGo] sogo with 389-ds authentication

2014-12-16 Thread Christian Naumer
Am 14.12.2014 um 22:24 schrieb Michal Koprda:
 my configuration is, from added sogo conf file:

I would expect it to look like this. But I don't know if this is just a
display problem with your email.
It has to be your config! SOGO can not find it as you can see in your
logs (No authentication sources defined - nobody will be able to login.
Check your defaults.)


 
 /* LDAP authentication example */
SOGoUserSources = (
  {
type = ldap;
CNFieldName = cn;
UIDFieldName = uid;
IDFieldName = uid; // first field of the DN for direct binds
bindFields = (uid, mail, cn); // array of fields to use for indirect
binds
baseDN = ou=people,dc=mk,dc=local;
bindDN = uid=sogo2,ou=people,dc=mk,dc=local;
bindPassword = Emerson01;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = ldap://srv389ds.mk.local:389ldap://srv389ds.mk.local:389/;
id = auth;
isAddressBook = YES;
 SearchFieldNames = (uid,cn,sn,mail);
  }
);

Here is ours:

 SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
bindAsCurrentUser =YES;
baseDN = ou=Users,dc=brain-biotech,dc=de;
bindDN = cn=X-TEST;
bindFields = (
uid
);
bindPassword = xx;
canAuthenticate = YES;
displayName = BRAIN;
encryption = STARTTLS;
hostname = ldap.local;
id = BRAIN;
isAddressBook = YES;
port = 389;
}
);


Regards

Christian


-- 
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Juergen Eck
Vorsitzender des Aufsichtsrats: Dr. Ludger Mueller
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] sogo with 389-ds authentication

2014-12-16 Thread Michal Koprda
Hi Christian,

thank you for your conf file. I successfully configured my ldap settings, 
yestarday. I had other issues with postgres because sogo sql user can't log on 
localost  i tried 127.0.0.1 and it is successfully and new tables in DB 
werecreated.

Now i can log to sogo, through WEB interface but it looks wery RAW design, it 
looks like some css styles are not uploaded, but i see my existing emails. it 
is perfect like the first step and I can log on 127.0.0.1, only )o: so i have 
to find more info about apache, httpd configuration for sogo, in official PDF 
guide is nothing )o: i have to more find on google, read the sogo logs and 
tune-up my solution.

Thank you for help.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
Naumer [c...@brain-biotech.de]
Sent: Tuesday, December 16, 2014 8:29 AM
To: users@sogo.nu
Subject: Re: [SOGo] sogo with 389-ds authentication

Am 14.12.2014 um 22:24 schrieb Michal Koprda:
 my configuration is, from added sogo conf file:

I would expect it to look like this. But I don't know if this is just a
display problem with your email.
It has to be your config! SOGO can not find it as you can see in your
logs (No authentication sources defined - nobody will be able to login.
Check your defaults.)



 /* LDAP authentication example */
SOGoUserSources = (
  {
type = ldap;
CNFieldName = cn;
UIDFieldName = uid;
IDFieldName = uid; // first field of the DN for direct binds
bindFields = (uid, mail, cn); // array of fields to use for indirect
binds
baseDN = ou=people,dc=mk,dc=local;
bindDN = uid=sogo2,ou=people,dc=mk,dc=local;
bindPassword = Emerson01;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = ldap://srv389ds.mk.local:389ldap://srv389ds.mk.local:389/;
id = auth;
isAddressBook = YES;
 SearchFieldNames = (uid,cn,sn,mail);
  }
);

Here is ours:

 SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
bindAsCurrentUser =YES;
baseDN = ou=Users,dc=brain-biotech,dc=de;
bindDN = cn=X-TEST;
bindFields = (
uid
);
bindPassword = xx;
canAuthenticate = YES;
displayName = BRAIN;
encryption = STARTTLS;
hostname = ldap.local;
id = BRAIN;
isAddressBook = YES;
port = 389;
}
);


Regards

Christian


--
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Juergen Eck
Vorsitzender des Aufsichtsrats: Dr. Ludger Mueller
--
users@sogo.nu
https://inverse.ca/sogo/lists-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] sogo with 389-ds authentication

2014-12-14 Thread Christian Naumer
Hallo,
your config file is the default one without any configuration. These are just 
examples. You need to adjust the parameters to your setup. Like you probably 
did for dovecot.

Regards

Christian

On 13. Dezember 2014 12:20:05 MEZ, Michal Koprda michal.kop...@bcdgroup.cz 
wrote:
Hi Christian,

i added sogo conf and sogo log file, from today testing.
The user: uid=sogo2 is working well, i have the same user configured
for dovecot and the authentication works well = can bind or search or
auth users in 389-ds directory.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of
Christian Naumer [c...@brain-biotech.de]
Sent: Friday, December 12, 2014 1:37 PM
To: users@sogo.nu
Subject: Re: [SOGo] sogo with 389-ds authentication

389-ds is working for us. The bug report mentioned relates to password
policies. I think your problem is that sogo does not find your
configuration. Like it says in your log file:
'No authentication sources defined - nobody will be able to login.
Check your defaults.'

You need to check what is wrong there. Can you post your sogo.conf ?

Regards



Dr. Christian Naumer

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.demailto:c...@brain-biotech.de, homepage
www.brain-biotech.dehttp://www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Dr Ludger Müller


Am 11.12.2014 um 18:19 schrieb Michal Koprda
michal..kop...@bcdgroup.czmailto:michal.kop...@bcdgroup.cz:

Hi Specialist,

I wolud like to implement for me and my customers sogo and replace
Exchange. My new test solution is working on CentOS 6.5. On first,
separate server is 389-ds installed. On second server is running my
email server.
Postfix is successfully authanticate with cyrus-sasl on 389-ds
Dovecot is successfully authenticate on 389-ds.
My authenticate tests are successfully through:
Testsaslauthd
Doveadm auth “username”
telnet postfix
telnet dovecot
I have issues only with sogo authentication throuth 389-ds on separate
server. Exist some working well solution, similar with my? Exist some
sogo-tool for test authentication? Does anybody have implemented
similar and of course working well solution?
I reconfigured my ldap setting more times, but the same error, I don’t
know if this log is enough for you. I attached full log file, too.
@@@
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager]
No authentication sources defined - nobody will be able to login. Check
your defaults.
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod [13764]: [ERROR]
0x0x227b334[SOGoSQLUserProfile] failed to acquire channel for URL:
(null)
Dec 09 08:54:34 sogod

RE: [SOGo] sogo with 389-ds authentication

2014-12-14 Thread Michal Koprda
Hi Christian,

my configuration is, from added sogo conf file:

/* LDAP authentication example */
  //SOGoUserSources = (
  //  {
  //type = ldap;
  //CNFieldName = cn;
  //UIDFieldName = uid;
  //IDFieldName = uid; // first field of the DN for direct binds
  //bindFields = (uid, mail, cn); // array of fields to use for indirect 
binds
  //baseDN = ou=people,dc=mk,dc=local;
  //bindDN = uid=sogo2,ou=people,dc=mk,dc=local;
  //bindPassword = Emerson01;
  //canAuthenticate = YES;
  //displayName = Shared Addresses;
  //hostname = ldap://srv389ds.mk.local:389ldap://srv389ds.mk.local:389/;
  //id = auth;
  //isAddressBook = YES;
  // SearchFieldNames = (uid,cn,sn,mail);
  //  }
  //);

it is not default.

If you have working well configuration to 389-ds, could you please, provide it?

Thank you.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
Naumer [c...@brain-biotech.de]
Sent: Sunday, December 14, 2014 10:16 PM
To: users@sogo.nu
Subject: RE: [SOGo] sogo with 389-ds authentication


Hallo,
your config file is the default one without any configuration. These are just 
examples. You need to adjust the parameters to your setup. Like you probably 
did for dovecot.

Regards

Christian


On 13. Dezember 2014 12:20:05 MEZ, Michal Koprda michal.kop...@bcdgroup.cz 
wrote:
Hi Christian,

i added sogo conf and sogo log file, from today testing.
The user: uid=sogo2 is working well, i have the same user configured for 
dovecot and the authentication works well = can bind or search or auth users in 
389-ds directory.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
Naumer [c...@brain-biotech.de]
Sent: Friday, December 12, 2014 1:37 PM
To: users@sogo.nu
Subject: Re: [SOGo] sogo with 389-ds authentication

389-ds is working for us. The bug report mentioned relates to password 
policies. I think your problem is that sogo does not find your configuration. 
Like it says in your log file:
'No authentication sources defined - nobody will be able to login. Check your 
defaults.'

You need to check what is wrong there. Can you post your sogo.conf ?

Regards



Dr. Christian Naumer

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.demailto:c...@brain-biotech.de, homepage 
www.brain-biotech.dehttp://www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Dr Ludger Müller


Am 11.12.2014 um 18:19 schrieb Michal Koprda 
michal..kop...@bcdgroup.czmailto:michal.kop...@bcdgroup.cz:

Hi Specialist,

I wolud like to implement for me and my customers sogo and replace Exchange. My 
new test solution is working on CentOS 6.5. On first, separate server is 389-ds 
installed. On second server is running my email server.
Postfix is successfully authanticate with cyrus-sasl on 389-ds
Dovecot is successfully authenticate on 389-ds.
My authenticate tests are successfully through:
Testsaslauthd
Doveadm auth “username”
telnet postfix
telnet dovecot
I have issues only with sogo authentication throuth 389-ds on separate server. 
Exist some working well solution, similar with my? Exist some sogo-tool for 
test authentication? Does anybody have implemented similar and of course 
working well solution?
I reconfigured my ldap setting more times, but the same error, I don’t know if 
this log is enough for you. I attached full log file, too.
@@@
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
authentication sources defined - nobody will be able to login. Check your 
defaults.
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09

RE: [SOGo] sogo with 389-ds authentication

2014-12-14 Thread Michal Koprda
Christian,

i understand, what you think  my comments //

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
Naumer [c...@brain-biotech.de]
Sent: Sunday, December 14, 2014 10:16 PM
To: users@sogo.nu
Subject: RE: [SOGo] sogo with 389-ds authentication


Hallo,
your config file is the default one without any configuration. These are just 
examples. You need to adjust the parameters to your setup. Like you probably 
did for dovecot.

Regards

Christian


On 13. Dezember 2014 12:20:05 MEZ, Michal Koprda michal.kop...@bcdgroup.cz 
wrote:
Hi Christian,

i added sogo conf and sogo log file, from today testing.
The user: uid=sogo2 is working well, i have the same user configured for 
dovecot and the authentication works well = can bind or search or auth users in 
389-ds directory.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
Naumer [c...@brain-biotech.de]
Sent: Friday, December 12, 2014 1:37 PM
To: users@sogo.nu
Subject: Re: [SOGo] sogo with 389-ds authentication

389-ds is working for us. The bug report mentioned relates to password 
policies. I think your problem is that sogo does not find your configuration. 
Like it says in your log file:
'No authentication sources defined - nobody will be able to login. Check your 
defaults.'

You need to check what is wrong there. Can you post your sogo.conf ?

Regards



Dr. Christian Naumer

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.demailto:c...@brain-biotech.de, homepage 
www.brain-biotech.dehttp://www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Dr Ludger Müller


Am 11.12.2014 um 18:19 schrieb Michal Koprda 
michal..kop...@bcdgroup.czmailto:michal.kop...@bcdgroup.cz:

Hi Specialist,

I wolud like to implement for me and my customers sogo and replace Exchange. My 
new test solution is working on CentOS 6.5. On first, separate server is 389-ds 
installed. On second server is running my email server.
Postfix is successfully authanticate with cyrus-sasl on 389-ds
Dovecot is successfully authenticate on 389-ds.
My authenticate tests are successfully through:
Testsaslauthd
Doveadm auth “username”
telnet postfix
telnet dovecot
I have issues only with sogo authentication throuth 389-ds on separate server. 
Exist some working well solution, similar with my? Exist some sogo-tool for 
test authentication? Does anybody have implemented similar and of course 
working well solution?
I reconfigured my ldap setting more times, but the same error, I don’t know if 
this log is enough for you. I attached full log file, too.
@@@
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
authentication sources defined - nobody will be able to login. Check your 
defaults.
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec

RE: [SOGo] sogo with 389-ds authentication

2014-12-13 Thread Michal Koprda
Hi Christian,

i added sogo conf and sogo log file, from today testing.
The user: uid=sogo2 is working well, i have the same user configured for 
dovecot and the authentication works well = can bind or search or auth users in 
389-ds directory.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
Naumer [c...@brain-biotech.de]
Sent: Friday, December 12, 2014 1:37 PM
To: users@sogo.nu
Subject: Re: [SOGo] sogo with 389-ds authentication

389-ds is working for us. The bug report mentioned relates to password 
policies. I think your problem is that sogo does not find your configuration. 
Like it says in your log file:
'No authentication sources defined - nobody will be able to login. Check your 
defaults.'

You need to check what is wrong there. Can you post your sogo.conf ?

Regards



Dr. Christian Naumer

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.demailto:c...@brain-biotech.de, homepage 
www.brain-biotech.dehttp://www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Dr Ludger Müller


Am 11.12.2014 um 18:19 schrieb Michal Koprda 
michal..kop...@bcdgroup.czmailto:michal.kop...@bcdgroup.cz:

Hi Specialist,

I wolud like to implement for me and my customers sogo and replace Exchange. My 
new test solution is working on CentOS 6.5. On first, separate server is 389-ds 
installed. On second server is running my email server.
Postfix is successfully authanticate with cyrus-sasl on 389-ds
Dovecot is successfully authenticate on 389-ds.
My authenticate tests are successfully through:
Testsaslauthd
Doveadm auth “username”
telnet postfix
telnet dovecot
I have issues only with sogo authentication throuth 389-ds on separate server. 
Exist some working well solution, similar with my? Exist some sogo-tool for 
test authentication? Does anybody have implemented similar and of course 
working well solution?
I reconfigured my ldap setting more times, but the same error, I don’t know if 
this log is enough for you. I attached full log file, too.
@@@
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
authentication sources defined - nobody will be able to login. Check your 
defaults.
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] failed 
to acquire channel for URL: (null)
Dec 09 08:54:34 sogod [13764]: [ERROR

Re: [SOGo] sogo with 389-ds authentication

2014-12-12 Thread Christian Mack
Am 2014-12-11 um 18:19 schrieb Michal Koprda:
 Hi Specialist,
 
 I wolud like to implement for me and my customers sogo and replace Exchange. 
 My new test solution is working on CentOS 6.5. On first, separate server is 
 389-ds installed. On second server is running my email server.
 Postfix is successfully authanticate with cyrus-sasl on 389-ds.
 Dovecot is successfully authenticate on 389-ds.
 My authenticate tests are successfully through:
 Testsaslauthd
 Doveadm auth “username”
 telnet postfix
 telnet dovecot
 I have issues only with sogo authentication throuth 389-ds on separate 
 server. Exist some working well solution, similar with my? Exist some 
 sogo-tool for test authentication? Does anybody have implemented similar and 
 of course working well solution?
 I reconfigured my ldap setting more times, but the same error, I don’t know 
 if this log is enough for you. I attached full log file, too.
 @@@
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
 authentication sources defined - nobody will be able to login. Check your 
 defaults.
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 localhost - - [09/Dec/2014:08:54:34 GMT] GET /SOGo/ HTTP/1.1 200 3972/0 
 0.110 12395 67% 4M
 @@@

389-ds is currently not fully supported.
See the following bug report.
http://www.sogo.nu/bugs/view.php?id=2913
So at the moment you have to wait till this is fixed.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


RE: [SOGo] sogo with 389-ds authentication

2014-12-12 Thread Michal Koprda
Hi Christian,

thank you for answer. Please, is this full worked function for 3890ds planned 
in some next version of sogo or planned like fix in short time. I would like to 
know, how long i have to wait 

Thank you.

Michal


From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian Mack 
[christian.m...@uni-konstanz.de]
Sent: Friday, December 12, 2014 9:30 AM
To: users@sogo.nu
Subject: Re: [SOGo] sogo with 389-ds authentication

Am 2014-12-11 um 18:19 schrieb Michal Koprda:
 Hi Specialist,

 I wolud like to implement for me and my customers sogo and replace Exchange. 
 My new test solution is working on CentOS 6.5. On first, separate server is 
 389-ds installed. On second server is running my email server.
 Postfix is successfully authanticate with cyrus-sasl on 389-ds.
 Dovecot is successfully authenticate on 389-ds.
 My authenticate tests are successfully through:
 Testsaslauthd
 Doveadm auth “username”
 telnet postfix
 telnet dovecot
 I have issues only with sogo authentication throuth 389-ds on separate 
 server. Exist some working well solution, similar with my? Exist some 
 sogo-tool for test authentication? Does anybody have implemented similar and 
 of course working well solution?
 I reconfigured my ldap setting more times, but the same error, I don’t know 
 if this log is enough for you. I attached full log file, too.
 @@@
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
 authentication sources defined - nobody will be able to login. Check your 
 defaults.
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 localhost - - [09/Dec/2014:08:54:34

Re: [SOGo] sogo with 389-ds authentication

2014-12-12 Thread Christian Mack
Hello Michal Koprda


This is not set in stone, but in the bug it says SOGo 2.2.12 will be fixed.
So the next version will contain it.
SOGo is currently released in a approximately monthly interval.
So it looks like it will be fixed in January.


Kind regards,
Christian Mack

Am 2014-12-12 um 10:08 schrieb Michal Koprda:
 
 thank you for answer. Please, is this full worked function for 3890ds planned 
 in some next version of sogo or planned like fix in short time. I would like 
 to know, how long i have to wait 
 
 
 From: users-requ...@sogo.nu [users-requ...@sogo.nu] On Behalf Of Christian 
 Mack [christian.m...@uni-konstanz.de]
 Sent: Friday, December 12, 2014 9:30 AM
 To: users@sogo.nu
 Subject: Re: [SOGo] sogo with 389-ds authentication
 
 Am 2014-12-11 um 18:19 schrieb Michal Koprda:
 Hi Specialist,

 I wolud like to implement for me and my customers sogo and replace Exchange. 
 My new test solution is working on CentOS 6.5. On first, separate server is 
 389-ds installed. On second server is running my email server.
 Postfix is successfully authanticate with cyrus-sasl on 389-ds.
 Dovecot is successfully authenticate on 389-ds.
 My authenticate tests are successfully through:
 Testsaslauthd
 Doveadm auth “username”
 telnet postfix
 telnet dovecot
 I have issues only with sogo authentication throuth 389-ds on separate 
 server. Exist some working well solution, similar with my? Exist some 
 sogo-tool for test authentication? Does anybody have implemented similar and 
 of course working well solution?
 I reconfigured my ldap setting more times, but the same error, I don’t know 
 if this log is enough for you. I attached full log file, too.
 @@@
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
 authentication sources defined - nobody will be able to login. Check your 
 defaults.
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed

Re: [SOGo] sogo with 389-ds authentication

2014-12-12 Thread Christian Naumer
389-ds is working for us. The bug report mentioned relates to password 
policies. I think your problem is that sogo does not find your configuration. 
Like it says in your log file: 
'No authentication sources defined - nobody will be able to login. Check your 
defaults.'

You need to check what is wrong there. Can you post your sogo.conf ?

Regards



Dr. Christian Naumer

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Dr Ludger Müller


 Am 11.12.2014 um 18:19 schrieb Michal Koprda michal.kop...@bcdgroup.cz:
 
 Hi Specialist,
  
 I wolud like to implement for me and my customers sogo and replace Exchange. 
 My new test solution is working on CentOS 6.5. On first, separate server is 
 389-ds installed. On second server is running my email server.
 
 Postfix is successfully authanticate with cyrus-sasl on 389-ds.
 
 Dovecot is successfully authenticate on 389-ds.
 
 My authenticate tests are successfully through:
 
 Testsaslauthd
 
 Doveadm auth “username”
 
 telnet postfix
 
 telnet dovecot
 
 I have issues only with sogo authentication throuth 389-ds on separate 
 server. Exist some working well solution, similar with my? Exist some 
 sogo-tool for test authentication? Does anybody have implemented similar and 
 of course working well solution?
 
 I reconfigured my ldap setting more times, but the same error, I don’t know 
 if this log is enough for you. I attached full log file, too.
 
 @@@
 
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x2440dac[SOGoUserManager] No 
 authentication sources defined - nobody will be able to login. Check your 
 defaults.
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed to acquire channel for URL: (null)
 Dec 09 08:54:34 sogod [13764]: [ERROR] 0x0x227b334[SOGoSQLUserProfile] 
 failed