mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Added draft for nested groups
This commit is contained in:
@@ -35,7 +35,11 @@ docker exec -it ldap ldapsearch -Y EXTERNAL -H ldapi:/// -b "cn=config" "(olcDat
|
||||
To execute the following commands set the credentials via:
|
||||
|
||||
```bash
|
||||
export $(grep -Ev '^(#|$)' .env/env | xargs)
|
||||
eval $(
|
||||
grep -v '^\s*#' .env/env \
|
||||
| sed -E 's/\s*#.*//' \
|
||||
| sed -E 's/^\s*([A-Za-z_][A-Za-z0-9_]*)\s*=\s*(.*)\s*$/export \1="\2"/'
|
||||
)
|
||||
```
|
||||
|
||||
### Show all Entries
|
||||
|
Reference in New Issue
Block a user