Samba and OpenLDAP

I wanted to use the LDAP to authenticate the users on several computers and for several services. It took me a while to find out how to set this up. This page will provide you with the information to use OpenLDAP to authenticate users.

Linux LDAP authentication

Before you can use OpenLDAP you have to install it first:

apt-get install samba smbldap-tools cupsys-common

References