ACC SHELL

Path : /usr/share/doc/packages/yast2-users/autodocs/
File Upload :
Current File : //usr/share/doc/packages/yast2-users/autodocs/wizards.html

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>
 <head>
  <title>
Configuration of users and groups</title>
  <style type="text/css">body { background-color: #c8c8c8 }
h1 { color: #e00000 }
table { width: 100%/ border: none }
img { border: 0px }
.sigbox { background-color: #ffc080; border: solid thin #f96500 }
.sig { font: larger monospace }
.padtbl { background-color: #ffc080; padding: 10px; margin: 10px }
/* arrow */
.a { color: #606060 }
/* type, parameter */
.t, .p { color: #c05000 }
.pbox { width: 20% }
.descbox { }
.right { align: right }
.header {}
.footer { clear: both}
.menu { width: 10%; float: left }
.main { width: 90%; float: left }
</style>
 </head>
 <body>
  <div class="header">
   <i>YaST2 Developers Documentation:</i>
   <a href="index.html">
    <b>
Configuration of users and groups</b>
   </a>
   <img class="right" alt="" src="/usr/share/doc/packages/yast2-devtools/images/yast2-mini.png" />
   <hr />
  </div>
  <div class="menu">
   <img alt="YaST" src="/usr/share/doc/packages/yast2-devtools/images/yast2-half.png" />
   <br />
   <br />
   <a href="index.html">functions</a>
   <br />
   <a href="files.html">files</a>
   <br />
   <a href="intro.html">intro</a>
  </div>
  <div class="main">
   <div class="sigbox">
    <table class="padtbl">
     <tr>
      <td>
       <h1>
Configuration of users and groups</h1>
      </td>
      <td class="filecell">include/users/wizards.ycp</td>
     </tr>
     <tr>
      <td>Wizards definitions</td>
     </tr>
     <tr>
      <td>
       <ul>
        <li>Johannes Buchhold <jbuch@suse.de>,</li>
        <li>          Jiri Suchomel <jsuchome@suse.cz></li>
       </ul>
      </td>
     </tr>
     <tr>
      <td>
       <p>This module has an unstable interface.</p>
      </td>
     </tr>
    </table>
    <table class="padtbl">
     <tr>
      <td>

       <h1>Imports</h1>
       <ul>
        <li>CWM</li>
        <li>CWMTab</li>
        <li>Label</li>
        <li>Ldap</li>
        <li>Mode</li>
        <li>Popup</li>
        <li>Sequencer</li>
        <li>Stage</li>
        <li>Users</li>
        <li>UsersCache</li>
        <li>Wizard</li>
       </ul>
       <h1>Includes</h1>
       <ul>
        <li>users/complex.ycp</li>
        <li>users/dialogs.ycp</li>
        <li>users/widgets.ycp</li>
       </ul>
       <h1>Local Functions</h1>
       <ul>
        <li>
         <a href="#AutoSequence">AutoSequence (string start)</a>
        </li>
        <li>
         <a href="#InitializeTableItems">InitializeTableItems ()</a>
        </li>
        <li>
         <a href="#MainSequence">MainSequence (string start)</a>
        </li>
        <li>
         <a href="#SummaryDialog">SummaryDialog ()</a>
        </li>
        <li>
         <a href="#UsersSequence">UsersSequence (string start)</a>
        </li>
       </ul>
      </td>
     </tr>
    </table>
   </div>
   <p />
   <div class="sigbox">
    <span class="sig" id="InitializeTableItems">local
     <b>InitializeTableItems ()
      <span class="a"> -&gt; </span>
      <span class="t">symbol</span>
     </b>
    </span>
   </div>
   <p>
 Before showing the table for first time,
 read LDAP/NIS if they are included in custom set</p>
   <div class="sigbox">
    <span class="sig" id="SummaryDialog">local
     <b>SummaryDialog ()
      <span class="a"> -&gt; </span>
      <span class="t">symbol</span>
     </b>
    </span>
   </div>
   <p>
 run the main (Summary) dialog via CWM</p>
   <div class="sigbox">
    <span class="sig" id="MainSequence">local
     <b>MainSequence (string start)
      <span class="a"> -&gt; </span>
      <span class="t">symbol</span>
     </b>
    </span>
   </div>
   <p>
 Main workflow of the users/groups configuration</p>
   <dl>
    <dt>
     <b>Parameters:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="p">start</span>
       </td>
       <td class="descbox">the first dialog</td>
      </tr>
     </table>
    </dd>
   </dl>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">sequence result</td>
      </tr>
     </table>
    </dd>
   </dl>
   <div class="sigbox">
    <span class="sig" id="UsersSequence">local
     <b>UsersSequence (string start)
      <span class="a"> -&gt; </span>
      <span class="t">symbol</span>
     </b>
    </span>
   </div>
   <p>
 Whole configuration of users/groups</p>
   <dl>
    <dt>
     <b>Parameters:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="p">start</span>
       </td>
       <td class="descbox">the first dialog</td>
      </tr>
     </table>
    </dd>
   </dl>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">sequence result</td>
      </tr>
     </table>
    </dd>
   </dl>
   <div class="sigbox">
    <span class="sig" id="AutoSequence">local
     <b>AutoSequence (string start)
      <span class="a"> -&gt; </span>
      <span class="t">symbol</span>
     </b>
    </span>
   </div>
   <p>
 Whole configuration of users/groups but without reading and writing.
 For use with autoinstallation.</p>
   <dl>
    <dt>
     <b>Parameters:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="p">start</span>
       </td>
       <td class="descbox">the first dialog</td>
      </tr>
     </table>
    </dd>
   </dl>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">sequence result</td>
      </tr>
     </table>
    </dd>
   </dl>
  </div>
  <div class="footer">
   <hr />
   <i>YaST2 Developers Documentation</i>
   <img class="right" alt="" src="/usr/share/doc/packages/yast2-devtools/images/yast2-mini.png" />
  </div>
 </body>
</html>

ACC SHELL 2018