Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > 1999a7b047259f6bbf9513bce6e6be29 > files > 34

twig-2.7.7-1mdk.noarch.rpm

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>TWIG Administrators Manual - 6.1 Admin Feature</title>
<meta name="Microsoft Border" content="tb, default">
</head>

<body><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

<table border="0" width="100%">
  <tr>
    <td width="50%" valign="bottom">
      <h1>TWIG Administrators Manual</h1>
    </td>
    <td width="50%" valign="bottom"><img border="0" src="../images/twig.gif" align="right" width="153" height="75"></td>
  </tr>
  <tr>
    <td width="50%" valign="bottom">
    </td>
    <td width="50%" valign="bottom"></td>
  </tr>
  <tr>
    <td width="50%" valign="bottom">
      Return to <a href="../index.html">Table of Contents</a>
    </td>
    <td width="50%" valign="bottom"></td>
  </tr>
</table>
<hr>

</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<h2>6.1 Admin Feature</h2>
<p>The Admin feature is still in its infancy in TWIG, currently it has two ways
to allow the addition of users that have access to it:</p>
<ol>
  <li>Create a file in features/admin/users that is called
    &lt;username&gt;.admin.</li>
  <li>Create an entry in the database table twig_acl_groups with the following
    properties:
    <table border="0" width="913">
      <tr>
        <td width="74">SID</td>
        <td width="825">&nbsp;Make up a random number above 100000</td>
      </tr>
      <tr>
        <td width="74">groupname</td>
        <td width="825">TWIGAdministrators</td>
      </tr>
      <tr>
        <td width="74">username</td>
        <td width="825">The username you want to add to the administrators list.</td>
      </tr>
    </table>
  </li>
</ol>
<p>The Admin feature consists of several sub functions which are contained in
the features/admin/modules directory.</p>
<p>Many of these functions are used to assign permisions to various features
of TWIG when the advanced security system is used.  When basic security is used
many of these functions become redundent.</p>
<p>Currently the following modules are supported</p>
<table border="0" width="100%">
  <tr>
    <td>Function</td>
    <td>Description</td>
  </tr>
  <tr>
    <td>Accounts</td>
    <td>Used to configure accounts that used for various sql based auth systems</td>
  </tr>
  <tr>
    <td>ACL</td>
    <td>Allows for editing of ACL groups when advanced security is active</td>
  </tr>
  <tr>
    <td>Announcements</td>
    <td>Allows for editing of announcements when advanced announcements is active</td>
  </tr>
  <tr>
    <td>Bookmarks</td>
    <td>Allows for editing of permissions to Bookmarks when advanced security is active</td>
  </tr>
  <tr>
    <td>Contacts</td>
    <td>Allows for editing of permissions to Contacts when advanced security is active</td>
  </tr>
  <tr>
    <td>Global</td>
    <td>Allows for editing of permissions to Global options when advanced security is active</td>
  </tr>
  <tr>
    <td>Groups</td>
    <td>Allows for editing of permissions to Group functions when advanced security is active</td>
  </tr>
  <tr>
    <td>Languages</td>
    <td>Used for language authors to compare various languages files with each other</td>
  </tr>
  <tr>
    <td>Mail</td>
    <td>Allows for editing of permissions to Mail when advanced security is active</td>
  </tr>
  <tr>
    <td>Main</td>
    <td>Allows for editing of permissions to Main when advanced security is active</td>
  </tr>
  <tr>
    <td>News</td>
    <td>Allows for editing of permissions to News when advanced security is active</td>
  </tr>
  <tr>
    <td>Notes</td>
    <td>Allows for editing of permissions to Notes when advanced security is active</td>
  </tr>
  <tr>
    <td>Schedule</td>
    <td>Allows for editing of permissions to Schedule when advanced security is active</td>
  </tr>
  <tr>
    <td>SQL</td>
    <td>Used to maintain the various SQL tables, this is an extreamly powerful and dangerous set of function, ensure you understand what you are doing if you use this section</td>
  </tr>
  <tr>
    <td>SQLTXT</td>
    <td>Used to maintain the various SQL TXT driver files if used</td>
  </tr>
  <tr>
    <td>ToDo</td>
    <td>Allows for editing of permissions to ToDo when advanced security is active</td>
  </tr>

<!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

<hr>
<table border="0" width="911">
  <tr>
    <td width="418">
      Return to <a href="../index.html">Table of Contents</a>
    </td>
    <td width="477" align="right">Return to <a href="#TOP">Top</a></td>
  </tr>
</table>

</td></tr><!--msnavigation--></table></body>

</html>