~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/user.cc

This modifies basic auth such that:

1) We now by default only bind to localhost.
2) We now have a plugin which creates the auth_all behavior.
3) Anonymous logins only work if enabled on auth_all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  {
43
43
    arg+= _user;
44
44
  }
45
 
  // We should fix the below, to do so we need to match on localhost when we
46
 
  // create the object.
47
 
#if 0
48
 
  arg+= "@";
49
 
  arg+= _address;
50
 
#endif
51
 
 
52
45
}
53
46
 
54
47
} /* namespace identifier */