mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 13:21:39 +01:00
5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/sh
|
|
|
|
chown -R ldap:ldap /var/lib/openldap /var/run/openldap
|
|
chgrp ldap /etc/openldap/slapd.conf
|