Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > d1e507ceb705c9c00262d2e9c7e0e795 > files > 45

acua-3.03-4mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>acua addRec</title>
</head>
<body background=back.gif bgcolor=White link=Blue vlink=Black alink=Black>
<h1>acua addRec &lt;login> &lt;expire> &lt;time_limit> [session_limit] [priority] [ph_no] {class_limit}</h1>
<b>acua addRec</b> creates an <b>ACUA</b> user record.  This is normally called from <a href="acua_addUser.html">acua addUser</a>, and you shouldn't run it directly unless you know what you're doing.<br>
<ul>
<b>&lt;login></b> - The login name of the user to add.<br>
<br>
<b>&lt;expire></b> - The expiry time for the account.  You can specify days, months, years, or as specific date as follows:
  <ul>
  x = x days, xd = x days, xm = x months, xy = x years.<br>
  yy/mm/dd<br>
  </ul>
<b>NOTE:</b> If <b>&lt;expire></b> = 0, the account will not be expired.<br>
<b>NOTE:</b> The 1st day/month/year will align to the end of the current day/month/year.  If <b>&lt;expire></b> = 1y, for example, the account will be expired at the end of the current year.<br>
<br>
<b>&lt;time_limit></b> - How much time / day to give the user (in minutes).<br>
<b>NOTE:</b> if <b>&lt;time_limit></b> = -1, there is no time limit!<br>
<br>
<b>[session_limit]</b> - How much time / session to give the user (in minutes).  If this is not given, it defaults to <b>&lt;time_limit></b>.<br>
<b>NOTE:</b> session_limit <= time_limit.<br>
<b>NOTE:</b> if session_limit = -1, there is no session limit!<br>
<br>
<b>[priority]</b> - The priority for this user (0-7, 7 being the highest).  If this is not given, it defaults to 4.<br>
<br>
<b>[ph_no]</b> - The user's phone number.  If the phone number contains whitespace, it must be quoted.  If "0" is given, no phone number is set.<br>
<br>
<b>{class_limit}</b> - Up to sixteen may be given.  The first is the limit (in minutes) for time class 0, the second is the limit for time class 1, etc...<br>
  <ul>
  <li>A class limit of 0 means the user will not be able to log in during that time class.</li>
  <li>A class limit of -1 means the user will have no time limit unique to that time class (this is the default).</li>
  <li>A class limit of -2 means the user will not have session time deducted during that time class.</li>
  <li>A class limit of -3 means the user will not have session time <b>or</b> overall time deducted during that time class.</li>
  </ul>
</ul>
<br>
<hr size=5>
<address><a href="mailto:acua@acua.ebbs.com.au">Robert Davidson</a></address>
</body>
</html>