File: test.env

package info (click to toggle)
lua-ldap 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 776; sh: 72; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
export LDAP_URI="ldap://localhost/"
export LDAP_HOST="localhost"
export LDAP_BASE_DN="dc=example,dc=com"
export LDAP_BIND_DN="cn=Manager,dc=example,dc=com"
export LDAP_BIND_PASSWORD="admin"
export LDAP_TEST_DN="cn=person,dc=example,dc=com"
export LDAP_TEST_PASSWORD="thepassword"