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 Wilhelm<[email protected]> 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 = "[email protected]"; (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.
--
[email protected]
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 = "[email protected]";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
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to