Re: Re: Re: [SOGo] object not found: SOGo = index

2011-09-24 Thread Jean-Philippe Baril
So, I tried to update SOGo's ClearOS community rpm 1.3.5a
(ftp://timburgess.net/repo/clearos/5.2/testing/sogo-1.3.5a-2.clearos.i686.rpm)
with yum --enablerepo=sogo update sogo (so to 1.3.8b from Inverse) and after
updating I got again in webui object not found: SOGo = index.

I then removed sogo, logs and /usr/GNUstep/System/Library/SOGo/.
I reinstalled SOGo 1.3.8b from Inverse repo with no SOGo already installed, and
again, I got in webui object not found: SOGo = index.

I redid what I said in my previous post (deleting logs and
/usr/GNUstep/System/Library/SOGo/) and I am again back to a working 1.3.5a
from ClearOS community repo. As I said, I used to use official 1.3.5a from
Inverse repo, so I don't know what is happening, but something is going wrong
in updating to 1.3.8b on my system.

We will never know if had I tried to update directly from my Inverse 1.3.5a rpm
to Inverse 1.3.8b rpm would it had worked.

In any case, I can successfully run 1.3.5a from ClearOS user Tim Burgess.
Is the 1.3.5a rpm from Inverse still somewhere on the internet?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] object not found: SOGo = index

2011-09-24 Thread Jeff Folk
On Sep 24, 2011, at 2:29 AM, Jean-Philippe Baril wrote:
 
 In any case, I can successfully run 1.3.5a from ClearOS user Tim Burgess.
 Is the 1.3.5a rpm from Inverse still somewhere on the internet?

I am only aware of the source RPMs...

http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] object not found: SOGo = index

2011-09-24 Thread Jeff Folk
On Sep 24, 2011, at 7:55 AM, Jeff Folk wrote:
 
 On Sep 24, 2011, at 2:29 AM, Jean-Philippe Baril wrote:
 
 In any case, I can successfully run 1.3.5a from ClearOS user Tim Burgess.
 Is the 1.3.5a rpm from Inverse still somewhere on the internet?
 
 I am only aware of the source RPMs...
 
 http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/


Or if compiling from source:

http://inverse.ca/downloads/SOGo/Sources/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Re: [SOGo] Apple Address Book with SOGo

2011-09-24 Thread sguser
Hi Jeff,
you said that you configured Apache to use SSL for SOGo. How did you do that,
do you have an howto or any other description?

Rgds
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Active Directory problems.

2011-09-24 Thread Stefan Perschbacher

Am 23.09.2011 18:31, schrieb Fred Wilhelm:

On 9/21/2011 2:47 AM, Stefan Perschbacher wrote:


Am Dienstag, 20. September 2011 22:54 CEST, Fred 
Wilhelmfwilh...@careq.com  schrieb:


I have SOGo installed through Ubuntu server 11 and apache2 webserver 
and

I am able to connect to the SOGo login page fine. However, I can not
authenticate through my AD server. My AD server is a Win2008 box.

{
sogod = {
  SOGoProfileURL =
mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile;
  OCSFolderInfoURL =
mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info;
  OCSSessionsFolderURL =
mysql://sogo:sogo@localhost:3306/sogo/sogo_sessions_folder;
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoCalendarDefaultRoles = 
(PublicViewer,ConfidentialDAndTViewer);

  SOGoLanguage = English;
  SOGoMailDomain = carmichael.local;
  SOGoDraftsFolderName = Drafts;
  SOGoIMAPServer = localhost;
  SOGoUserSources = ({
  type = ldap;
  CNFieldName = cn;
  IDFieldName = cn;
  UIDFieldName = sAMAccountName;
  baseDN = ou=people,dc=carmichael,dc=local;
  bindDN = admin@carmichael.local; (I have also tried
cn=admin,dc=carmichael,dc=local)
  bindPassword = password;
  canAuthenticate = YES;
  displayName = Carmichael Equipment;
  hostname = 10.38.60.25;
  id = public;
  isAddressBook = YES;
  port = 389;});
  SOGoMailingMechanism = smtp;
  SOGoSMTPServer = 127.0.0.1;
  SOGoSentFolderName = Sent;
  SOGoTimeZone = America/New_York;
  SOGoTrashFolderName = Trash;
};}

I have Thunderbird and iPhone both connecting to the AD server to pull
the address book with the settings above. However, the iPhone requires
caps ie. OU=People,DC=carmichael,DC=local. I have tried this for 
SOGo as

well with no success.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Hi,

maybe you need to add
bindFields = sAMAccountName;
after bindPassword.

Best regards,

Stefan


I messed around with the order and it didn't seem to help.

Hm, my sogo.script looks like this:

defaults write sogod SOGoUserSources '({CNFieldName = cn;IDFieldName = 
cn;UIDFieldName = sAMAccountName;baseDN = 
cn=Users,dc=intra,dc=local;bindDN = 
administrator@intra.local;bindPassword = ;bindFields = 
sAMAccountName; canAuthenticate = YES;displayName = Active Directory; 
hostname = 192.168.2.2;id = ActiveDirectory; isAddressBook = 
NO;port=389;type=ldap;scope=sub;})'


On Thunderbird and IPhone you also use admin not administrator ?

Best regards,

Stefan
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] object not found: SOGo = index

2011-09-24 Thread Fabrice Durand
If i can permit.
Get
ftp://timburgess.net/repo/clearos/5.2/source/sope49-4.9-20110127_1664.clearos.1.src.rpm
and
ftp://timburgess.net/repo/clearos/5.2/source/sogo-1.3.5a-2.clearos.src.rpm
and use the spec file inside this files to compil the new version (1.3.8a)
from sources (http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/ ).

Fabrice Durand

2011/9/24 Jeff Folk jf...@qzoneinc.com

 On Sep 24, 2011, at 7:55 AM, Jeff Folk wrote:
 
  On Sep 24, 2011, at 2:29 AM, Jean-Philippe Baril wrote:
 
  In any case, I can successfully run 1.3.5a from ClearOS user Tim
 Burgess.
  Is the 1.3.5a rpm from Inverse still somewhere on the internet?
 
  I am only aware of the source RPMs...
 
  http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/


 Or if compiling from source:

 http://inverse.ca/downloads/SOGo/Sources/
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists