Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen


Folgende Tools können zum Verifizieren der Erreichbarkeit des LDAP Servers verwendet werden.

https://sourceforge.net/projects/ldapadmin/

or

https://sourceforge.net/projects/jxplorer/

Tools für Linux

Translations Ignore


Code Block
titleUsefull commands
# Installation desof the LDAP Clientsclient:
yum install openldap-clients


# ParameterinformationenParameter information:
man ldapsearch


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


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




 


...