Skip to content
Snippets Groups Projects
Commit 70b3a075 authored by heinz's avatar heinz
Browse files

work

parent 2a7c7ec7
Branches
Tags v0.0.7
No related merge requests found
0.0.7
o ldapuseraddlist: fixed pw output numbering
0.0.6
+ added automount / hack (ldifuseradd -A option)
......
0.0.6
0.0.7
......@@ -97,7 +97,7 @@ function create_user () {
# PASSWORD
[ -z $PASSWORD_FILE ] || {
print_account_info $2 $PLAINTEXTPW "$3" >> $PASSWORD_FILE.$PASSFILECOUNTER
print_account_info $2 $PLAINTEXTPW "$3" >> $PASSWORD_FILE.$(printf "%02i" $PASSFILECOUNTER)
let PASSCOUNTER++
if [[ $PASSCOUNTER -gt 10 ]]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment