Results 1 to 3 of 3

Thread: Close a connection

  1. #1
    Join Date
    Feb 2007
    Posts
    102

    Default Close a connection

    Hi all!
    I use Acegi for authentication against an LdapServer.
    My application uses a BindAuthenticator and it seems that the user start a connection to the LdapServer with his own principal/credentials .
    Is there any way to disconnect the user or close the connection to the server?

    Best regards,

    Flavio

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Are you saying you don't think the connections are cleaned up at the moment? I would have though they'd be released straight after they are used.

  3. #3
    Join Date
    Feb 2007
    Posts
    102

    Default

    I think connections are not closed .. to avoid this problem now I use PasswordComparisonAuthenticator so only the manager has a connection to the server.
    By now it works fine.

    Best regards,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •