diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:27:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:27:38 +0200 |
commit | b84b96b199f22c7b5332605072759c8f74f968bc (patch) | |
tree | bce77b42f46dde2eaa3d107854d226d92a33f19e /roles/common-LDAP/templates/etc | |
parent | 79c0fb2b2cfaa1671ba069e0235de1c87f59cb61 (diff) |
typofix
Diffstat (limited to 'roles/common-LDAP/templates/etc')
-rw-r--r-- | roles/common-LDAP/templates/etc/default/slapd.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common-LDAP/templates/etc/default/slapd.j2 b/roles/common-LDAP/templates/etc/default/slapd.j2 index d761775..dd3f87e 100644 --- a/roles/common-LDAP/templates/etc/default/slapd.j2 +++ b/roles/common-LDAP/templates/etc/default/slapd.j2 @@ -12,7 +12,7 @@ SLAPD_USER="openldap" SLAPD_GROUP="openldap" # Path to the pid file of the slapd server. If not set the init.d script -# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.d by +# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf by # default) SLAPD_PIDFILE= |