home *** CD-ROM | disk | FTP | other *** search
- ;%////////////////////////////////////*///////////////////////////////////////
- ;% An example of control file for User base manager for Maximus CBCS,
- ;% UMGR rev. 1.2//beta
- ;% Created 09-10-1993 by Nikita Popov
- ;% Changed 13-11-1993
- ;%////////////////////////////////////////////////////////////////////////////
-
- ;% Note all lines started by ; or % will be ignored
- ;% All keywords may be separated by spaces and tabs and maximum length of
- ;% control line must be less or equal 255 characters
-
- LogFile UMGR.LOG
-
- ;% Specifies log file name for Umgr.
-
- ReportFile UMGR.RPT
-
- ;% Specifies report file name for Umgr. By deafult is UMGR.RPT at the same path
- ;% with log file.
-
- AppendReport
-
- ;% Comment out this keyword if You do not want to append new reports to existing
- ;% report file.
-
- UserBase USER.BBS
-
- ;% Specifies name of user base for Maximus CBCS.
-
- LevelToExpiration Disgrace
-
- ;% Access level, which defines UMgr to set Expiration flags to users with this
- ;% level.
-
- ApplyExpireAction
-
- ;% If this keyword is active, UMgr will apply Expire action, defined in expira-
- ;% tion filed of user's record, to user if expiration _Date_ is already ...
-
- LevelToDemote Twit
-
- ;% Access level, which will be applied to user when working expiration system
- ;% with Demote action settings.
-
- LevelToKill Twit
-
- ;% Access Level, used when Pack command is executing. Users with this access
- ;% level will be deleted from user base.
-
- LevelToRemoveExpiration Limited
-
- ;% Access level, which signal Umgr to remove ANY expiration from user,
- ;% but ONLY IF specified below key is not toggled On.
-
- KeyToFreezeRemover 8
-
- ;% User Key to freeze expiration removing process. If specified key is
- ;% toggled On, then Expire Remover won't remove expiration flags.
-
- Expiration On Date after 10 days
-
- ;% This command line have next syntax form :
- ;% Expiartion On <Date|Time> After <number> [days|minutes]
- ;% <number> must be in range from 1 to 32767.
-
- ;Expiration On Time after 100 minutes
- Expire Action : Demote to Twit
-
- ;% Specifies expire action. This line have next syntax form :
- ;% Expire Action : <Demote to <Level>|Hangup|None>, where <Level> is an access
- ;% level to sets with Demote flag.
-
- ;% !!!!! Note !!!!! You may specify two DIFFERENT access levels for expiration
- ;% using Maximus internal expiration system and UMGR expiration system, used
- ;% when Expire command is executed and ApplyExpireAction keyword isn't commen-
- ;% ted out.
-
- ; Expire Action : Hangup
- ; Expire Action : None
-
- ;IgnorePermanent
-
- ;% Uncomment this keyword if You want to force UMGR to ignore users with
- ;% PERM flag toggled On.
-
- ;% << EOF >>
-
-