- fix Auth so that it parses AuthMethod and doles out the actual
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 31 Jan 2007 22:41:00 +0000 (22:41 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 31 Jan 2007 22:41:00 +0000 (22:41 +0000)
commita53ee9fc154268bdb4e7d014bba3bd0ac9477c9c
tree378e6cb43063d2a22908153284c19b6d938526a2
parent0d780375fb0caf658ff6aa343d8f90b728936180
- fix Auth so that it parses AuthMethod and doles out the actual
  authentication check to the appropriate subclass (so that users get a
  sensible error message, rather than the error message returned from
  the last Auth subclass to be checked (usually GPGAuth))
- check that the method allows nodes to call it before allowing BootAuth
- check that the method allows anonymous users to call it before
  allowing AnonymousAuth
- fix PasswordAuth documentation
PLC/Auth.py