6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2523] No way to define a sesha admin
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___._.. .\ / |\ |[__ | \ / >< | \|| _|_ \/ / \
Comment
> There doesn't seem to be any way for a non-Horde-super-user to gain > administrative priveledge to Sesha. > > > > This might be what it needs: > > > > Index: api.php > > =================================================================== > > RCS file: /repository/sesha/lib/api.php,v > > retrieving revision 1.11 > > diff -u -b -r1.11 api.php > > --- api.php 26 Aug 2005 12:50:22 -0000 1.11 > > +++ api.php 26 Aug 2005 18:08:38 -0000 > > @@ -13,6 +13,10 @@ > > * @package Sesha > > */ > > > > +$_services['perms'] = array( > > + 'args' => array(), > > + 'type' => 'stringArray'); > > + > > $_services['listClients'] = array( > > 'args' => array(), > > 'type' => '{urn:horde}hash'); > > @@ -38,6 +42,15 @@ > > ); > > > > > > +function _sesha_perms() > > +{ > > + $perms = array(); > > + $perms['tree']['sesha']['admin'] = array(); > > + $perms['title']['sesha:admin'] = _("Administration"); > > + > > + return $perms; > > +} > > + > > function _sesha_listClients() > > { > > require_once dirname(__FILE__) . '/base.php'; > >
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