6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7481] LDAP groups disappear inside perms
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__..___..___..__. | || | | | [__] |__||__\ | | | |
Comment
> I have the same problem. With Horde 3.3 and group_uid field as > varchar according to the > > solution for bug #6883. The group id (cn=...) is correctly set in the > table nag_shares_groups > > (this requires that the datatype is changed from integer to varchar). > > > > It seems that the group_uid is casted to int in _getShareCriteria at > line 673 in > > framework/Share/Share/sql.php rev. 1.1.2.47. I don't understand how an LDAP > > group id (cn=...) should be casted to int. > > > > This is a typical error-log: > > Oct 23 19:12:56 HORDE [error] [nag] MDB2 Error: unknown error: > _doQuery: [Error > > message: Could not execute statement] > > [Last executed query: SELECT DISTINCT s.* FROM nag_shares s LEFT > JOIN nag_shares_users > > AS u ON u.share_id = s.share_id LEFT JOIN nag_shares_groups AS g ON > g.share_id = s.share_id > > WHERE s.share_owner = 'jbl' OR (s.perm_creator & 4) != 0 OR > (s.perm_default & 4) != 0 OR > > ( u.user_uid = 'jbl' AND (u.perm & 4) != 0) OR (g.group_uid IN > (0,0,0,0,0) AND (g.perm & 4) != 0) > > ORDER BY s.attribute_name ASC] > > [Native message: ERROR: IN types character varying and integer > cannot be matched] > > [pid 25224 on line 457 of "/usr/local/www/horde/lib/Horde/Share/sql.php"] > > > > > > I do not think this is a duplicate of bug #6883. > >
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