~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/test_ldap.sh

  • 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:
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" \