~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/schema/README.auth_ldap

  • Committer: Mark Atwood
  • Date: 2011-10-06 04:38:39 UTC
  • mfrom: (2426.3.1 drizzle-docs71)
  • Revision ID: me@mark.atwood.name-20111006043839-qrtu9wtrr04k7ie4
mergeĀ lp:~hingo/drizzle/drizzle-new-pandora-pluginini-keys

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
Schema and ldif files are located in the server specific directories. 
15
15
 
16
 
gentestusers.sh:
 
16
drizzle_create_ldap_user:
17
17
 
18
18
    This is a script to quickly generate users for testing the drizzle mysql ldap authentication module.  Note this is not the de facto way of doing things more of just a quick start example.
19
19
 
20
 
./gentestusers.sh -h 
 
20
./drizzle_create_ldap_user -h 
21
21
    This will output help on how to use the file.
22
22
 
23
23
Example:
24
 
./gentestusers.sh -p pass -b ../libdrizzle/bin/mysql_password_hash -u user -n 1 -l "ou=people,dc=drizzle,dc=org"
 
24
./drizzle_create_ldap_user -p pass -b <drizzle installdir>/bin/drizzle_password_hash -u user -n 1 -l "ou=people,dc=drizzle,dc=org"
25
25
 
26
26
Will output:
27
27