WIP working group managemnt using echo to pipe LDIF directly to ldap commands

This commit is contained in:
2020-04-22 21:09:40 +00:00
parent cd0e5b39a2
commit d708ba8ab3
2 changed files with 77 additions and 0 deletions

7
seqs/ldap.cfg.example Normal file
View File

@@ -0,0 +1,7 @@
#!/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"