[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Help on ACL
- To: openldap-technical@openldap.org
- Subject: Help on ACL
- From: Hanns Mattes <hanns@hannsmattes.de>
- Date: Mon, 06 Feb 2012 16:58:04 +0100
- Authentication-results: mail.bruecko.de (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=hannsmattes.de
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hannsmattes.de; h=content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:organization:from:from:date :date:message-id:received:received; s=mail; t=1328543884; x= 1330358285; bh=aox6mJY1tm+Ed3rsW0lYtq6uxCgmwAIeSbP38nfjg5A=; b=n M1wO1FBE/Ehazj5LM1nV+rJLjdjP2Ge+8tKMpOMWSArGkwQl7sC4O0BP+nOocjzf ty5R4Jb6rzQdVgcRbbzc6nBoa54YBF1cpf23Q+ZU7YgWcKPDxXmv589h93O1IM3f iCMCtQ0pcTcSO13aqLVXt1nnIAV4ZK5BBS55OBPFYU=
- Organization: Journalist
- User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0) Gecko/20120129 Thunderbird/10.0
Dear list-members,
I want to grant write access to users to a kind of personal addressbook.
User-DNs are for example:
uid=user@example.com,ou=example.com,ou=virtualmail,dc=my,dc=company
The personal Addressbook is stored under
ou=user@example.com,ou=addressbook,dc=my,dc=company
and an entry in the addressbook looks:
uid=someuniqeid@mail.my.company,ou=user@example.com,dc=addressbook,dc=my,dc=company
so far I didn't have success with constructing an ACL, which grants
write access.
I've tried modifying the example found in
http://www.horde.org/apps/turba/docs/LDAP (in fact that's the
application, which the addressbook is for), but no success so far (but a
lot of "no such object"-entries in the log).
Any help appreciated
Regards Hanns