Hi Ludovic,

Am Montag, den 26.03.2012, 16:38 -0400 schrieb Ludovic Marcotte:
> On 26/03/12 16:32, Darko Hojnik wrote:
> >             <key>IDFieldName</key>
> >             <string>uid</string
> >             <key>UIDFieldName</key>
> >             <string>mail</string>
> Set CNFieldName to "cn"
> Set IDFieldName to "cn";
> Set UIDFieldName to "uid";
> Set bindFields to "(uid, mail)";
> 
> This should work.
> 
> -- 
> Ludovic Marcotte
> +1.514.755.3630  ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
> (www.packetfence.org)
> 


Now it works

                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>cn</string>
                <key>UIDFieldName</key>
                <string>mail</string>
                <key>baseDN</key>
                <string>ou=people,dc=hell</string>
                <key>bindDN</key>
                <string>cn=manager,dc=hell</string>
                <key>bindFields</key>
                <string>mail</string>
                <key>bindPassword</key>
                <string>freebsd</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>ldap</string>
                <key>hostname</key>
                <string>localhost</string>
                <key>id</key>
                <string>ldap</string>
                <key>port</key>
                <string>389</string>


This would work but SOGo would register me with a wron username on
cyrus.

               <key>IDFieldName</key>
               <string>uid</string

Thank you so much.

best regards
Darko

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

Reply via email to