File: test.env

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