mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-11 14:02:35 +02:00
8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
READUSERS=""
|
|
for i in $(cat servicesaccounts.txt); do READUSERS="$READUSERS by dn=\"$i\" read" ; done
|
|
|
|
sed 's/READUSERS/'"$READUSERS"'/g' acladd-template.ldif > acladd.ldif
|
|
|