Revision 85414b69 lib/http/auth.py

b/lib/http/auth.py
188 188

  
189 189
    return self.Authenticate(req, user, password)
190 190

  
191
  def AuthenticateBasic(self, req, user, password):
191
  def Authenticate(self, req, user, password):
192 192
    """Checks the password for a user.
193 193

  
194 194
    This function MUST be overriden by a subclass.

Also available in: Unified diff