From 5646de4a9273897b8a619641ed988c4bb217a509 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 3 Feb 2014 03:28:00 +0000 Subject: Mon Feb 3 03:26:00 UTC 2014 --- core/openldap/openldap.install | 1 + 1 file changed, 1 insertion(+) (limited to 'core/openldap/openldap.install') diff --git a/core/openldap/openldap.install b/core/openldap/openldap.install index cf3cb9f25..a34ca1a10 100644 --- a/core/openldap/openldap.install +++ b/core/openldap/openldap.install @@ -1,4 +1,5 @@ post_install(){ + systemd-tmpfiles --create slapd.conf groupadd -g 439 ldap &>/dev/null useradd -u 439 -g ldap -d /var/lib/openldap -s /bin/false ldap &>/dev/null chown -R ldap:ldap var/lib/openldap &>/dev/null -- cgit v1.2.3-54-g00ecf