Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleUsefull commands
# Installation des LDAP Clients:
yum install openldap-clients


# Parameterinformationen:
man ldapsearch


# LDAP Bind test: 
ldapsearch -x -H ldap://apollo.jtel.local -b -D uid=andrey -W "dc=jtel,dc=com"


ldapsearch -x -H ldapsldap://localhost -b dc=testjb6,dc=jtel,dc=local -D "cn=admin,dc=testjb6,dc=jtel,dc=local" -w password

...