Bug 131219 - Implement getPrivilege/getGrantablePrivileges in Firebird
Summary: Implement getPrivilege/getGrantablePrivileges in Firebird
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
7.0.0.0.alpha0+
Hardware: x86-64 (AMD64) Linux (All)
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-08 09:06 UTC by Julien Nabet
Modified: 2020-03-09 08:52 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nabet 2020-03-08 09:06:45 UTC
Description:
On pc Debian x86-64 with master sources updated today, when opeing Users admin on a Firebird non embebbed DB with at least 1 table, I get:
‘XAuthorizable:changePassword’. It is not implemented




Steps to Reproduce:
1. Make or open a split Firebird database + create a table
2. Select Tools>User Administration...

Actual Results:
‘XAuthorizable:changePassword’. It is not implemented

Expected Results:
No error popup


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.0.alpha0+
Build ID: 08334285ec9c7d5356f4b89192a5fba6e6733328
CPU threads: 12; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: fr-FR (fr_FR.UTF-8); UI-Language: en-US
Calc: threaded
Comment 1 Commit Notification 2020-03-08 11:28:56 UTC
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b262b973ad1e3cb5c7b89842fc7566bc8715d34f

tdf#131219: workaround for getPrivilege/getGrantablePrivileges in Firebird

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 2 Julien Nabet 2020-03-08 11:59:50 UTC
Bug confirmed with https://bugs.documentfoundation.org/show_bug.cgi?id=131212#c2
Comment 3 Julien Nabet 2020-03-08 12:00:32 UTC
the patch was more a workaround than a fix, so let's remove target here.