• DomSQL cookies based authentication

    By Fitouri Abdelaziz 1 decade ago

    Hi,

    I am using DomSQL to access Notes databases from external application (BIRT). Supposing that the database has an ACL set; so  user name and password are required.

    My question is, does Domsql support cookies based authentication (LTPA token) instead of basic authentication (username and password)?

    Some pointers please.

     

    Thanks,

    abf

    • No cookie based authentication

      By Philippe Riand 1 decade ago

      LTPA and cookies are related to Web access, while JDBC is not. I'm not sure how you would like to enable it (where do you get the cookie from...). How BIRT can use it?

      If you want to server to access a database in another server, then instead of using a remote JDBC driver, you can use a local JDBC driver connecting to the remote database using NRPC.