hello all
i need to have 2 ldap sources, one for authentication and one for address book,
one only for reading aliases and the other to connexion
but tha't doesn't works...
do you have an example ?
here is my configuration
what is wrong ?
thanks for your help..
Alain


 <key>SOGoUserSources</key>
<array>
            <dict>
                <key>CNFieldName</key>
                <string>sn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=people,dc=univ-evry,dc=fr</string>
                <key>bindDN</key>
                <string>cn=xxx,dc=company,dc=fr</string>
                <key>bindPassword</key>
                <string>xxxxxxx</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>hostname</key>
                <string>a.mydomain.fr</string>
                <key>id</key>
                <string>auth</string>
                <key>isAddressBook</key>
                <string>NO</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>

        <array>
            <dict>
                <key>CNFieldName</key>
                <string>displayName</string>
                <key>IDFieldName</key>
                <string>sendmailMTAKey</string>
                <key>UIDFieldName</key>
                <string>sendmailMTAKey</string>
                <key>baseDN</key>
                <string>ou=aliases,dc=univ-evry,dc=fr</string>
                <key>bindDN</key>
                <string>cn=xxx,dc=company,dc=fr</string>
                <key>bindPassword</key>
                <string>xxxxxxx</string>
                <key>canAuthenticate</key>
                <string>NO</string>
                <key>hostname</key>
                <string>a.mydomain.fr</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Carnet d'adresses</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to