Checking LDAP setup
$> ldapsearch -x -H ldap://192.168.146.134 -b "dc=rookie,dc=com"
The output should look like this :

Finally, attempt to log in (su
) to the myituser
user account.
su - grebel

Here we have sucessfully logged into the LDAP server using the client machine and now we will learn some OpenLDAP topics in the upcoming sections.....
Last updated