Hello Devinder Singh

On 2012-10-02 12:00, Devinder Singh wrote:
> 
> On 10/2/2012 3:20 PM, Christian Mack wrote:
>>
>> On 2012-10-02 11:01, sebastien.b...@adil71.org wrote:
>>> Is that user authentication with MySQL and LDAP/SAMBA can coexist?
>>>
>> Yes, you can create different SOGoUserSources.
>> Each one specifies if it uses LDAP/AD or database as authentication
>> source for SOGo.
>>
>> Openchange+SAMBA can be used with both too, but they need their own
>> credentials, which you have to keep in synch by yourself.
>> AFAIK that is so, because SAMBA4 does currently not support shared trust
>> with an AD.
>>
>
> I have similar query for myself too.
> 
> Before Outlook Native Compatibility Setup,  Authentication was done by
> Mysql.
> 
> For the Outlook Setup,   I added the below command in the bottom.  After
> this authentication do not work. I have configured same username and
> password in Samba as in Mysql.
> 
> Queries :
> 1. Is Authentication via SAMBA necessary for Outlook Compatibility ?

Yes, Openchange uses SAMBA for the authentication with Outlook exclusively.


> 2. Is LDAP also necessary for Outlook along with Samba as per the
> statement in help document.  "Samba 4's directory can be queried over
> LDAP just like Microsoft Active Directory". 
> 

No, LDAP is not neccessary.

This statement from the help document only means, that you can use SAMBA
instead of an LDAP/AD for authentication with SOGo too.


> defaults write sogod SOGoUserSources '(
> {
> CNFieldName = displayName;
> IDFieldName = cn;
> UIDFieldName = sAMAccountName;
> baseDN = "cn=Users,dc=example,dc=com";
> bindDN = "cn=Administrator,cn=Users,dc=example,dc=com";
> bindFields = (
> sAMAccountName
> );
> bindPassword = "%1OpenChange";
> canAuthenticate = YES;
> displayName = "Shared Addresses";
> hostname = "127.0.0.1";
> id = samba;
> isAddressBook = YES;
> port = 389;
> }
> )'
> 

Is SAMBA really listening on Port 389?


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to