home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / icudemo.zip / RULES.ICU < prev    next >
Text File  |  1994-08-12  |  2KB  |  110 lines

  1. ;
  2. ;   Example rules file
  3. ;
  4. ;   Part 1 are the base settings based on
  5. ;   privilege only.
  6. ;
  7. [RULE_USER]
  8.   Account_Active=YES
  9.   Account_Deletable=YES
  10.   Password_Required=YES
  11.   Password_Changable=YES
  12.   Password_Age=44 Days 23:06:21
  13.   Privilege=USER
  14.   Logon_Script=YES
  15.   Script_Path=
  16.   Home_Dir_Required=NO
  17.   Home_Dir=
  18.   Operator=
  19.   Application_Parms=
  20.   Workstations=
  21.   Account_Expires=NEVER
  22.   Max_Storage=UNLIMITED
  23.   Logon_Hours=ALL
  24.   Logon_Server=\\*
  25.   Country_Code=0
  26.   Code_Page=437
  27.   Member_of=USERS
  28.  
  29. [RULE_ADMIN]
  30.   Account_Active=YES
  31.   Account_Deletable=YES
  32.   Password_Required=YES
  33.   Password_Changable=YES
  34.   Password_Age=44 Days 23:06:21
  35.   Privilege=ADMIN
  36.   Logon_Script=YES
  37.   Script_Path=
  38.   Home_Dir_Required=NO
  39.   Home_Dir=
  40.   Operator=
  41.   Application_Parms=
  42.   Workstations=
  43.   Account_Expires=NEVER
  44.   Max_Storage=UNLIMITED
  45.   Logon_Hours=ALL
  46.   Logon_Server=\\*
  47.   Country_Code=0
  48.   Code_Page=437
  49.   Member_of=ADMINS
  50.  
  51. [RULE_GUEST]
  52.   Account_Active=YES
  53.   Account_Deletable=YES
  54.   Password_Required=NO
  55.   Password_Changable=YES
  56.   Password_Age=58 Days 22:37:52
  57.   Privilege=GUEST
  58.   Logon_Script=YES
  59.   Script_Path=
  60.   Home_Dir_Required=NO
  61.   Home_Dir=
  62.   Operator=
  63.   Application_Parms=
  64.   Workstations=
  65.   Account_Expires=NEVER
  66.   Max_Storage=UNLIMITED
  67.   Logon_Hours=ALL
  68.   Logon_Server=\\*
  69.   Country_Code=0
  70.   Code_Page=437
  71.   Member_of=GUESTS
  72. ;
  73. ;   Part II contains the group rules
  74. ;
  75. ;  Priority of group processing.  Top of list
  76. ;  is processed last.
  77. ;
  78. [RULE_ORDER]
  79.   GROUP=SERVERS
  80.   GROUP=FIRE
  81.   GROUP=LIFE
  82.   GROUP=CAR
  83.   GROUP=USERS
  84. ;
  85. ; Typical profile of server
  86. ;
  87. [RULE_GROUP_SERVERS]
  88.   Account_Active=NO
  89.   Account_Deletable=YES
  90.   Password_Required=NO
  91.   Password_Changable=YES
  92.   Password_Age=58 Days 22:37:53
  93.   Privilege=USER
  94.   Logon_Script=YES
  95.   Script_Path=
  96.   Home_Dir_Required=NO
  97.   Home_Dir=
  98.   Operator=
  99.   Application_Parms=
  100.   Workstations=
  101.   Account_Expires=NEVER
  102.   Max_Storage=UNLIMITED
  103.   Logon_Hours=ALL
  104.   Logon_Server=
  105.   Country_Code=0
  106.   Code_Page=437
  107.   Member_of=SERVERS
  108.   Member_of=USERS
  109.  
  110.