Versions Compared

Key

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

For further information, visit this page

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

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

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

# 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




 


Sv translation
languagede

Weitere Informationen hier.

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

Pour plus d'informations, consultez cette page.

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 du client LDAP : yum install openldap-clients # Information sur les paramètres : man ldapsearch # Test LDAP Bind : 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://sous-domaine.domaine.local/CN=ldaptestuser,OU=Ventes,DC=domaine,DC=local ldaptestuser ldaptestpwd