From 2c2348a13a6252355716a0717bfe89de79e1f4f9 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 9 Jun 2008 15:40:26 +0000 Subject: Put the socket file, unix user and group in the conf file --- files/slapd-pivot.conf.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/slapd-pivot.conf.sample b/files/slapd-pivot.conf.sample index 6ecd263..a5d3054 100644 --- a/files/slapd-pivot.conf.sample +++ b/files/slapd-pivot.conf.sample @@ -8,10 +8,13 @@ rdn-attribute: cn ref-objectclass: group access-attribute: access -storage-file = /var/db/pivot.ldif +unix-user = ldap +unix-group = ldap +sock-file = /var/run/slapd-pivot.sock +storage-file = /var/db/slapd-pivot.ldif ldap-base: dc=fam ldap-root: cn=root,dc=fam ldap-password: barn -ldap-host: ldap://localhost:3890 +ldap-host: ldap://localhost:389 -- cgit v1.2.3