~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/test_ldap.sh

  • 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:
43
43
./drizzled/drizzled \
44
44
  --datadir=$datadir \
45
45
  --plugin-add=auth_ldap \
46
 
  --auth-ldap-uri=ldap://127.0.0.1:12321/ \
 
46
  --auth-ldap-uri=ldap://localhost:12321/ \
47
47
  --auth-ldap-bind-dn="cn=root,dc=drizzle,dc=org" \
48
48
  --auth-ldap-bind-password=testldap \
49
49
  --auth-ldap-base-dn="dc=drizzle,dc=org" \