module WEBrick::HTTPAuth::UserDB

def make_passwd(realm, user, pass)

def make_passwd(realm, user, pass)
  @auth_type::make_passwd(realm, user, pass)
end