diff options
author | Stef Walter <stef@thewalter.net> | 2008-06-09 15:26:56 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2008-06-09 15:26:56 +0000 |
commit | a9a6b62cf2abb833d54c60aa1363e5acfc3cdfd5 (patch) | |
tree | 20082b3cf57a1f0fbf797edadf54835cb0e66919 /files | |
parent | 70885122408498e4a11961026b9abd82b88f0bdc (diff) |
Check properly whether a certain dn exists in storage, must have at
least one attribute
Diffstat (limited to 'files')
-rw-r--r-- | files/slapd-pivot.conf.sample | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/slapd-pivot.conf.sample b/files/slapd-pivot.conf.sample new file mode 100644 index 0000000..6ecd263 --- /dev/null +++ b/files/slapd-pivot.conf.sample @@ -0,0 +1,17 @@ + +[main] + +ref-attribute: member +key-attribute: uid +tag-attribute: memberOf +rdn-attribute: cn +ref-objectclass: group +access-attribute: access + +storage-file = /var/db/pivot.ldif + +ldap-base: dc=fam +ldap-root: cn=root,dc=fam +ldap-password: barn +ldap-host: ldap://localhost:3890 + |