Hi,
<br>   I have followed the all the steps given, in 
<a class="moz-txt-link-freetext" href="https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto">https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto</a>.  to 
integrate the samba with active directory.
<br>
<br>I have the following configuration file,
<br>[global]
<br>    workgroup = ASSURANCE
<br>    security = ads
<br>    realm = ASSURANCE.LOCAL
<br>    encrypt passwords = yes
<br>    winbind separator =  +
<br>    idmap backend = lwopen
<br>    idmap uid = 10000-20000
<br>    idmap gid = 10000-20000
<br>    winbind enum users = yes
<br>    winbind enum groups = yes
<br>    template homedir = /dev/null
<br>    template shell = /bin/true
<br>
<br>
<br>[adshare]
<br>    path = <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>home/velusamy/Pictures<span class="moz-txt-tag">/</span></i>
<br>    writable = yes
<br>    valid users = ASSURANCE+velu
<br>    browseable = yes
<br>
<br>Now, executed the smb-clinet.
<br>    smbclient //<a href="http://192.168.5.136/adshare">192.168.5.136/adshare</a> -U velu
<br>It asked password, given, it connected to the share.
<br>
<br>But, I was unable to access the share form different machine which is 
connected in the same network.
<br>It said the following error.
<br>    smbclient //<a href="http://192.168.5.136/adshare">192.168.5.136/adshare</a> -U velu
<br>    Enter velu's password:
<br>    session setup failed: NT_STATUS_LOGON_FAILURE
<br>Kindly anyone please help me out form this problem.. I could not solve 
this issue for las two days. Please help me out.
<br>
<br>
<br>Thanks,
<br>Velusamy.