This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
amue-authentic2/ldap.sh

7 lines
168 B
Bash
Executable File

URL='ldap://194.167.237.11'
LOGIN='ldap.read@amue.fr'
PASS='1DapR&@d#103'
BASEDN='DC=wan,DC=amue,DC=fr'
ldapsearch -z 3 -H $URL -b "$BASEDN" -D $LOGIN -w "$PASS" "$@"