diff options
author | Stef Walter <stef@thewalter.net> | 2008-06-09 15:40:26 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-06-09 15:40:26 +0000 |
commit | 2c2348a13a6252355716a0717bfe89de79e1f4f9 (patch) | |
tree | 27f93edf477ced692838c5b0fa2bdafd1e5f3d1c /files | |
parent | a9a6b62cf2abb833d54c60aa1363e5acfc3cdfd5 (diff) |
Put the socket file, unix user and group in the conf file
Diffstat (limited to 'files')
-rw-r--r-- | files/slapd-pivot.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
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 |