Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

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




Sv translation
languagefr


Les outils suivants peuvent être utilisés pour vérifier la disponibilité du serveur LDAP.

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

ou

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

Outils pour Linux

Translations Ignore


Code Block
titleCommandes utiles
# 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 # using LDAP test utility java -cp ldap-tester-1.0.jar jtel.tools.ldap.App ldap://subdomain.domain.local/CN=ldaptestuser,OU=Sales,DC=domain,DC=local ldaptestuser ldaptestpwd