~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/test_ldap.sh

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  --auth-ldap-base-dn="dc=drizzle,dc=org" \
20
20
  --auth-ldap-cache-timeout=1 \
21
21
  --mysql-protocol-port=12345 \
22
 
  --drizzle-protocol-port=12346 \
 
22
  --drizzle-protocol.port=12346 \
23
23
  --pid-file=pid &
24
24
 
25
25
sleep 3