[firebird-support] RE: How can I use/map Active Directory Groups within my Firebird in Trusted Authentication mode?

2020-03-05 Thread FSPAPA INCA Team i...@foodstuffs-si.co.nz [firebird-support]
Aha, you've got a typo! In your create mapping statement (and verified by the output of show mapping), you have "WINSSPI" instead of "WIN_SSPI". I encountered the same issue when I accidentally typed "WIN_SPPI". It seems that the plugin name is not validated against those currently available (po

Re: [firebird-support] AW: How can I use/map Active Directory Groups within my Firebird in Trusted Authentication mode?

2020-03-05 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2020-03-05 13:38, 'Mathias Pannier (unitel)' pann...@ubsysteme.de [firebird-support] wrote: > I can’t get it to work… > > The user “MYDOMAIN\ADMINISTRATOR” is a member of the AD group > “MYDOMAIN\MY_GROUP” > > ROLE_TEST was created using this statement: CREATE ROLE ROLE_TEST; > > The mapping

[firebird-support] AW: How can I use/map Active Directory Groups within my Firebird in Trusted Authentication mode?

2020-03-05 Thread 'Mathias Pannier (unitel)' pann...@ubsysteme.de [firebird-support]
I can’t get it to work… The user “MYDOMAIN\ADMINISTRATOR” is a member of the AD group “MYDOMAIN\MY_GROUP” ROLE_TEST was created using this statement: CREATE ROLE ROLE_TEST; The mapping was created with the following statement: CREATE MAPPING MY_MAPPING USING PLUGIN WinSSPI FROM GROUP "MYDOMAIN\M

[firebird-support] gbak via server or not

2020-03-05 Thread Hamish Moffatt ham...@risingsoftware.com [firebird-support]
We are backing up our databases regularly using gbak, running it on the same linux host as the Firebird server (2.5). I've just noticed that we are referring to the database file using the local path alone, rather than using localhost:/pathname. I see that gbak is indeed reading the file direct