8 lines
161 B
Bash
8 lines
161 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"
|