~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/auth_ldap.cc

  • Committer: Brian Aker
  • Date: 2011-12-12 21:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2470.
  • Revision ID: brian@tangent.org-20111212215634-1ecdbeoitkmie1rw
Move from using 127.0.0.1, to 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;