12 lines
360 B
Bash
12 lines
360 B
Bash
#!/bin/bash
|
|
|
|
# Configuration options for ldap installation and management
|
|
|
|
LDAP_DC="dc=winklerfamilie,dc=eu"
|
|
LDAP_OU_GROUPS="ou=Groups"
|
|
LDAP_OU_USERS="ou=Users"
|
|
|
|
LDAP_CERT="/etc/letsencrypt/live/winklerfamilie.eu/cert.pem"
|
|
LDAP_CERT_KEY="/etc/letsencrypt/live/winklerfamilie.eu/privkey.pem"
|
|
LDAP_CERT_CA="/etc/letsencrypt/live/winklerfamilie.eu/fullchain.pem"
|