home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd1.bin / Komunik / sambar / _setup.1 / newgroup.stm < prev    next >
Text File  |  1998-12-31  |  1KB  |  46 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. </HEAD>
  5. <BODY bgcolor=#ffffff>
  6. <CENTER><FONT SIZE=6>Create a New User Group</FONT></CENTER>
  7. <BR>
  8. <SCRIPT language="JavaScript">
  9. <!--
  10. function Form_Validator(theForm)
  11. {
  12.     if (theForm.groupname.value == "")
  13.     {
  14.         alert("Please enter a value for the \"Group Name\" field.");
  15.         theForm.groupname.focus();
  16.         return (false);
  17.     }
  18. }
  19. //-->
  20. </SCRIPT>
  21. <BR>
  22. <FORM METHOD="POST" ACTION="/session/addgroup" onsubmit="return Form_Validator(this)">
  23. <INPUT TYPE="hidden" NAME="RCpage" VALUE="/sysadmin/usermgmt/newgroup.stm">
  24.  
  25. <TABLE border=0 cellpadding=5 cellspacing=2 width=550>
  26. <TR valign=top>
  27. <TD align=right><B>Group Name</B></TD>
  28. <TD><INPUT TYPE="text" NAME="groupname" VALUE="" SIZE=40 MAXLENGTH=40></TD>
  29. </TR>
  30. <TR>
  31. <TD></TD><TD><INPUT TYPE="submit" VALUE="Create New User Group"></TD>
  32. </TR>
  33. </TABLE>
  34. </FORM>
  35. </CENTER>
  36. <P>
  37. <HR>
  38. <P>
  39. Note: Once created, groups cannot be deleted through the user interface.
  40. To delete one or more unused groups, simply delete the <I>config/groups</I>
  41. file and it will be recreated the next time the server is started with
  42. only those groups found in the <I>config/passwd</I> file.
  43. <P>
  44. </BODY>
  45. </HTML>
  46.