~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/auth_ldap.cc

  • Committer: Mark Atwood
  • Date: 2011-12-14 18:12:05 UTC
  • mfrom: (2465.1.4 drizzle)
  • Revision ID: me@mark.atwood.name-20111214181205-tkz0lq9c4c0ptrwo
mergeĀ lp:~brianaker/drizzle/fix-localhost

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
{
45
45
 
46
46
std::string uri;
47
 
const std::string DEFAULT_URI= "ldap://127.0.0.1/";
 
47
const std::string DEFAULT_URI= "ldap://localhost/";
48
48
std::string bind_dn;
49
49
std::string bind_password;
50
50
std::string base_dn;