You are not logged in.
Pages: 1
hi,
when I define NOSSPIAUTH directive, I have a compilation error under TSQLHTTPServer.Create().
I make this modification :
const AUTH: array[TSQLHttpServerRestAuthentication] of TSQLRestServerAuthenticationClass = (
// adDefault, adHttpBasic, adWeak, adSSPI
TSQLRestServerAuthenticationDefault, TSQLRestServerAuthenticationHttpBasic,
TSQLRestServerAuthenticationNone,
{$ifdef MSWINDOWS}
/*...Modif....*/
{$ifdef SPPIAUTH}TSQLRestServerAuthenticationSSPI{$else}nil{$endif}
/*...End...*/
{$else}nil{$endif});
best regards
Christophe
Offline
I guess https://synopse.info/fossil/info/16c4551627 may be a better way to fix this issue.
Thanks for the feedback.
Online
Work fine.
Thank's
Offline
Pages: 1