You put this into your derby.properties file:

derby.connection.requireAuthentication=true

You also need to configure what *kind* of authentication to use.  The
simplest is to use the builtin authentication where users and
passwords are stored in derby.properties:

derby.authentication.provider=BUILTIN
derby.user.davidvc=mypassword
derby.user.sitongia=canttouchthis

David


On 6/26/07, Leonard Sitongia <[EMAIL PROTECTED]> wrote:
Hello,

I've enabled user connection authentication in my standalone network derby
server on Linux.  I think that one of the manuals said that in this case the
stopNetworkServer should be configured to use authentication.  But, I don't
see how do to this.  Any, searching the documents mailing list seems to
suggest that it cannot be done, but needs to be done in order to make the
startup cleaner the next time.

Thanks for your help!
--
==Leonard E. Sitongia
  High Altitude Observatory
  National Center for Atmospheric Research
  P.O. Box 3000 Boulder CO 80307  USA
  [EMAIL PROTECTED]    voice: (303)497-2454   fax: (303)497-1804

Reply via email to