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

The following tools can be used to verify the availability of the LDAP server.

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

or

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

Tools

für

for Linux

Translations Ignore


Code Block
titleUsefull commands
# Installation of the LDAP client:
yum install openldap-clients


# Parameter 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




 


Sv translation
languagede

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 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 ldap://localhost -b dc=testjb6,dc=jtel,dc=local -D "cn=admin,dc=testjb6,dc=jtel,dc=local" -w password