On Mon, Mar 29, 2010 at 11:43:35AM +0000, Johnny R wrote: > Is there any way to verify if the connexion between samba and ldap is ok? > Actually I am reading the samba official how to. > All the best.
You might try to authenticate with ldapsearch: ldapsearch -x -s base -b "" -h 127.0.0.1 -D cn=admin,dc=csimaroc,dc=net -w If that doesn't work, you've not correctly configured the admin account in LDAP. If that works fine, the problem is somewhere between Samba and LDAP. Volker -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
