~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/schema/drizzle_create_ldap_user

mergeĀ lp:~hingo/drizzle/drizzle-auth_ldap-fix-and-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    tmpcount=0
65
65
    while [ $tmpcount -lt $numberofusers ]
66
66
    do
67
 
        tmpusername=$username$tmpcount
 
67
        tmpusername=$username
68
68
        tmpuidnumber=$(( 500 + $tmpcount ))
69
69
        tmpgidnumber=$(( 500 + $tmpcount ))
70
70
        echo "dn: uid=$tmpusername,$ldapbase"