##master-page:HelpTemplate ##master-date:Unknown-Date #format wiki #language en = Connect SOGo to Active Directory = To connect SOGo to Active Directory, you need on your .GNUstepDefaults file the configuration seen below (for Windows Server 2003 and Windows Server 2008). The capitalization (''Users'' not ''users'') is important. The requirements: * your Active Directory server is '''servername''' * your Active Directory domain is '''domain.net''' * your domain user is '''sogo''' (or '''sogo@domain.net''') The Windows 2003 Active Directory is the version I have tried. The Windows 2008 Active Directory version is from the mail seen here http://www.sogo.nu/bugs/view.php?id=1937 == For Windows 2003 == {{{ SOGoUserSources CNFieldName cn IDFieldName cn UIDFieldName userPrincipalName baseDN CN=Users,DC=domain,DC=net bindDN CN=sogo,CN=Users,DC=domain,DC=net bindFields sAMAccountName userPrincipalName bindPassword secret_password canAuthenticate YES displayName Active Directory hostname servername id directory isAddressBook YES port 389 }}} == For Windows 2008 == {{{ SOGoUserSources CNFieldName cn IDFieldName cn UIDFieldName userPrincipalName baseDN CN=Users,DC=server,DC=domain,DC=net bindDN CN=sogo,CN=Users,DC=server,DC=domain,DC=net bindFields sAMAccountName userPrincipalName bindPassword secret_password canAuthenticate YES displayName Active Directory hostname servername id directory isAddressBook YES port 389 }}} ---- CategoryCategory