diff --git a/lam/tests/lib-pdf-test.php b/lam/tests/lib-pdf-test.php index 59467d87..6d28a938 100644 --- a/lam/tests/lib-pdf-test.php +++ b/lam/tests/lib-pdf-test.php @@ -39,23 +39,29 @@ $account->unix_password = "secret1"; $account->unix_password_no = "0"; array_push($accounts,$account); $account = new Account(); -$account->general_username = "mam2"; -$account->general_uidnumber = "502"; +$account->general_username = "mamu1"; +$account->general_uidnumber = "501"; $account->general_surname = "Mustermann"; $account->general_givenname = "Max"; $account->general_group = "tg1"; -$account->general_groupadd = array("tg3"); -$account->general_homedir = "/home/m/mamu2"; +$account->general_groupadd = array("tg2","tg3"); +$account->general_homedir = "/home/m/mamu1"; $account->general_shell = array("/bin/bash","/bin/sh"); -$account->unix_password = "secret2"; -$account->unix_password_no = "1"; +$account->unix_password = "secret1"; +$account->unix_password_no = "0"; array_push($accounts,$account); $account = new Account(); -$account->general_username = "mamu3"; -$account->general_uidnumber = "503"; +$account->general_username = "mamu1"; +$account->general_uidnumber = "501"; $account->general_surname = "Mustermann"; $account->general_givenname = "Max"; +$account->general_group = "tg1"; +$account->general_groupadd = array("tg2","tg3"); +$account->general_homedir = "/home/m/mamu1"; +$account->general_shell = array("/bin/bash","/bin/sh"); +$account->unix_password = "secret1"; +$account->unix_password_no = "0"; array_push($accounts,$account); -createpdf($accounts); +createUserPDF($accounts); ?>