0 Replies Latest reply on Aug 16, 2007 4:08 AM by jc7442

    LoginModule and user authorization on windows

    jc7442

      I develop an application that will be deployed on windows. I use the LDAPExtLoginModule for the authorization.
      I deploy a web application. When a user connects opens a session in my application, when the server tries to connect to a resource such as a printer, a disk on the network, server has the rights of the user that has started the server.

      I need that the server has the right of the connected user in order to be able to access to resource granted for the user of the application. How can I do that ?