Hi,

Am 25.07.2012 16:38, schrieb Nicolas France Oxygene:
> Le 25/07/2012 16:29, [email protected] a écrit :
>> I've just installed a Debian 6.0.5 to create a SOGo server.
>> I already have an Active Directory wich works fine.
>> I've done all configuration of SOGo, but I can't login
>> with an account of my
>> AD.

What is your login for the WebGUI?
We use the the sAMAccountName (ie. "mra" for me).

Here are our running configuration:
<dict>
        <key>CNFieldName</key>
        <string>displayName</string>
        <key>IDFieldName</key>
        <string>cn</string>
        <key>UIDFieldName</key>
        <string>sAMAccountName</string>
        <key>IMAPLoginFieldName</key>
        <string>sAMAccountName</string>
        <key>baseDN</key>
        <string>CN=Users,DC=example,DC=com</string>
        <key>bindDN</key>
        <string>CN=Groupware,OU=Systems,CN=Users,DC=example,DC=com</string>
        <key>bindFields</key>
        <array>
                <string>sAMAccountName</string>
        </array>
        <key>bindPassword</key>
        <string>THIS_IS_A_SECRET</string>
        <key>canAuthenticate</key>
        <string>YES</string>
        <key>displayName</key>
        <string>ad_auth</string>
        <key>filter</key>
<string>(objectClass='person' AND memberOf='CN=Groupware-Accounts,CN=Users,DC=example,DC=com' AND userAccountControl='66048')</string>
        <key>hostname</key>
        <string>adserver.example.com</string>
        <key>id</key>
        <string>ldap</string>
        <key>isAddressBook</key>
        <string>NO</string>
        <key>port</key>
        <string>389</string>
        <key>scope</key>
        <string>sub</string>
        <key>type</key>
        <string>ldap</string>
</dict>

--
Greetings,

   Martin Rabl
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to