~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/sshserver/auth.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:53:37 UTC
  • mfrom: (14578.3.1 authserver-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222125337-lwqaq9fzzhmx2so2
[r=wgrant][no-qa] Move the authserver to lp.services.authserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
"""Custom authentication for the SSH server.
7
7
 
8
8
Launchpad's SSH server authenticates users against a XML-RPC service (see
9
 
`canonical.launchpad.interfaces.authserver.IAuthServer` and
 
9
`lp.services.authserver.interfaces.IAuthServer` and
10
10
`PublicKeyFromLaunchpadChecker`) and provides richer error messages in the
11
11
case of failed authentication (see `SSHUserAuthServer`).
12
12
"""