-
- Downloads
Move moduserinfo page form logic to a backend Perl script and methods.
GNUmakefile.in configure configure.in - Add the testbed/backend directory. www/moduserinfo.php3 - The reworked PHP page. www/user_defs.php - Add a ModUserInfo method bridging to the script via XML, and remove the ChangeProfile method that is being replaced. backend/{moduserinfo,GNUmakefile}.in - Add the Perl script. db/User.pm.in - Add a ModUserInfo worker class method for script arg checking. Also SetUserInterface, SetWindowsPassword, and AccessCheck methods, and a copy of the escapeshellarg fn. sql/database-fill.sql - Add some to the table_regex 'users' checking patterns. Support stuff: account/tbacct.in - Update the UpdateWindowsPassword() function. db/libdb.pm.in - Add TBDB_USER_INTERFACE_EMULAB and TBDB_USER_INTERFACE_PLAB(). tbsetup/libtestbed.pm.in - Add TB*EMAIL, TBMAIL_* vars (OPS, WWW, AUDIT).
Showing
- GNUmakefile.in 2 additions, 2 deletionsGNUmakefile.in
- account/tbacct.in 43 additions, 16 deletionsaccount/tbacct.in
- backend/GNUmakefile.in 53 additions, 0 deletionsbackend/GNUmakefile.in
- backend/moduserinfo.in 371 additions, 0 deletionsbackend/moduserinfo.in
- configure 1 addition, 0 deletionsconfigure
- configure.in 1 addition, 0 deletionsconfigure.in
- db/User.pm.in 312 additions, 4 deletionsdb/User.pm.in
- db/libdb.pm.in 5 additions, 0 deletionsdb/libdb.pm.in
- sql/database-fill.sql 7 additions, 1 deletionsql/database-fill.sql
- tbsetup/libtestbed.pm.in 17 additions, 9 deletionstbsetup/libtestbed.pm.in
- www/moduserinfo.php3 137 additions, 367 deletionswww/moduserinfo.php3
- www/user_defs.php 69 additions, 44 deletionswww/user_defs.php
Loading
Please register or sign in to comment