--- loncom/interface/domainprefs.pm 2007/12/12 19:44:53 1.34 +++ loncom/interface/domainprefs.pm 2007/12/16 17:48:18 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.34 2007/12/12 19:44:53 raeburn Exp $ +# $Id: domainprefs.pm,v 1.36 2007/12/16 17:48:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1391,8 +1391,13 @@ sub print_usercreation { } } } + } else { + foreach my $item (@contexts) { + foreach my $auth (@authtypes) { + $checked{$item}{$auth} = ' checked="checked" '; + } + } } - my @authtypes = ('int','krb4','krb5','loc'); my %title = &context_names(); my %authname = &authtype_names(); my $rownum = 0;