ACC SHELL
<?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 samba-server</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 samba-server</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 samba-server</h1>
</td>
<td class="filecell">modules/dialogs-items.ycp</td>
</tr>
<tr>
<td>Widgets used by SAMBA server configuration</td>
</tr>
<tr>
<td>
<ul>
<li>Jiri Srain <jsrain@suse.cz></li>
<li> Stanislav Visnovsky <visnov@suse.cz></li>
<li> Martin Lazar <mlazar@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>FileUtils</li>
<li>Label</li>
<li>Ldap</li>
<li>LogView</li>
<li>Popup</li>
<li>Report</li>
<li>SambaBackend</li>
<li>SambaConfig</li>
<li>SambaServer</li>
<li>TablePopup</li>
<li>URL</li>
</ul>
<h1>Includes</h1>
<ul>
<li>samba-server/complex.ycp</li>
<li>samba-server/helps.ycp</li>
<li>samba-server/samba-options-global.ycp</li>
<li>samba-server/samba-options-local.ycp</li>
</ul>
<h1>Local Variables</h1>
<ul>
<li>
<a href="#shareToEdit">shareToEdit</a>
</li>
<li>
<a href="#xx_widgets">xx_widgets</a>
</li>
</ul>
<h1>Local Functions</h1>
<ul>
<li>
<a href="#GlobalSettingsContents">GlobalSettingsContents (map descr)</a>
</li>
<li>
<a href="#GlobalSettingsEntryDelete">GlobalSettingsEntryDelete (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#GlobalSettingsPopupInit">GlobalSettingsPopupInit (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#GlobalSettingsPopupStore">GlobalSettingsPopupStore (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#GlobalSettingsSummary">GlobalSettingsSummary (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#ShareEditContents">ShareEditContents (map descr)</a>
</li>
<li>
<a href="#ShareEditEntryDelete">ShareEditEntryDelete (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#ShareEditPopupInit">ShareEditPopupInit (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#ShareEditPopupStore">ShareEditPopupStore (any opt_id, string opt_key)</a>
</li>
<li>
<a href="#ShareEditSummary">ShareEditSummary (any opt_id, string opt_key)</a>
</li>
</ul>
</td>
</tr>
</table>
</div>
<p />
<div class="sigbox">
<span class="sig" id="xx_widgets">local
<b>xx_widgets
<span class="a"> -> </span>
<span class="t">map</span>
</b>
</span>
</div>
<p>
Map of widgets for CWM</p>
<div class="sigbox">
<span class="sig" id="shareToEdit">local
<b>shareToEdit
<span class="a"> -> </span>
<span class="t">string</span>
</b>
</span>
</div>
<p>
A share name do be editted in the Edit share dialog</p>
<div class="sigbox">
<span class="sig" id="ShareEditContents">local
<b>ShareEditContents (map descr)
<span class="a"> -> </span>
<span class="t">list</span>
</b>
</span>
</div>
<p>
Function for getting contents of the default host table</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">descr</span>
</td>
<td class="descbox">map description map of the table</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">of items for the table</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="ShareEditEntryDelete">local
<b>ShareEditEntryDelete (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">boolean</span>
</b>
</span>
</div>
<p>
Delete function of the table</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id of selected option</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key of selected option</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">true if was really deleted</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="ShareEditPopupInit">local
<b>ShareEditPopupInit (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">void</span>
</b>
</span>
</div>
<p>
Fallback initialization function of a table entry / popup</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="ShareEditPopupStore">local
<b>ShareEditPopupStore (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">void</span>
</b>
</span>
</div>
<p>
Fallback store function of a table entry / popup</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="ShareEditSummary">local
<b>ShareEditSummary (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">string</span>
</b>
</span>
</div>
<p>
Fallback summary function of a table entry / popup</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key</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">value of the option</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="GlobalSettingsContents">local
<b>GlobalSettingsContents (map descr)
<span class="a"> -> </span>
<span class="t">list</span>
</b>
</span>
</div>
<p>
Function for getting contents of the default host table</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">descr</span>
</td>
<td class="descbox">map description map of the table</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">of items for the table</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="GlobalSettingsEntryDelete">local
<b>GlobalSettingsEntryDelete (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">boolean</span>
</b>
</span>
</div>
<p>
Delete function of the table</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id of selected option</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key of selected option</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">true if was really deleted</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="GlobalSettingsPopupInit">local
<b>GlobalSettingsPopupInit (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">void</span>
</b>
</span>
</div>
<p>
Fallback initialization function of a table entry / popup</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="GlobalSettingsPopupStore">local
<b>GlobalSettingsPopupStore (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">void</span>
</b>
</span>
</div>
<p>
Fallback store function of a table entry / popup</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="GlobalSettingsSummary">local
<b>GlobalSettingsSummary (any opt_id, string opt_key)
<span class="a"> -> </span>
<span class="t">string</span>
</b>
</span>
</div>
<p>
Fallback summary function of a table entry / popup</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">opt_id</span>
</td>
<td class="descbox">any option id</td>
</tr>
<tr>
<td class="pbox">
<span class="p">opt_key</span>
</td>
<td class="descbox">any option key</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">value of the option</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