6.0.0-alpha12
▾
Tasks
New Task
Search
▾
Others
Photos
Wiki
Development
Tickets
New Ticket
Search
Toggle Alerts Log
Help
7/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#101] Editing Addressbook Entry
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .. ..__ .__ | ||\ || |[ __[__) |__|| \||/\|[_./|
Comment
> I am able to add addressbook entries to a shared Addressbook with no > trouble. However when viewing the entry I do not get the edit/delete > controls. > > > > I have found that adjusting the sources.php options to 'public' => > true, 'readonly' => false, on the addressbook does not have any > effect. Setting the user to an admin in sources.php also does not > have any effect. However if I add the user into the admins section > into horde/config/conf.php I can then edit/delete contacts properly. > > > > My sources.php follows: > > > > $cfgSources['sharedldap'] = array( > > 'title' => _("Shared Test Directory"), > > 'type' => 'ldap', > > 'params' => array( > > 'server' => 'localhost', > > 'port' => 389, > > 'root' => 'ou=SharedTest,dc=domainname', > > 'bind_dn' => 'cn=miAdmin,dc=domainname', > > 'bind_password' => 'password', > > 'sizelimit' => 200, > > 'dn' => array('uid'), > > 'objectclass' => array('top', 'person', 'inetOrgPerson'), > > //'objectclass' => array('top', 'person', 'inetOrgPerson', > > //'zillaPerson'), > > 'charset' => 'utf-8', > > 'version' => 3 > > ), > > > > 'map' => array( > > '__key' => 'dn', > > 'name' => array('fields' => array('firstname', 'lastname'), > 'format' => '%s %s'), > > 'firstname' => 'givenName', > > 'lastname' => 'sn', > > 'company' => 'o', > > 'email' => 'mail', > > 'homePhone' => 'homephone', > > 'workPhone' => 'telephonenumber', > > 'fax' => 'facsimiletelephonenumber', > > 'cellPhone' => 'mobile', > > 'homeAddress' => 'homepostaladdress', > > 'street' => 'postaladdress', > > 'locality' => 'l', > > 'state' => 'st', > > 'postcode' => 'postalcode', > > 'country' => 'c', > > 'notes' => 'comment' > > ), > > 'search' => array( > > 'name', > > 'email', > > 'homePhone', > > 'workPhone', > > 'cellPhone', > > 'homeAddress' > > ), > > 'strict' => array( > > 'dn', > > ), > > 'public' => true, > > 'readonly' => false, > > //'admin' => array('edm'), > > 'export' => true > > ); > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers