#!/usr/local/bin/perl # sync_form.cgi # Display a form for creating some or all missing users and groups on # some or all servers require './cluster-usermin-lib.pl'; &ui_print_header(undef, $text{'sync_title'}, ""); print "$text{'sync_desc'}

\n"; print "

\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "
$text{'sync_hosts'} \n"; &create_on_input(undef, 1, 1, 1); print "
$text{'sync_users'} \n"; print " ", "$text{'sync_uall'}  \n"; print " ", "$text{'sync_unone'}
\n"; print " ", "$text{'sync_usel'}\n"; print "
\n"; print " ", "$text{'sync_unot'}\n"; print "
\n"; print "
$text{'sync_groups'} \n"; print " ", "$text{'sync_gall'}  \n"; print " ", "$text{'sync_gnone'}
\n"; print " ", "$text{'sync_gsel'}\n"; print "
\n"; print " ", "$text{'sync_gnot'}\n"; print "
\n"; print "
$text{'sync_test'} $text{'yes'}\n"; print " $text{'no'}
\n"; print "
\n"; &ui_print_footer("", $text{'index_return'});