Subject RE: [firebird-support] UDF access in FB 1.5
Author Alan McDonald
> I've checked many options with or without 'Restrict' keyword,
> with spaces after
> '=' sign and without.
>
> I've also tried UdfAccess = Restrict /opt/firebird/UDF hoping
> that should be all
> but... it was not.
>
> As far as I know default setting: UdfAccess = Restrict UDF
> should do the thing, but it doesn't.
>
> Somebody out there who knows why?
>
> The error still persist...
>
> Marcin

if you installed with the install script (as opposed to the rpm) then the
permissions on teh UDF directory will be Root/Root instead of
firebird/firebird.
change it to firebird/firebird
Alan