*** empty log message ***

This commit is contained in:
Roland Gruber 2008-02-07 19:32:16 +00:00
parent 9fa23b48e9
commit cc5a2a5fdc
227 changed files with 75940 additions and 80 deletions

View File

@ -1,17 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="content-type">
<title>Account modules</title>
<html><head>
<meta content="text/html; charset=ISO-8859-15" http-equiv="content-type"><title>Account modules</title>
<link rel="stylesheet" type="text/css" href="style/layout.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
<h1 style="text-align: center;">Account modules<br>
</h1>
<div style="text-align: center;"><img alt="base module"
src="images/lam_baseModule.png" style="width: 531px; height: 207px;"><br>
<div style="text-align: center;"><img alt="base module" src="images/lam_baseModule.png" style="width: 531px; height: 207px;"><br>
</div>
<div style="text-align: center;"><br>
<div style="text-align: left;">The account modules control all the
@ -21,13 +18,11 @@ accounts, the profile editor sections and much more. They are the core
of LAM.<br>
<br>
All account modules are saved in <span style="font-weight: bold;">lib/modules/</span>.<br>
If your module needs any include files etc. please save it in <span
style="font-weight: bold;">lib/modules/&lt;name of your module&gt;.</span><br>
If your module needs any include files etc. please save it in <span style="font-weight: bold;">lib/modules/&lt;name of your module&gt;.</span><br>
<br>
Please take a look at the <a href="mod_index.htm">module HowTo</a> for
an example to write your own modules.<br>
The complete specification for the module interface can be found <a
href="modules-specification.htm">here</a>.<br>
The complete specification for the module interface can be found <a href="phpdoc/modules/baseModule.html">here</a>.<br>
<br>
<h2>Superclass</h2>
All <span style="font-weight: bold;">account modules</span> should be
@ -46,5 +41,4 @@ There is no extra configuration file.<br>
<br>
</div>
</div>
</body>
</html>
</body></html>

View File

@ -1,23 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="content-type">
<title>Base module</title>
<html><head>
<meta content="text/html; charset=ISO-8859-15" http-equiv="content-type"><title>Base module</title>
<link rel="stylesheet" type="text/css" href="style/layout.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
<h1 style="text-align: center;">Base module<br>
</h1>
<div style="text-align: center;"><img alt="base module"
src="images/lam_baseModule.png" style="width: 531px; height: 207px;"><br>
<div style="text-align: center;"><img alt="base module" src="images/lam_baseModule.png" style="width: 531px; height: 207px;"><br>
</div>
<div style="text-align: center;"><br>
<div style="text-align: left;">The <span style="font-weight: bold;">baseModule</span>
is the parent class of all account modules. <br>
It implements most functions of the <a
href="modules-specification.htm">module interface</a> and provides
It implements most functions of the <a href="phpdoc/modules/baseModule.html">module interface</a> and provides
the possibility to use <span style="font-style: italic;">meta data</span>
for the module functions.<br>
There are also some class variables which are useful for the child
@ -26,25 +22,20 @@ classes.<br>
<br>
<h2>Meta data</h2>
The <span style="font-weight: bold;">baseModule</span> allows you to
not implement the <a href="modules-specification.htm">module
not implement the <a href="phpdoc/modules/baseModule.html">module
interface</a> directly but to provide <span style="font-style: italic;">meta
data</span> which is interpreted by the <span
style="font-weight: bold;">baseModule</span>.<br>
If you do not use certain functions of the interface the <span
style="font-weight: bold;">baseModule</span> also provides dummy
data</span> which is interpreted by the <span style="font-weight: bold;">baseModule</span>.<br>
If you do not use certain functions of the interface the <span style="font-weight: bold;">baseModule</span> also provides dummy
functions. E.g. if your module needs no configuration option you can
just skip this function in your code and the <span
style="font-weight: bold;">baseModule</span> will tell the
just skip this function in your code and the <span style="font-weight: bold;">baseModule</span> will tell the
configuration part that there is no option.<br>
<br>
To <span style="font-style: italic;">define meta</span> data you have
to implement the function <span
style="font-weight: bold; font-style: italic;">get_metaData()</span>.
to implement the function <span style="font-weight: bold; font-style: italic;">get_metaData()</span>.
This function must return a hash array with the meta options as array
keys.<br>
Please refer to the <a href="modules-specification.htm">module
interface</a> for details about the format of <span
style="font-style: italic;">meta data</span>.<br>
Please refer to the <a href="phpdoc/modules/baseModule.html">module
interface</a> for details about the format of <span style="font-style: italic;">meta data</span>.<br>
<br>
<br>
<h2>Functions<br>
@ -53,7 +44,7 @@ interface</a> for details about the format of <span
returns the account type ("user", "group", ...) of the module.<br>
<br>
For a list of <span style="font-style: italic;">meta data</span>
functions please refer to the <a href="modules-specification.htm">module
functions please refer to the <a href="phpdoc/modules/baseModule.html">module
interface</a>.<br>
<br>
<br>
@ -71,5 +62,4 @@ parent <span style="font-style: italic;">accountContainer</span>
<br>
</div>
</div>
</body>
</html>
</body></html>

View File

@ -1,10 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>LAM development documentation</title>
<link rel="stylesheet" type="text/css" href="style/layout.css"></head>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<body>
<link rel="stylesheet" type="text/css" href="style/layout.css"><link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
<div style="text-align: center;">
<h1>LDAP Account Manager - Code overview</h1>
These documents are supposed to give developers who want to modify LAM
@ -95,7 +93,7 @@ browser</a><br>
<br>
<br>
<table width="100%">
<tr valign="top">
<tbody><tr valign="top">
<td width="25%">
<h2>Howtos</h2>
<ul>
@ -104,13 +102,13 @@ browser</a><br>
</li>
</ul>
</td>
<td width="25%" align="center">
<td align="center" width="25%">
<h2><a href="FAQ.htm">FAQ</a></h2>
</td>
<td width="25%">
<h2>Specifications</h2>
<ul>
<li><a href="modules-specification.htm">Module specification</a></li>
<li><a href="phpdoc/modules/baseModule.html">Module specification</a></li>
<li><a href="types-specification.htm">Type specification<br>
</a></li>
</ul>
@ -119,7 +117,7 @@ browser</a><br>
<h2><a href="upgrade.htm">Upgrade notes</a></h2>
</td>
</tr>
</table>
</tbody></table>
<br>
<br>

View File

@ -0,0 +1,93 @@
<html>
<head>
<title>Docs for page help.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">Help</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_Help.html" class="menu">class tree: Help</a> ]
[ <a href="../elementindex_Help.html" class="menu">index: Help</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../Help/_help---help.inc.html"> help.inc
</a><br>
<a href="../Help/_templates---help.php.html"> help.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: help.inc</h1>
Source Location: /help/help.inc<br /><br />
<br>
<br>
<h2>Page Details:</h2>
LDAP Account Manager help entries.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:31 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,162 @@
<html>
<head>
<title>Docs for page help.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">Help</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_Help.html" class="menu">class tree: Help</a> ]
[ <a href="../elementindex_Help.html" class="menu">index: Help</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../Help/_help---help.inc.html"> help.inc
</a><br>
<a href="../Help/_templates---help.php.html"> help.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: help.php</h1>
Source Location: /templates/help.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
LDAP Account Manager help page.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../LDAP/_lib---ldap.inc.html">"../lib/ldap.inc"</a>) [line 36]<br />
LDAP connection<br /><br />include_once(<a href="../lib/_lib---status.inc.html">"../lib/status.inc"</a>) [line 45]<br />
status messages<br /><br />include_once(<a href="../modules/_lib---modules.inc.html">"../lib/modules.inc"</a>) [line 110]<br />
include_once(<a href="../Help/_help---help.inc.html">"../help/help.inc"</a>) [line 48]<br />
help data<br /><br />include_once(<a href="../configuration/_lib---config.inc.html">"../lib/config.inc"</a>) [line 39]<br />
configuration<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functiondisplayHelp"></a>
<h3>displayHelp <span class="smalllinenumber">[line 84]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void displayHelp(
array $helpEntry, array $helpVariables)</code>
</td></tr></table>
</td></tr></table><br />
Print help site for a specific help number.<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$helpEntry</b>&nbsp;&nbsp;</td>
<td>The help entry that is to be displayed.</td>
</tr>
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$helpVariables</b>&nbsp;&nbsp;</td>
<td>The help variables that are used to replace the spacer in the help text.</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionechoHTMLFoot"></a>
<h3>echoHTMLFoot <span class="smalllinenumber">[line 70]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void echoHTMLFoot(
)</code>
</td></tr></table>
</td></tr></table><br />
Print HTML footer of the help page.<br /><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionechoHTMLHead"></a>
<h3>echoHTMLHead <span class="smalllinenumber">[line 56]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void echoHTMLHead(
)</code>
</td></tr></table>
</td></tr></table><br />
Print HTML header of the help page.<br /><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:31 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,535 @@
<html>
<head>
<title>Docs For Class Ldap</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">LDAP</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_LDAP.html" class="menu">class tree: LDAP</a> ]
[ <a href="../elementindex_LDAP.html" class="menu">index: LDAP</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../LDAP/_lib---ldap.inc.html"> ldap.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../LDAP/Ldap.html">Ldap</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: Ldap</h1>
Source Location: /lib/ldap.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">Ldap manages connection to LDAP and includes several helper functions.</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../LDAP/Ldap.html#method__construct">__construct</a></li>
<li><a href="../LDAP/Ldap.html#methodclose">close</a></li>
<li><a href="../LDAP/Ldap.html#methodcmp_array">cmp_array</a></li>
<li><a href="../LDAP/Ldap.html#methodconnect">connect</a></li>
<li><a href="../LDAP/Ldap.html#methoddecrypt">decrypt</a></li>
<li><a href="../LDAP/Ldap.html#methoddecrypt_login">decrypt_login</a></li>
<li><a href="../LDAP/Ldap.html#methoddestroy">destroy</a></li>
<li><a href="../LDAP/Ldap.html#methodencrypt">encrypt</a></li>
<li><a href="../LDAP/Ldap.html#methodencrypt_login">encrypt_login</a></li>
<li><a href="../LDAP/Ldap.html#methodnew_rand">new_rand</a></li>
<li><a href="../LDAP/Ldap.html#methodsearch_units">search_units</a></li>
<li><a href="../LDAP/Ldap.html#methodserver">server</a></li>
<li><a href="../LDAP/Ldap.html#method__sleep">__sleep</a></li>
<li><a href="../LDAP/Ldap.html#method__wakeup">__wakeup</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 52]<br />
Ldap manages connection to LDAP and includes several helper functions.<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 73]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>Ldap __construct(
object
$config)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">object&nbsp;&nbsp;</td>
<td><b>$config</b>&nbsp;&nbsp;</td>
<td>an object of class Config</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodclose"></a>
<h3>method close <span class="smalllinenumber">[line 125]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void close(
)</code>
</td></tr></table>
</td></tr></table><br />
Closes connection to server<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodcmp_array"></a>
<h3>method cmp_array <span class="smalllinenumber">[line 314]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>integer cmp_array(
string
$a, string
$b)</code>
</td></tr></table>
</td></tr></table><br />
Helper function to sort the unit DNs<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>0 if equal, 1 if $a is greater, -1 if $b is greater</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$a</b>&nbsp;&nbsp;</td>
<td>first argument to compare</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$b</b>&nbsp;&nbsp;</td>
<td>second argument to compare</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodconnect"></a>
<h3>method connect <span class="smalllinenumber">[line 89]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>mixed connect(
string
$user, string
$passwd)</code>
</td></tr></table>
</td></tr></table><br />
Connects to the server using the given username and password<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>if connect succeeds the server handle is returned, else false</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$user</b>&nbsp;&nbsp;</td>
<td>user name</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$passwd</b>&nbsp;&nbsp;</td>
<td>password</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methoddecrypt"></a>
<h3>method decrypt <span class="smalllinenumber">[line 252]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string decrypt(
object
$data)</code>
</td></tr></table>
</td></tr></table><br />
Decrypts a string<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>decrypted string</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">object&nbsp;&nbsp;</td>
<td><b>$data</b>&nbsp;&nbsp;</td>
<td>string to decrypt</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methoddecrypt_login"></a>
<h3>method decrypt_login <span class="smalllinenumber">[line 291]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array decrypt_login(
)</code>
</td></tr></table>
</td></tr></table><br />
Decrypts username and password<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>array(user name, password)</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methoddestroy"></a>
<h3>method destroy <span class="smalllinenumber">[line 300]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void destroy(
)</code>
</td></tr></table>
</td></tr></table><br />
Closes connection to LDAP server and deletes encrypted username/password<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodencrypt"></a>
<h3>method encrypt <span class="smalllinenumber">[line 226]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>object encrypted encrypt(
string
$data)</code>
</td></tr></table>
</td></tr></table><br />
Encrypts a string<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>string</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$data</b>&nbsp;&nbsp;</td>
<td>string to encrypt</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodencrypt_login"></a>
<h3>method encrypt_login <span class="smalllinenumber">[line 280]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void encrypt_login(
string
$username, string
$password)</code>
</td></tr></table>
</td></tr></table><br />
Encrypts username and password<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$username</b>&nbsp;&nbsp;</td>
<td>LDAP user name</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$password</b>&nbsp;&nbsp;</td>
<td>LDAP password</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodnew_rand"></a>
<h3>method new_rand <span class="smalllinenumber">[line 212]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>int new_rand(
)</code>
</td></tr></table>
</td></tr></table><br />
Calculates a new value for rand<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>New random value</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsearch_units"></a>
<h3>method search_units <span class="smalllinenumber">[line 135]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array search_units(
string
$suffix)</code>
</td></tr></table>
</td></tr></table><br />
Returns an array with all organizational units under the given suffix<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>DNs of organizational units</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$suffix</b>&nbsp;&nbsp;</td>
<td>search suffix</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodserver"></a>
<h3>method server <span class="smalllinenumber">[line 166]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>object connection server(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the LDAP connection handle<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>handle</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="method__sleep"></a>
<h3>method __sleep <span class="smalllinenumber">[line 176]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void __sleep(
)</code>
</td></tr></table>
</td></tr></table><br />
Closes connection to LDAP server before serialization<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="method__wakeup"></a>
<h3>method __wakeup <span class="smalllinenumber">[line 183]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void __wakeup(
)</code>
</td></tr></table>
</td></tr></table><br />
Reconnects to LDAP server when deserialized<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:37 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,138 @@
<html>
<head>
<title>Docs for page ldap.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">LDAP</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_LDAP.html" class="menu">class tree: LDAP</a> ]
[ <a href="../elementindex_LDAP.html" class="menu">index: LDAP</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../LDAP/_lib---ldap.inc.html"> ldap.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../LDAP/Ldap.html">Ldap</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: ldap.inc</h1>
Source Location: /lib/ldap.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../LDAP/Ldap.html">Ldap</a></dt>
<dd>Ldap manages connection to LDAP and includes several helper functions.</dd>
</div><br /><br />
<h2>Page Details:</h2>
ldap.inc provides basic functions to connect to the OpenLDAP server.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../configuration/_lib---config.inc.html">"config.inc"</a>) [line 32]<br />
Access to configuration data<br /><br />include_once(<a href="../lib/_lib---schema.inc.html">"schema.inc"</a>) [line 34]<br />
LDAP schema<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functionhex2bin"></a>
<h3>hex2bin <span class="smalllinenumber">[line 42]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>binary hex2bin(
string $value)</code>
</td></tr></table>
</td></tr></table><br />
Converts a HEX string to a binary value<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>result binary</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$value</b>&nbsp;&nbsp;</td>
<td>HEX string</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:37 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,123 @@
<html>
<head>
<title>Docs for page vera.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: vera.php</h1>
Source Location: /lib/font/vera.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This file includes information about the Bitstream Vera font.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,123 @@
<html>
<head>
<title>Docs for page verab.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: verab.php</h1>
Source Location: /lib/font/verab.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This file includes information about the Bitstream Vera font.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,123 @@
<html>
<head>
<title>Docs for page verabi.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: verabi.php</h1>
Source Location: /lib/font/verabi.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This file includes information about the Bitstream Vera font.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,123 @@
<html>
<head>
<title>Docs for page verai.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: verai.php</h1>
Source Location: /lib/font/verai.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This file includes information about the Bitstream Vera font.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,141 @@
<html>
<head>
<title>Docs for page fpdf.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: fpdf.php</h1>
Source Location: /lib/fpdf.php<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../PDF/FPDF.html">FPDF</a></dt>
<dd>Main FPDF class for creating PDF documents</dd>
</div><br /><br />
<h2>Page Details:</h2>
This file includes the FPDF implementation which is used to generate PDF files.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Olivier Plathey</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<hr />
<a name="defineFPDF_VERSION"></a>
<h3>FPDF_VERSION <span class="smalllinenumber">[line 21]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>FPDF_VERSION = '1.53'</code>
</td></tr></table>
</td></tr></table>
*****************************************************************************<br /><br /><p>Software: FPDF * Version: 1.53 * Date: 2004-12-31 * Author: Olivier PLATHEY * License: Freeware * * You may use, modify and redistribute this software as you wish. * *****************************************************************************</p><br /> <br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:29 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,128 @@
<html>
<head>
<title>Docs for page lamPDF.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: lamPDF.inc</h1>
Source Location: /lib/lamPDF.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../PDF/lamPDF.html">lamPDF</a></dt>
<dd>Creates a LAM information page in PDF format.</dd>
</div><br /><br />
<h2>Page Details:</h2>
LDAP Account Manager PDF printing library. It consists of lamPDF class, the createModulePDF() function that may be called by other pages and furthermore some helper functions.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:37 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,317 @@
<html>
<head>
<title>Docs for page pdf.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: pdf.inc</h1>
Source Location: /lib/pdf.inc<br /><br />
<br>
<br>
<h2>Page Details:</h2>
LDAP Account Manager PDF printing library. It consists of lamPDF class, the createModulePDF() function that may be called by other pages and furthermore some helper functions.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../PDF/_lib---pdfstruct.inc.html">'pdfstruct.inc'</a>) [line 39]<br />
access to PDF configuration files<br /><br />include_once(<a href="../PDF/_lib---xml_parser.inc.html">'xml_parser.inc'</a>) [line 36]<br />
XML functions<br /><br /></div>
<br /><br />
<br /><br />
<hr />
<a name="defineLAMPDF_LINEWIDTH"></a>
<h3>LAMPDF_LINEWIDTH <span class="smalllinenumber">[line 33]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>LAMPDF_LINEWIDTH = 190</code>
</td></tr></table>
</td></tr></table>
PDF line width<br /><br /> <br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<br />
<hr />
<a name="functioncreateModulePDF"></a>
<h3>createModulePDF <span class="smalllinenumber">[line 56]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void createModulePDF(
array $accounts, [string $pdf_structure = &amp;quot;default&amp;quot;])</code>
</td></tr></table>
</td></tr></table><br />
This function creates the PDF output of one or more accounts. At the moment this function can create a PDF page for user, group and host accounts. But this is not limited by the function itself but by the account types that are allowed in LAM and the exsisting PDF structure definitions.<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$accounts</b>&nbsp;&nbsp;</td>
<td>A numbered array containing all accounts the PDF page should be created for. The entries of the array must be AccountContainer objects.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$pdf_structure</b>&nbsp;&nbsp;</td>
<td>The filename of the structure definition that should be used to create the PDF page. If not submitted the 'default.user' structure definition for the appropriate account type.</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongetSectionHeadline"></a>
<h3>getSectionHeadline <span class="smalllinenumber">[line 166]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getSectionHeadline(
string $line)</code>
</td></tr></table>
</td></tr></table><br />
Creates a section headline.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>XML code for headline</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$line</b>&nbsp;&nbsp;</td>
<td>section name</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionprocessAttributes"></a>
<h3>processAttributes <span class="smalllinenumber">[line 294]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array processAttributes(
string $attrs, [array $return = array()])</code>
</td></tr></table>
</td></tr></table><br />
Processes width, height and alignment attributes.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>XML code</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$attrs</b>&nbsp;&nbsp;</td>
<td>attributes</td>
</tr>
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$return</b>&nbsp;&nbsp;</td>
<td>XML code</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionprocessFormatTags"></a>
<h3>processFormatTags <span class="smalllinenumber">[line 261]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array processFormatTags(
string $line, string $style)</code>
</td></tr></table>
</td></tr></table><br />
Formats the XML code.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>XML code</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$line</b>&nbsp;&nbsp;</td>
<td>XML code of PDF entry</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$style</b>&nbsp;&nbsp;</td>
<td>style commands</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionprocessLine"></a>
<h3>processLine <span class="smalllinenumber">[line 185]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array processLine(
string $line, [boolean $first_td = true], $fontName)</code>
</td></tr></table>
</td></tr></table><br />
Creates the XML code for an PDF entry.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>XML codes</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$line</b>&nbsp;&nbsp;</td>
<td>XML code of PDF entry</td>
</tr>
<tr>
<td class="type">boolean&nbsp;&nbsp;</td>
<td><b>$first_td</b>&nbsp;&nbsp;</td>
<td>True if this is the first column</td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$fontName</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:43 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,295 @@
<html>
<head>
<title>Docs for page pdfstruct.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: pdfstruct.inc</h1>
Source Location: /lib/pdfstruct.inc<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Functions to manage the PDF structures.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Dürgner</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../LDAP/_lib---ldap.inc.html">"ldap.inc"</a>) [line 34]<br />
LDAP object<br /><br />include_once(<a href="../configuration/_lib---config.inc.html">"config.inc"</a>) [line 31]<br />
LAM configuration<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functiondeletePDFStructureDefinition"></a>
<h3>deletePDFStructureDefinition <span class="smalllinenumber">[line 158]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean deletePDFStructureDefinition(
string $scope, string $definition)</code>
</td></tr></table>
</td></tr></table><br />
Deletes XML file with PDF structure definitions.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>True if file was deleted or false if a problem occured.</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$scope</b>&nbsp;&nbsp;</td>
<td>account type</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$definition</b>&nbsp;&nbsp;</td>
<td>Name of definition to delete</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongetAvailableLogos"></a>
<h3>getAvailableLogos <span class="smalllinenumber">[line 176]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getAvailableLogos(
)</code>
</td></tr></table>
</td></tr></table><br />
This function returns an array with all aviliable logo images.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of logo files</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongetPDFStructureDefinitions"></a>
<h3>getPDFStructureDefinitions <span class="smalllinenumber">[line 47]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getPDFStructureDefinitions(
[string $scope = &amp;quot;user&amp;quot;])</code>
</td></tr></table>
</td></tr></table><br />
This function will return all available PDF structure definitions for the submitted account scope.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>All available PDF structure definitions for the submitted account scope. Each entry is a string being the filename that may be passed to the createModulePDF() function as second argument.</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$scope</b>&nbsp;&nbsp;</td>
<td>The account scope the PDF structure definitions should be returned.</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionloadPDFStructureDefinitions"></a>
<h3>loadPDFStructureDefinitions <span class="smalllinenumber">[line 72]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array loadPDFStructureDefinitions(
[string $scope = &#039;user&#039;], [string $pdf_structure = &#039;default&#039;])</code>
</td></tr></table>
</td></tr></table><br />
This function is used to get pdf structure from xml file.<br /><br /><p>Used in createModulePDF.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>PDF structure</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$scope</b>&nbsp;&nbsp;</td>
<td>The account scope for wich the PDF structure should be returned.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$pdf_structure</b>&nbsp;&nbsp;</td>
<td>Structure name of selected scope wich should be returned.</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionsavePDFStructureDefinitions"></a>
<h3>savePDFStructureDefinitions <span class="smalllinenumber">[line 100]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string savePDFStructureDefinitions(
string $scope, string $definition)</code>
</td></tr></table>
</td></tr></table><br />
Saves PDF structure definitions to XML file in format: &lt;name&gt;.&lt;scope&gt;.xml<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>&quot;no perms&quot; if access denied or &quot;ok&quot;.</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$scope</b>&nbsp;&nbsp;</td>
<td>account type</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$definition</b>&nbsp;&nbsp;</td>
<td>Name of definition</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:44 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,148 @@
<html>
<head>
<title>Docs for page ufpdf.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: ufpdf.php</h1>
Source Location: /lib/ufpdf.php<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../PDF/UFPDF.html">UFPDF</a></dt>
<dd>Main UFPDF class for creating Unicode PDF documents</dd>
</div><br /><br />
<h2>Page Details:</h2>
This file includes UFPDF which adds Unicode support to FPDF.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Steven Wittens</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Andrea Rossato</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../PDF/_lib---fpdf.php.html">'fpdf.php'</a>) [line 29]<br />
</div>
<br /><br />
<br /><br />
<hr />
<a name="defineUFPDF_VERSION"></a>
<h3>UFPDF_VERSION <span class="smalllinenumber">[line 27]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>UFPDF_VERSION = '0.1'</code>
</td></tr></table>
</td></tr></table>
*****************************************************************************<br /><br /><p>Software: UFPDF, Unicode Free PDF generator * Version: 0.1 * based on FPDF 1.52 by Olivier PLATHEY * Date: 2004-09-01 * Author: Steven Wittens &lt;steven@acko.net&gt; * License: GPL * * UFPDF is a modification of FPDF to support Unicode through UTF-8. * * This file includes modifications from Andrea Rossato which fix line breaking * in Write()/MultiCell(). * * *****************************************************************************</p><br /> <br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:01 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,128 @@
<html>
<head>
<title>Docs for page xml_parser.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: xml_parser.inc</h1>
Source Location: /lib/xml_parser.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../PDF/xmlParser.html">xmlParser</a></dt>
<dd></dd>
</div><br /><br />
<h2>Page Details:</h2>
LDAP Account Manager xmlParser class<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,128 @@
<html>
<head>
<title>Docs for page pdfdelete.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: pdfdelete.php</h1>
Source Location: /templates/pdfedit/pdfdelete.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Manages deletion of pdf structures.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once("../../lib/security.inc") [line 33]<br />
security functions<br /><br />include_once('../../lib/pdfstruct.inc') [line 35]<br />
helper functions for pdf<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:44 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,131 @@
<html>
<head>
<title>Docs for page pdfmain.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: pdfmain.php</h1>
Source Location: /templates/pdfedit/pdfmain.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This is the main window of the pdf structure editor.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael D<>rgner</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once("../../lib/security.inc") [line 32]<br />
security functions<br /><br />include_once("../../lib/pdfstruct.inc") [line 34]<br />
access to PDF configuration files<br /><br />include_once("../../lib/ldap.inc") [line 36]<br />
LDAP object<br /><br />include_once("../../lib/config.inc") [line 38]<br />
for language settings<br /><br />include_once("../../lib/modules.inc") [line 40]<br />
module functions<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:44 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,135 @@
<html>
<head>
<title>Docs for page pdfpage.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: pdfpage.php</h1>
Source Location: /templates/pdfedit/pdfpage.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Displays the main page of the PDF editor where the user can select the displayed entries.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/pdfstruct.inc') [line 38]<br />
access to PDF configuration files<br /><br />include_once("../../lib/security.inc") [line 36]<br />
security functions<br /><br />include_once('../../lib/ldap.inc') [line 40]<br />
LDAP object<br /><br />include_once('../../lib/config.inc') [line 42]<br />
LAM configuration<br /><br />include_once('../../lib/xml_parser.inc') [line 46]<br />
XML functions<br /><br />include_once('../../lib/modules.inc') [line 44]<br />
module functions<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:44 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,215 @@
<html>
<head>
<title>Docs For Class xmlParser</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="../elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="../PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="../PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="../PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="../PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="../PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="../PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="../PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="../PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="../PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="../PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="../PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PDF/FPDF.html">FPDF</a><br />
<a href="../PDF/lamPDF.html">lamPDF</a><br />
<a href="../PDF/UFPDF.html">UFPDF</a><br />
<a href="../PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: xmlParser</h1>
Source Location: /lib/xml_parser.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description"></div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Michael Duergner</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../PDF/xmlParser.html#method__construct">__construct</a></li>
<li><a href="../PDF/xmlParser.html#methodparse">parse</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 36]<br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 46]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>xmlParser __construct(
)</code>
</td></tr></table>
</td></tr></table><br />
Constructor<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodparse"></a>
<h3>method parse <span class="smalllinenumber">[line 60]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array parse(
string
$filename)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$filename</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,62 @@
<html>
<head>
<title>Class Trees for Package Help</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">Help</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_Help.html" class="menu">class tree: Help</a> ]
[ <a href="elementindex_Help.html" class="menu">index: Help</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package Help</h1>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,67 @@
<html>
<head>
<title>Class Trees for Package LDAP</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">LDAP</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_LDAP.html" class="menu">class tree: LDAP</a> ]
[ <a href="elementindex_LDAP.html" class="menu">index: LDAP</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package LDAP</h1>
<hr />
<div class="classtree">Root class Ldap</div><br />
<ul>
<li><a href="LDAP/Ldap.html">Ldap</a></li></ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,76 @@
<html>
<head>
<title>Class Trees for Package PDF</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package PDF</h1>
<hr />
<div class="classtree">Root class FPDF</div><br />
<ul>
<li><a href="PDF/FPDF.html">FPDF</a><ul>
<li><a href="PDF/UFPDF.html">UFPDF</a><ul>
<li><a href="PDF/lamPDF.html">lamPDF</a></li></ul></li>
</ul></li>
</ul>
<hr />
<div class="classtree">Root class xmlParser</div><br />
<ul>
<li><a href="PDF/xmlParser.html">xmlParser</a></li></ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,72 @@
<html>
<head>
<title>Class Trees for Package configuration</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package configuration</h1>
<hr />
<div class="classtree">Root class LAMCfgMain</div><br />
<ul>
<li><a href="configuration/LAMCfgMain.html">LAMCfgMain</a></li></ul>
<hr />
<div class="classtree">Root class LAMConfig</div><br />
<ul>
<li><a href="configuration/LAMConfig.html">LAMConfig</a></li></ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,79 @@
<html>
<head>
<title>Class Trees for Package lib</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package lib</h1>
<hr />
<div class="classtree">Root class cache</div><br />
<ul>
<li><a href="lib/cache.html">cache</a></li></ul>
<hr />
<div class="classtree">Root class ObjectClassAttribute</div><br />
<ul>
<li><a href="lib/ObjectClassAttribute.html">ObjectClassAttribute</a></li></ul>
<hr />
<div class="classtree">Root class SchemaItem</div><br />
<ul>
<li><a href="lib/SchemaItem.html">SchemaItem</a><ul>
<li><a href="lib/AttributeType.html">AttributeType</a></li><li><a href="lib/MatchingRule.html">MatchingRule</a></li><li><a href="lib/MatchingRuleUse.html">MatchingRuleUse</a></li><li><a href="lib/ObjectClass.html">ObjectClass</a></li><li><a href="lib/Syntax.html">Syntax</a></li></ul></li>
</ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,81 @@
<html>
<head>
<title>Class Trees for Package lists</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package lists</h1>
<hr />
<div class="classtree">Root class lamList</div><br />
<ul>
<li><a href="lists/lamList.html">lamList</a><ul>
<li><a href="lists/lamGroupList.html">lamGroupList</a></li><li><a href="lists/lamHostList.html">lamHostList</a></li><li><a href="lists/lamMailAliasList.html">lamMailAliasList</a></li><li><a href="lists/lamSmbDomainList.html">lamSmbDomainList</a></li><li><a href="lists/lamUserList.html">lamUserList</a></li></ul></li>
</ul>
<hr />
<div class="classtree">Root class lamListOption</div><br />
<ul>
<li><a href="lists/lamListOption.html">lamListOption</a><ul>
<li><a href="lists/lamBooleanListOption.html">lamBooleanListOption</a></li><li><a href="lists/lamSelectListOption.html">lamSelectListOption</a></li></ul></li>
</ul>
<hr />
<div class="classtree">Root class lamListTool</div><br />
<ul>
<li><a href="lists/lamListTool.html">lamListTool</a></li></ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,62 @@
<html>
<head>
<title>Class Trees for Package main</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">main</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_main.html" class="menu">class tree: main</a> ]
[ <a href="elementindex_main.html" class="menu">index: main</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package main</h1>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,89 @@
<html>
<head>
<title>Class Trees for Package modules</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">modules</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_modules.html" class="menu">class tree: modules</a> ]
[ <a href="elementindex_modules.html" class="menu">index: modules</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package modules</h1>
<hr />
<div class="classtree">Root class accountContainer</div><br />
<ul>
<li><a href="modules/accountContainer.html">accountContainer</a></li></ul>
<hr />
<div class="classtree">Root class baseModule</div><br />
<ul>
<li><a href="modules/baseModule.html">baseModule</a><ul>
<li><a href="modules/account.html">account</a></li><li><a href="modules/ieee802Device.html">ieee802Device</a></li><li><a href="modules/inetLocalMailRecipient.html">inetLocalMailRecipient</a></li><li><a href="modules/inetOrgPerson.html">inetOrgPerson</a></li><li><a href="modules/kolabUser.html">kolabUser</a></li><li><a href="modules/ldapPublicKey.html">ldapPublicKey</a></li><li><a href="modules/nisMailAlias.html">nisMailAlias</a></li><li><a href="modules/posixAccount.html">posixAccount</a></li><li><a href="modules/posixGroup.html">posixGroup</a></li><li><a href="modules/quota.html">quota</a></li><li><a href="modules/sambaAccount.html">sambaAccount</a></li><li><a href="modules/sambaDomain.html">sambaDomain</a></li><li><a href="modules/sambaGroupMapping.html">sambaGroupMapping</a></li><li><a href="modules/sambaSamAccount.html">sambaSamAccount</a></li><li><a href="modules/shadowAccount.html">shadowAccount</a></li></ul></li>
</ul>
<hr />
<div class="classtree">Root class samba3domain</div><br />
<ul>
<li><a href="modules/samba3domain.html">samba3domain</a></li></ul>
<hr />
<div class="classtree">Root class sambaMungedDial</div><br />
<ul>
<li><a href="modules/sambaMungedDial.html">sambaMungedDial</a></li></ul>
<hr />
<div class="classtree">Root class smbHash</div><br />
<ul>
<li><a href="modules/smbHash.html">smbHash</a></li></ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,62 @@
<html>
<head>
<title>Class Trees for Package profiles</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">profiles</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_profiles.html" class="menu">class tree: profiles</a> ]
[ <a href="elementindex_profiles.html" class="menu">index: profiles</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package profiles</h1>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,67 @@
<html>
<head>
<title>Class Trees for Package selfService</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">selfService</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_selfService.html" class="menu">class tree: selfService</a> ]
[ <a href="elementindex_selfService.html" class="menu">index: selfService</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package selfService</h1>
<hr />
<div class="classtree">Root class selfServiceProfile</div><br />
<ul>
<li><a href="selfService/selfServiceProfile.html">selfServiceProfile</a></li></ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,62 @@
<html>
<head>
<title>Class Trees for Package tests</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">tests</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_tests.html" class="menu">class tree: tests</a> ]
[ <a href="elementindex_tests.html" class="menu">index: tests</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package tests</h1>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,81 @@
<html>
<head>
<title>Class Trees for Package tools</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">tools</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_tools.html" class="menu">class tree: tools</a> ]
[ <a href="elementindex_tools.html" class="menu">index: tools</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package tools</h1>
<hr />
<div class="classtree">Root class LAMTool</div><br />
<ul>
<li><a href="tools/LAMTool.html">LAMTool</a></li></ul>
<hr />
<div class="classtree">Root class LdapExportInfo</div><br />
<ul>
<li><a href="tools/LdapExportInfo.html">LdapExportInfo</a></li></ul>
<hr />
<div class="classtree">Root class PlaAbstractExporter</div><br />
<ul>
<li><a href="tools/PlaAbstractExporter.html">PlaAbstractExporter</a><ul>
<li><a href="tools/PlaExporter.html">PlaExporter</a><ul>
<li><a href="tools/MyCustomExporter.html">MyCustomExporter</a></li><li><a href="tools/PlaCSVExporter.html">PlaCSVExporter</a></li><li><a href="tools/PlaDsmlExporter.html">PlaDsmlExporter</a></li><li><a href="tools/PlaLdifExporter.html">PlaLdifExporter</a></li><li><a href="tools/PlaVcardExporter.html">PlaVcardExporter</a></li></ul></li>
<li><a href="tools/PlaLdapExporter.html">PlaLdapExporter</a></li></ul></li>
</ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,69 @@
<html>
<head>
<title>Class Trees for Package types</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">types</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_types.html" class="menu">class tree: types</a> ]
[ <a href="elementindex_types.html" class="menu">index: types</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class Trees for Package types</h1>
<hr />
<div class="classtree">Root class baseType</div><br />
<ul>
<li><a href="types/baseType.html">baseType</a><ul>
<li><a href="types/group.html">group</a></li><li><a href="types/host.html">host</a></li><li><a href="types/mailAlias.html">mailAlias</a></li><li><a href="types/smbDomain.html">smbDomain</a></li><li><a href="types/user.html">user</a></li></ul></li>
</ul>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,402 @@
<html>
<head>
<title>Docs For Class LAMCfgMain</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: LAMCfgMain</h1>
Source Location: /lib/config.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">This class manages config.cfg.</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../configuration/LAMCfgMain.html#var$allowedHosts">$allowedHosts</a></li>
<li><a href="../configuration/LAMCfgMain.html#var$default">$default</a></li>
<li><a href="../configuration/LAMCfgMain.html#var$logDestination">$logDestination</a></li>
<li><a href="../configuration/LAMCfgMain.html#var$logLevel">$logLevel</a></li>
<li><a href="../configuration/LAMCfgMain.html#var$sessionTimeout">$sessionTimeout</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../configuration/LAMCfgMain.html#method__construct">__construct</a></li>
<li><a href="../configuration/LAMCfgMain.html#methodcheckPassword">checkPassword</a></li>
<li><a href="../configuration/LAMCfgMain.html#methodsave">save</a></li>
<li><a href="../configuration/LAMCfgMain.html#methodsetPassword">setPassword</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 882]<br />
This class manages config.cfg.<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$allowedHosts"></a>
<p></p>
<h4>$allowedHosts = <span class="value"></span></h4>
<p>[line 900]</p>
list of hosts which may access LAM<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$default"></a>
<p></p>
<h4>$default = <span class="value"></span></h4>
<p>[line 885]</p>
Default profile<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$logDestination"></a>
<p></p>
<h4>$logDestination = <span class="value"></span></h4>
<p>[line 897]</p>
log destination (&quot;SYSLOG&quot;:syslog, &quot;/...&quot;:file, &quot;NONE&quot;:none)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$logLevel"></a>
<p></p>
<h4>$logLevel = <span class="value"></span></h4>
<p>[line 894]</p>
log level<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$sessionTimeout"></a>
<p></p>
<h4>$sessionTimeout = <span class="value"></span></h4>
<p>[line 891]</p>
Time of inactivity before session times out (minutes)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 909]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>LAMCfgMain __construct(
)</code>
</td></tr></table>
</td></tr></table><br />
Loads preferences from config file<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodcheckPassword"></a>
<h3>method checkPassword <span class="smalllinenumber">[line 1014]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean checkPassword(
String
$password)</code>
</td></tr></table>
</td></tr></table><br />
Checks if the given password matches.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true, if password matches</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$password</b>&nbsp;&nbsp;</td>
<td>password</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsave"></a>
<h3>method save <span class="smalllinenumber">[line 950]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void save(
)</code>
</td></tr></table>
</td></tr></table><br />
Saves preferences to config file config.cfg<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetPassword"></a>
<h3>method setPassword <span class="smalllinenumber">[line 1000]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setPassword(
String
$password)</code>
</td></tr></table>
</td></tr></table><br />
Sets a new config password.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$password</b>&nbsp;&nbsp;</td>
<td>new password</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:22 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,257 @@
<html>
<head>
<title>Docs for page config.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: config.inc</h1>
Source Location: /lib/config.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../configuration/LAMConfig.html">LAMConfig</a></dt>
<dd>This class manages .conf files.</dd>
<dt><a href="../configuration/LAMCfgMain.html">LAMCfgMain</a></dt>
<dd>This class manages config.cfg.</dd>
</div><br /><br />
<h2>Page Details:</h2>
This file includes functions to manage the configuration files.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Thomas Manninger</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../modules/_lib---modules.inc.html">"modules.inc"</a>) [line 36]<br />
Used to get module information.<br /><br />include_once(<a href="../lib/_lib---status.inc.html">"status.inc"</a>) [line 34]<br />
Used to print messages.<br /><br />include_once(<a href="../types/_lib---types.inc.html">"types.inc"</a>) [line 38]<br />
Used to get type information.<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functioncheckChmod"></a>
<h3>checkChmod <span class="smalllinenumber">[line 66]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>true, checkChmod(
$right $right, $target $target, $chmod $chmod)</code>
</td></tr></table>
</td></tr></table><br />
Checks whether a specific flag in the rights string is set.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>if the chmod $right for $target were set</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$right&nbsp;&nbsp;</td>
<td><b>$right</b>&nbsp;&nbsp;</td>
<td>read,write or execute</td>
</tr>
<tr>
<td class="type">$target&nbsp;&nbsp;</td>
<td><b>$target</b>&nbsp;&nbsp;</td>
<td>owner,group or other</td>
</tr>
<tr>
<td class="type">$chmod&nbsp;&nbsp;</td>
<td><b>$chmod</b>&nbsp;&nbsp;</td>
<td>the chmod rights</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongetConfigProfiles"></a>
<h3>getConfigProfiles <span class="smalllinenumber">[line 102]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getConfigProfiles(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns an array of string with all available configuration profiles (without .conf)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>profile names</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionLAMVersion"></a>
<h3>LAMVersion <span class="smalllinenumber">[line 126]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string LAMVersion(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the version number of this LAM installation.<br /><br /><p>Format: &lt;major version&gt;.&lt;minor version&gt;.&lt;patch level&gt; <br /> Major/minor version are always numbers, patch level may contain letters for inofficial releases only (e.g. 0.5.alpha1).</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>version number</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionmetaRefresh"></a>
<h3>metaRefresh <span class="smalllinenumber">[line 144]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void metaRefresh(
string $page)</code>
</td></tr></table>
</td></tr></table><br />
Prints a meta refresh page<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$page</b>&nbsp;&nbsp;</td>
<td>the URL of the target page</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionsetlanguage"></a>
<h3>setlanguage <span class="smalllinenumber">[line 43]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setlanguage(
)</code>
</td></tr></table>
</td></tr></table><br />
Sets language settings for automatic translation<br /><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:22 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,118 @@
<html>
<head>
<title>Docs for page conflogin.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: conflogin.php</h1>
Source Location: /templates/config/conflogin.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Login page to change the preferences.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br />include_once('../../lib/status.inc') [line 36]<br />
Used to print status messages<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:24 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,138 @@
<html>
<head>
<title>Docs for page confmain.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: confmain.php</h1>
Source Location: /templates/config/confmain.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Main page of configuration<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Thomas Manninger</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once("../../lib/config.inc") [line 35]<br />
Access to config functions<br /><br />include_once("../../lib/modules.inc") [line 38]<br />
access to module settings<br /><br />require(<a href="../configuration/_templates---config---conflogin.php.html">'conflogin.php'</a>) [line 72]<br />
go back to login if password is invalid<br /><br />require(<a href="../configuration/_templates---config---conflogin.php.html">'conflogin.php'</a>) [line 54]<br />
go back to login if password is empty<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functionsaveSettings"></a>
<h3>saveSettings <span class="smalllinenumber">[line 481]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void saveSettings(
)</code>
</td></tr></table>
</td></tr></table><br />
Saves the entered settings.<br /><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:24 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,156 @@
<html>
<head>
<title>Docs for page confmodules.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: confmodules.php</h1>
Source Location: /templates/config/confmodules.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
confmodules lets the user select the account modules<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br />include_once('../../lib/modules.inc') [line 36]<br />
Access to module lists<br /><br />require(<a href="../configuration/_templates---config---conflogin.php.html">'conflogin.php'</a>) [line 49]<br />
go back to login if password is invalid<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functionconfig_showAccountModules"></a>
<h3>config_showAccountModules <span class="smalllinenumber">[line 139]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean config_showAccountModules(
string $scope, string $title)</code>
</td></tr></table>
</td></tr></table><br />
Displays the module selection boxes and checks if dependencies are fulfilled.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true if all dependencies are ok</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$scope</b>&nbsp;&nbsp;</td>
<td>account type</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$title</b>&nbsp;&nbsp;</td>
<td>title for module selection (e.g. &quot;User modules&quot;)</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:24 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,119 @@
<html>
<head>
<title>Docs for page conftypes.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: conftypes.php</h1>
Source Location: /templates/config/conftypes.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Here the user can select the account types.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br />include_once('../../lib/types.inc') [line 36]<br />
Access to account types<br /><br />require(<a href="../configuration/_templates---config---conflogin.php.html">'conflogin.php'</a>) [line 48]<br />
go back to login if password is invalid<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:24 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,117 @@
<html>
<head>
<title>Docs for page index.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: index.php</h1>
Source Location: /templates/config/index.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Displays links to all configuration pages.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:33 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,118 @@
<html>
<head>
<title>Docs for page mainlogin.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: mainlogin.php</h1>
Source Location: /templates/config/mainlogin.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Login page to change the main preferences.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br />include_once('../../lib/status.inc') [line 36]<br />
Used to print status messages<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:41 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,119 @@
<html>
<head>
<title>Docs for page mainmanage.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: mainmanage.php</h1>
Source Location: /templates/config/mainmanage.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Manages the main configuration options.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br />include_once('../../lib/status.inc') [line 36]<br />
Used to print status messages<br /><br />require(<a href="../configuration/_templates---config---mainlogin.php.html">'mainlogin.php'</a>) [line 48]<br />
</div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:41 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,118 @@
<html>
<head>
<title>Docs for page profmanage.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="../elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="../configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="../configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="../configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="../configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="../configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="../configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="../configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="../configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="../configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: profmanage.php</h1>
Source Location: /templates/config/profmanage.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
Configuration profile management.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once('../../lib/config.inc') [line 34]<br />
Access to config functions<br /><br />include_once('../../lib/status.inc') [line 36]<br />
Used to print status messages<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:47 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,111 @@
<html>
<head>
<title>Package Help Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">Help</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_Help.html" class="menu">class tree: Help</a> ]
[ <a href="elementindex_Help.html" class="menu">index: Help</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="Help/_help---help.inc.html"> help.inc
</a><br>
<a href="Help/_templates---help.php.html"> help.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package Help</h1>
[ <a href="elementindex_Help.html#d">d</a> ]
[ <a href="elementindex_Help.html#e">e</a> ]
[ <a href="elementindex_Help.html#h">h</a> ]
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>displayHelp</b></dt>
<dd>in file help.php, function <a href="Help/_templates---help.php.html#functiondisplayHelp">displayHelp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Print help site for a specific help number.</dd>
</dl>
</div>
<a href="elementindex_Help.html#top">top</a><br>
<hr />
<a name="e"></a>
<div>
<h2>e</h2>
<dl>
<dt><b>echoHTMLFoot</b></dt>
<dd>in file help.php, function <a href="Help/_templates---help.php.html#functionechoHTMLFoot">echoHTMLFoot()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Print HTML footer of the help page.</dd>
<dt><b>echoHTMLHead</b></dt>
<dd>in file help.php, function <a href="Help/_templates---help.php.html#functionechoHTMLHead">echoHTMLHead()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Print HTML header of the help page.</dd>
</dl>
</div>
<a href="elementindex_Help.html#top">top</a><br>
<hr />
<a name="h"></a>
<div>
<h2>h</h2>
<dl>
<dt><b>help.inc</b></dt>
<dd>procedural page <a href="Help/_help---help.inc.html">help.inc</a></dd>
<dt><b>help.php</b></dt>
<dd>procedural page <a href="Help/_templates---help.php.html">help.php</a></dd>
</dl>
</div>
<a href="elementindex_Help.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,183 @@
<html>
<head>
<title>Package LDAP Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">LDAP</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_LDAP.html" class="menu">class tree: LDAP</a> ]
[ <a href="elementindex_LDAP.html" class="menu">index: LDAP</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="LDAP/_lib---ldap.inc.html"> ldap.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="LDAP/Ldap.html">Ldap</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package LDAP</h1>
[ <a href="elementindex_LDAP.html#c">c</a> ]
[ <a href="elementindex_LDAP.html#d">d</a> ]
[ <a href="elementindex_LDAP.html#e">e</a> ]
[ <a href="elementindex_LDAP.html#h">h</a> ]
[ <a href="elementindex_LDAP.html#l">l</a> ]
[ <a href="elementindex_LDAP.html#n">n</a> ]
[ <a href="elementindex_LDAP.html#s">s</a> ]
[ <a href="elementindex_LDAP.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>__construct</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#method__construct">Ldap::__construct()</a></dd>
<dt><b>__sleep</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#method__sleep">Ldap::__sleep()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Closes connection to LDAP server before serialization</dd>
<dt><b>__wakeup</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#method__wakeup">Ldap::__wakeup()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reconnects to LDAP server when deserialized</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>close</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodclose">Ldap::close()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Closes connection to server</dd>
<dt><b>cmp_array</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodcmp_array">Ldap::cmp_array()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Helper function to sort the unit DNs</dd>
<dt><b>connect</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodconnect">Ldap::connect()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Connects to the server using the given username and password</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>decrypt</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methoddecrypt">Ldap::decrypt()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Decrypts a string</dd>
<dt><b>decrypt_login</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methoddecrypt_login">Ldap::decrypt_login()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Decrypts username and password</dd>
<dt><b>destroy</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methoddestroy">Ldap::destroy()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Closes connection to LDAP server and deletes encrypted username/password</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="e"></a>
<div>
<h2>e</h2>
<dl>
<dt><b>encrypt</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodencrypt">Ldap::encrypt()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encrypts a string</dd>
<dt><b>encrypt_login</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodencrypt_login">Ldap::encrypt_login()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encrypts username and password</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="h"></a>
<div>
<h2>h</h2>
<dl>
<dt><b>hex2bin</b></dt>
<dd>in file ldap.inc, function <a href="LDAP/_lib---ldap.inc.html#functionhex2bin">hex2bin()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Converts a HEX string to a binary value</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>Ldap</b></dt>
<dd>in file ldap.inc, class <a href="LDAP/Ldap.html">Ldap</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Ldap manages connection to LDAP and includes several helper functions.</dd>
<dt><b>ldap.inc</b></dt>
<dd>procedural page <a href="LDAP/_lib---ldap.inc.html">ldap.inc</a></dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="n"></a>
<div>
<h2>n</h2>
<dl>
<dt><b>new_rand</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodnew_rand">Ldap::new_rand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Calculates a new value for rand</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>search_units</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodsearch_units">Ldap::search_units()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array with all organizational units under the given suffix</dd>
<dt><b>server</b></dt>
<dd>in file ldap.inc, method <a href="LDAP/Ldap.html#methodserver">Ldap::server()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the LDAP connection handle</dd>
</dl>
</div>
<a href="elementindex_LDAP.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,697 @@
<html>
<head>
<title>Package PDF Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="PDF/FPDF.html">FPDF</a><br />
<a href="PDF/lamPDF.html">lamPDF</a><br />
<a href="PDF/UFPDF.html">UFPDF</a><br />
<a href="PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package PDF</h1>
[ <a href="elementindex_PDF.html#a">a</a> ]
[ <a href="elementindex_PDF.html#b">b</a> ]
[ <a href="elementindex_PDF.html#c">c</a> ]
[ <a href="elementindex_PDF.html#d">d</a> ]
[ <a href="elementindex_PDF.html#e">e</a> ]
[ <a href="elementindex_PDF.html#f">f</a> ]
[ <a href="elementindex_PDF.html#g">g</a> ]
[ <a href="elementindex_PDF.html#h">h</a> ]
[ <a href="elementindex_PDF.html#i">i</a> ]
[ <a href="elementindex_PDF.html#k">k</a> ]
[ <a href="elementindex_PDF.html#l">l</a> ]
[ <a href="elementindex_PDF.html#m">m</a> ]
[ <a href="elementindex_PDF.html#n">n</a> ]
[ <a href="elementindex_PDF.html#o">o</a> ]
[ <a href="elementindex_PDF.html#p">p</a> ]
[ <a href="elementindex_PDF.html#r">r</a> ]
[ <a href="elementindex_PDF.html#s">s</a> ]
[ <a href="elementindex_PDF.html#t">t</a> ]
[ <a href="elementindex_PDF.html#u">u</a> ]
[ <a href="elementindex_PDF.html#v">v</a> ]
[ <a href="elementindex_PDF.html#w">w</a> ]
[ <a href="elementindex_PDF.html#x">x</a> ]
[ <a href="elementindex_PDF.html#y">y</a> ]
[ <a href="elementindex_PDF.html#z">z</a> ]
[ <a href="elementindex_PDF.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>_beginpage</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_beginpage">FPDF::_beginpage()</a></dd>
<dt><b>_dochecks</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_dochecks">FPDF::_dochecks()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;*****************************************************************************</dd>
<dt><b>_dounderline</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_dounderline">FPDF::_dounderline()</a></dd>
<dt><b>_dounderline</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#method_dounderline">UFPDF::_dounderline()</a></dd>
<dt><b>_enddoc</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_enddoc">FPDF::_enddoc()</a></dd>
<dt><b>_endpage</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_endpage">FPDF::_endpage()</a></dd>
<dt><b>_escape</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_escape">FPDF::_escape()</a></dd>
<dt><b>_escapetext</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#method_escapetext">UFPDF::_escapetext()</a></dd>
<dt><b>_freadint</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_freadint">FPDF::_freadint()</a></dd>
<dt><b>_getfontpath</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_getfontpath">FPDF::_getfontpath()</a></dd>
<dt><b>_newobj</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_newobj">FPDF::_newobj()</a></dd>
<dt><b>_out</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_out">FPDF::_out()</a></dd>
<dt><b>_parsejpg</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_parsejpg">FPDF::_parsejpg()</a></dd>
<dt><b>_parsepng</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_parsepng">FPDF::_parsepng()</a></dd>
<dt><b>_putcatalog</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putcatalog">FPDF::_putcatalog()</a></dd>
<dt><b>_putfonts</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putfonts">FPDF::_putfonts()</a></dd>
<dt><b>_putheader</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putheader">FPDF::_putheader()</a></dd>
<dt><b>_putimages</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putimages">FPDF::_putimages()</a></dd>
<dt><b>_putinfo</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putinfo">FPDF::_putinfo()</a></dd>
<dt><b>_putinfo</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#method_putinfo">UFPDF::_putinfo()</a></dd>
<dt><b>_putpages</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#method_putpages">UFPDF::_putpages()</a></dd>
<dt><b>_putpages</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putpages">FPDF::_putpages()</a></dd>
<dt><b>_putresourcedict</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putresourcedict">FPDF::_putresourcedict()</a></dd>
<dt><b>_putresources</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putresources">FPDF::_putresources()</a></dd>
<dt><b>_putstream</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putstream">FPDF::_putstream()</a></dd>
<dt><b>_puttrailer</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_puttrailer">FPDF::_puttrailer()</a></dd>
<dt><b>_puttruetypeunicode</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#method_puttruetypeunicode">UFPDF::_puttruetypeunicode()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;*****************************************************************************</dd>
<dt><b>_putxobjectdict</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_putxobjectdict">FPDF::_putxobjectdict()</a></dd>
<dt><b>_textstring</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#method_textstring">UFPDF::_textstring()</a></dd>
<dt><b>_textstring</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#method_textstring">FPDF::_textstring()</a></dd>
<dt><b>__construct</b></dt>
<dd>in file xml_parser.inc, method <a href="PDF/xmlParser.html#method__construct">xmlParser::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file lamPDF.inc, method <a href="PDF/lamPDF.html#method__construct">lamPDF::__construct()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="a"></a>
<div>
<h2>a</h2>
<dl>
<dt><b>$AliasNbPages</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$AliasNbPages">FPDF::$AliasNbPages</a></dd>
<dt><b>$author</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$author">FPDF::$author</a></dd>
<dt><b>$AutoPageBreak</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$AutoPageBreak">FPDF::$AutoPageBreak</a></dd>
<dt><b>AcceptPageBreak</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodAcceptPageBreak">FPDF::AcceptPageBreak()</a></dd>
<dt><b>AcceptPageBreak</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodAcceptPageBreak">UFPDF::AcceptPageBreak()</a></dd>
<dt><b>AddFont</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodAddFont">UFPDF::AddFont()</a></dd>
<dt><b>AddFont</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodAddFont">FPDF::AddFont()</a></dd>
<dt><b>AddLink</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodAddLink">FPDF::AddLink()</a></dd>
<dt><b>AddPage</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodAddPage">FPDF::AddPage()</a></dd>
<dt><b>AliasNbPages</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodAliasNbPages">UFPDF::AliasNbPages()</a></dd>
<dt><b>AliasNbPages</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodAliasNbPages">FPDF::AliasNbPages()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="b"></a>
<div>
<h2>b</h2>
<dl>
<dt><b>$bMargin</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$bMargin">FPDF::$bMargin</a></dd>
<dt><b>$buffer</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$buffer">FPDF::$buffer</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>$cMargin</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$cMargin">FPDF::$cMargin</a></dd>
<dt><b>$ColorFlag</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$ColorFlag">FPDF::$ColorFlag</a></dd>
<dt><b>$compress</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$compress">FPDF::$compress</a></dd>
<dt><b>$CoreFonts</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$CoreFonts">FPDF::$CoreFonts</a></dd>
<dt><b>$creator</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$creator">FPDF::$creator</a></dd>
<dt><b>$CurOrientation</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$CurOrientation">FPDF::$CurOrientation</a></dd>
<dt><b>$CurrentFont</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$CurrentFont">FPDF::$CurrentFont</a></dd>
<dt><b>Cell</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodCell">FPDF::Cell()</a></dd>
<dt><b>Cell</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodCell">UFPDF::Cell()</a></dd>
<dt><b>Close</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodClose">FPDF::Close()</a></dd>
<dt><b>code2utf</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodcode2utf">UFPDF::code2utf()</a></dd>
<dt><b>createModulePDF</b></dt>
<dd>in file pdf.inc, function <a href="PDF/_lib---pdf.inc.html#functioncreateModulePDF">createModulePDF()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function creates the PDF output of one or more accounts. At the moment this function can create a PDF page for user, group and host accounts. But this is not limited by the function itself but by the account types that are allowed in LAM and the exsisting PDF structure definitions.</dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>$DefOrientation</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$DefOrientation">FPDF::$DefOrientation</a></dd>
<dt><b>$diffs</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$diffs">FPDF::$diffs</a></dd>
<dt><b>$DrawColor</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$DrawColor">FPDF::$DrawColor</a></dd>
<dt><b>deletePDFStructureDefinition</b></dt>
<dd>in file pdfstruct.inc, function <a href="PDF/_lib---pdfstruct.inc.html#functiondeletePDFStructureDefinition">deletePDFStructureDefinition()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Deletes XML file with PDF structure definitions.</dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="e"></a>
<div>
<h2>e</h2>
<dl>
<dt><b>Error</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodError">FPDF::Error()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="f"></a>
<div>
<h2>f</h2>
<dl>
<dt><b>$fh</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$fh">FPDF::$fh</a></dd>
<dt><b>$fhPt</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$fhPt">FPDF::$fhPt</a></dd>
<dt><b>$FillColor</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$FillColor">FPDF::$FillColor</a></dd>
<dt><b>$FontFamily</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$FontFamily">FPDF::$FontFamily</a></dd>
<dt><b>$FontFiles</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$FontFiles">FPDF::$FontFiles</a></dd>
<dt><b>$fonts</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$fonts">FPDF::$fonts</a></dd>
<dt><b>$FontSize</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$FontSize">FPDF::$FontSize</a></dd>
<dt><b>$FontSizePt</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$FontSizePt">FPDF::$FontSizePt</a></dd>
<dt><b>$FontStyle</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$FontStyle">FPDF::$FontStyle</a></dd>
<dt><b>$fw</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$fw">FPDF::$fw</a></dd>
<dt><b>$fwPt</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$fwPt">FPDF::$fwPt</a></dd>
<dt><b>Footer</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodFooter">FPDF::Footer()</a></dd>
<dt><b>footer</b></dt>
<dd>in file lamPDF.inc, method <a href="PDF/lamPDF.html#methodfooter">lamPDF::footer()</a></dd>
<dt><b>FPDF</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodFPDF">FPDF::FPDF()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;*****************************************************************************</dd>
<dt><b>FPDF</b></dt>
<dd>in file fpdf.php, class <a href="PDF/FPDF.html">FPDF</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Main FPDF class for creating PDF documents</dd>
<dt><b>FPDF_VERSION</b></dt>
<dd>in file fpdf.php, constant <a href="PDF/_lib---fpdf.php.html#defineFPDF_VERSION">FPDF_VERSION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;*****************************************************************************</dd>
<dt><b>fpdf.php</b></dt>
<dd>procedural page <a href="PDF/_lib---fpdf.php.html">fpdf.php</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getAvailableLogos</b></dt>
<dd>in file pdfstruct.inc, function <a href="PDF/_lib---pdfstruct.inc.html#functiongetAvailableLogos">getAvailableLogos()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function returns an array with all aviliable logo images.</dd>
<dt><b>getPDFStructureDefinitions</b></dt>
<dd>in file pdfstruct.inc, function <a href="PDF/_lib---pdfstruct.inc.html#functiongetPDFStructureDefinitions">getPDFStructureDefinitions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function will return all available PDF structure definitions for the submitted account scope.</dd>
<dt><b>getSectionHeadline</b></dt>
<dd>in file pdf.inc, function <a href="PDF/_lib---pdf.inc.html#functiongetSectionHeadline">getSectionHeadline()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a section headline.</dd>
<dt><b>GetStringWidth</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodGetStringWidth">UFPDF::GetStringWidth()</a></dd>
<dt><b>GetStringWidth</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodGetStringWidth">FPDF::GetStringWidth()</a></dd>
<dt><b>GetX</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodGetX">FPDF::GetX()</a></dd>
<dt><b>GetY</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodGetY">FPDF::GetY()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="h"></a>
<div>
<h2>h</h2>
<dl>
<dt><b>$h</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$h">FPDF::$h</a></dd>
<dt><b>$hPt</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$hPt">FPDF::$hPt</a></dd>
<dt><b>header</b></dt>
<dd>in file lamPDF.inc, method <a href="PDF/lamPDF.html#methodheader">lamPDF::header()</a></dd>
<dt><b>Header</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodHeader">FPDF::Header()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>$images</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$images">FPDF::$images</a></dd>
<dt><b>$InFooter</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$InFooter">FPDF::$InFooter</a></dd>
<dt><b>Image</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodImage">FPDF::Image()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="k"></a>
<div>
<h2>k</h2>
<dl>
<dt><b>$k</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$k">FPDF::$k</a></dd>
<dt><b>$keywords</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$keywords">FPDF::$keywords</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>$lasth</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$lasth">FPDF::$lasth</a></dd>
<dt><b>$LayoutMode</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$LayoutMode">FPDF::$LayoutMode</a></dd>
<dt><b>$LineWidth</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$LineWidth">FPDF::$LineWidth</a></dd>
<dt><b>$links</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$links">FPDF::$links</a></dd>
<dt><b>$lMargin</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$lMargin">FPDF::$lMargin</a></dd>
<dt><b>lamPDF</b></dt>
<dd>in file lamPDF.inc, class <a href="PDF/lamPDF.html">lamPDF</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a LAM information page in PDF format.</dd>
<dt><b>LAMPDF_LINEWIDTH</b></dt>
<dd>in file pdf.inc, constant <a href="PDF/_lib---pdf.inc.html#defineLAMPDF_LINEWIDTH">LAMPDF_LINEWIDTH</a><br>&nbsp;&nbsp;&nbsp;&nbsp;PDF line width</dd>
<dt><b>lamPDF.inc</b></dt>
<dd>procedural page <a href="PDF/_lib---lamPDF.inc.html">lamPDF.inc</a></dd>
<dt><b>Line</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodLine">FPDF::Line()</a></dd>
<dt><b>Link</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodLink">FPDF::Link()</a></dd>
<dt><b>Ln</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodLn">FPDF::Ln()</a></dd>
<dt><b>loadPDFStructureDefinitions</b></dt>
<dd>in file pdfstruct.inc, function <a href="PDF/_lib---pdfstruct.inc.html#functionloadPDFStructureDefinitions">loadPDFStructureDefinitions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function is used to get pdf structure from xml file.</dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>MultiCell</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodMultiCell">UFPDF::MultiCell()</a></dd>
<dt><b>MultiCell</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodMultiCell">FPDF::MultiCell()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="n"></a>
<div>
<h2>n</h2>
<dl>
<dt><b>$n</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$n">FPDF::$n</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="o"></a>
<div>
<h2>o</h2>
<dl>
<dt><b>$offsets</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$offsets">FPDF::$offsets</a></dd>
<dt><b>$OrientationChanges</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$OrientationChanges">FPDF::$OrientationChanges</a></dd>
<dt><b>Open</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodOpen">FPDF::Open()</a></dd>
<dt><b>Output</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodOutput">FPDF::Output()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>$page</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$page">FPDF::$page</a></dd>
<dt><b>$PageBreakTrigger</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$PageBreakTrigger">FPDF::$PageBreakTrigger</a></dd>
<dt><b>$PageLinks</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$PageLinks">FPDF::$PageLinks</a></dd>
<dt><b>$pages</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$pages">FPDF::$pages</a></dd>
<dt><b>$PDFVersion</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$PDFVersion">FPDF::$PDFVersion</a></dd>
<dt><b>pdf.inc</b></dt>
<dd>procedural page <a href="PDF/_lib---pdf.inc.html">pdf.inc</a></dd>
<dt><b>pdfstruct.inc</b></dt>
<dd>procedural page <a href="PDF/_lib---pdfstruct.inc.html">pdfstruct.inc</a></dd>
<dt><b>PageNo</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodPageNo">FPDF::PageNo()</a></dd>
<dt><b>parse</b></dt>
<dd>in file xml_parser.inc, method <a href="PDF/xmlParser.html#methodparse">xmlParser::parse()</a></dd>
<dt><b>processAttributes</b></dt>
<dd>in file pdf.inc, function <a href="PDF/_lib---pdf.inc.html#functionprocessAttributes">processAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Processes width, height and alignment attributes.</dd>
<dt><b>processFormatTags</b></dt>
<dd>in file pdf.inc, function <a href="PDF/_lib---pdf.inc.html#functionprocessFormatTags">processFormatTags()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Formats the XML code.</dd>
<dt><b>processLine</b></dt>
<dd>in file pdf.inc, function <a href="PDF/_lib---pdf.inc.html#functionprocessLine">processLine()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates the XML code for an PDF entry.</dd>
<dt><b>pdfdelete.php</b></dt>
<dd>procedural page <a href="PDF/_templates---pdfedit---pdfdelete.php.html">pdfdelete.php</a></dd>
<dt><b>pdfmain.php</b></dt>
<dd>procedural page <a href="PDF/_templates---pdfedit---pdfmain.php.html">pdfmain.php</a></dd>
<dt><b>pdfpage.php</b></dt>
<dd>procedural page <a href="PDF/_templates---pdfedit---pdfpage.php.html">pdfpage.php</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="r"></a>
<div>
<h2>r</h2>
<dl>
<dt><b>$rMargin</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$rMargin">FPDF::$rMargin</a></dd>
<dt><b>Rect</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodRect">FPDF::Rect()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>$state</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$state">FPDF::$state</a></dd>
<dt><b>$subject</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$subject">FPDF::$subject</a></dd>
<dt><b>savePDFStructureDefinitions</b></dt>
<dd>in file pdfstruct.inc, function <a href="PDF/_lib---pdfstruct.inc.html#functionsavePDFStructureDefinitions">savePDFStructureDefinitions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Saves PDF structure definitions to XML file in format: &lt;name&gt;.&lt;scope&gt;.xml</dd>
<dt><b>SetAuthor</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetAuthor">FPDF::SetAuthor()</a></dd>
<dt><b>SetAutoPageBreak</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetAutoPageBreak">FPDF::SetAutoPageBreak()</a></dd>
<dt><b>SetCompression</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetCompression">FPDF::SetCompression()</a></dd>
<dt><b>SetCreator</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetCreator">FPDF::SetCreator()</a></dd>
<dt><b>SetDisplayMode</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetDisplayMode">FPDF::SetDisplayMode()</a></dd>
<dt><b>SetDrawColor</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetDrawColor">FPDF::SetDrawColor()</a></dd>
<dt><b>SetFillColor</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetFillColor">FPDF::SetFillColor()</a></dd>
<dt><b>SetFont</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetFont">FPDF::SetFont()</a></dd>
<dt><b>SetFontSize</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetFontSize">FPDF::SetFontSize()</a></dd>
<dt><b>SetKeywords</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetKeywords">FPDF::SetKeywords()</a></dd>
<dt><b>SetLeftMargin</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetLeftMargin">FPDF::SetLeftMargin()</a></dd>
<dt><b>SetLineWidth</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetLineWidth">FPDF::SetLineWidth()</a></dd>
<dt><b>SetLink</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetLink">FPDF::SetLink()</a></dd>
<dt><b>SetMargins</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetMargins">FPDF::SetMargins()</a></dd>
<dt><b>SetRightMargin</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetRightMargin">FPDF::SetRightMargin()</a></dd>
<dt><b>SetSubject</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetSubject">FPDF::SetSubject()</a></dd>
<dt><b>SetTextColor</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetTextColor">FPDF::SetTextColor()</a></dd>
<dt><b>SetTitle</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetTitle">FPDF::SetTitle()</a></dd>
<dt><b>SetTopMargin</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetTopMargin">FPDF::SetTopMargin()</a></dd>
<dt><b>SetX</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetX">FPDF::SetX()</a></dd>
<dt><b>SetXY</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetXY">FPDF::SetXY()</a></dd>
<dt><b>SetY</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodSetY">FPDF::SetY()</a></dd>
<dt><b>strlen</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodstrlen">UFPDF::strlen()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="t"></a>
<div>
<h2>t</h2>
<dl>
<dt><b>$TextColor</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$TextColor">FPDF::$TextColor</a></dd>
<dt><b>$title</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$title">FPDF::$title</a></dd>
<dt><b>$tMargin</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$tMargin">FPDF::$tMargin</a></dd>
<dt><b>Text</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodText">UFPDF::Text()</a></dd>
<dt><b>Text</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodText">FPDF::Text()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="u"></a>
<div>
<h2>u</h2>
<dl>
<dt><b>$underline</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$underline">FPDF::$underline</a></dd>
<dt><b>ufpdf.php</b></dt>
<dd>procedural page <a href="PDF/_lib---ufpdf.php.html">ufpdf.php</a></dd>
<dt><b>UFPDF</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodUFPDF">UFPDF::UFPDF()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;*****************************************************************************</dd>
<dt><b>UFPDF</b></dt>
<dd>in file ufpdf.php, class <a href="PDF/UFPDF.html">UFPDF</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Main UFPDF class for creating Unicode PDF documents</dd>
<dt><b>UFPDF_VERSION</b></dt>
<dd>in file ufpdf.php, constant <a href="PDF/_lib---ufpdf.php.html#defineUFPDF_VERSION">UFPDF_VERSION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;*****************************************************************************</dd>
<dt><b>utf8_substr</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodutf8_substr">UFPDF::utf8_substr()</a></dd>
<dt><b>utf8_to_codepoints</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodutf8_to_codepoints">UFPDF::utf8_to_codepoints()</a></dd>
<dt><b>utf8_to_utf16be</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodutf8_to_utf16be">UFPDF::utf8_to_utf16be()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="v"></a>
<div>
<h2>v</h2>
<dl>
<dt><b>vera.php</b></dt>
<dd>procedural page <a href="PDF/_lib---font---vera.php.html">vera.php</a></dd>
<dt><b>verab.php</b></dt>
<dd>procedural page <a href="PDF/_lib---font---verab.php.html">verab.php</a></dd>
<dt><b>verabi.php</b></dt>
<dd>procedural page <a href="PDF/_lib---font---verabi.php.html">verabi.php</a></dd>
<dt><b>verai.php</b></dt>
<dd>procedural page <a href="PDF/_lib---font---verai.php.html">verai.php</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="w"></a>
<div>
<h2>w</h2>
<dl>
<dt><b>$w</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$w">FPDF::$w</a></dd>
<dt><b>$wPt</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$wPt">FPDF::$wPt</a></dd>
<dt><b>$ws</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$ws">FPDF::$ws</a></dd>
<dt><b>Write</b></dt>
<dd>in file ufpdf.php, method <a href="PDF/UFPDF.html#methodWrite">UFPDF::Write()</a></dd>
<dt><b>Write</b></dt>
<dd>in file fpdf.php, method <a href="PDF/FPDF.html#methodWrite">FPDF::Write()</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="x"></a>
<div>
<h2>x</h2>
<dl>
<dt><b>$x</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$x">FPDF::$x</a></dd>
<dt><b>xml_parser.inc</b></dt>
<dd>procedural page <a href="PDF/_lib---xml_parser.inc.html">xml_parser.inc</a></dd>
<dt><b>xmlParser</b></dt>
<dd>in file xml_parser.inc, class <a href="PDF/xmlParser.html">xmlParser</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="y"></a>
<div>
<h2>y</h2>
<dl>
<dt><b>$y</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$y">FPDF::$y</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<hr />
<a name="z"></a>
<div>
<h2>z</h2>
<dl>
<dt><b>$ZoomMode</b></dt>
<dd>in file fpdf.php, variable <a href="PDF/FPDF.html#var$ZoomMode">FPDF::$ZoomMode</a></dd>
</dl>
</div>
<a href="elementindex_PDF.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,316 @@
<html>
<head>
<title>Package configuration Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package configuration</h1>
[ <a href="elementindex_configuration.html#a">a</a> ]
[ <a href="elementindex_configuration.html#c">c</a> ]
[ <a href="elementindex_configuration.html#d">d</a> ]
[ <a href="elementindex_configuration.html#g">g</a> ]
[ <a href="elementindex_configuration.html#i">i</a> ]
[ <a href="elementindex_configuration.html#l">l</a> ]
[ <a href="elementindex_configuration.html#m">m</a> ]
[ <a href="elementindex_configuration.html#p">p</a> ]
[ <a href="elementindex_configuration.html#s">s</a> ]
[ <a href="elementindex_configuration.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>__construct</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#method__construct">LAMConfig::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Loads preferences from config file</dd>
<dt><b>__construct</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMCfgMain.html#method__construct">LAMCfgMain::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Loads preferences from config file</dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="a"></a>
<div>
<h2>a</h2>
<dl>
<dt><b>$allowedHosts</b></dt>
<dd>in file config.inc, variable <a href="configuration/LAMCfgMain.html#var$allowedHosts">LAMCfgMain::$allowedHosts</a><br>&nbsp;&nbsp;&nbsp;&nbsp;list of hosts which may access LAM</dd>
<dt><b>ACCESS_ALL</b></dt>
<dd>in file config.inc, class constant <a href="configuration/LAMConfig.html#constACCESS_ALL">LAMConfig::ACCESS_ALL</a></dd>
<dt><b>ACCESS_PASSWORD_CHANGE</b></dt>
<dd>in file config.inc, class constant <a href="configuration/LAMConfig.html#constACCESS_PASSWORD_CHANGE">LAMConfig::ACCESS_PASSWORD_CHANGE</a></dd>
<dt><b>ACCESS_READ_ONLY</b></dt>
<dd>in file config.inc, class constant <a href="configuration/LAMConfig.html#constACCESS_READ_ONLY">LAMConfig::ACCESS_READ_ONLY</a></dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>checkChmod</b></dt>
<dd>in file config.inc, function <a href="configuration/_lib---config.inc.html#functioncheckChmod">checkChmod()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks whether a specific flag in the rights string is set.</dd>
<dt><b>checkPassword</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMCfgMain.html#methodcheckPassword">LAMCfgMain::checkPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if the given password matches.</dd>
<dt><b>check_Passwd</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodcheck_Passwd">LAMConfig::check_Passwd()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if the given password matches.</dd>
<dt><b>config_showAccountModules</b></dt>
<dd>in file confmodules.php, function <a href="configuration/_templates---config---confmodules.php.html#functionconfig_showAccountModules">config_showAccountModules()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Displays the module selection boxes and checks if dependencies are fulfilled.</dd>
<dt><b>config.inc</b></dt>
<dd>procedural page <a href="configuration/_lib---config.inc.html">config.inc</a></dd>
<dt><b>conflogin.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---conflogin.php.html">conflogin.php</a></dd>
<dt><b>confmain.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---confmain.php.html">confmain.php</a></dd>
<dt><b>confmodules.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---confmodules.php.html">confmodules.php</a></dd>
<dt><b>conftypes.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---conftypes.php.html">conftypes.php</a></dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>$default</b></dt>
<dd>in file config.inc, variable <a href="configuration/LAMCfgMain.html#var$default">LAMCfgMain::$default</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Default profile</dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getAccessLevel</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodgetAccessLevel">LAMConfig::getAccessLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the access level for this profile.</dd>
<dt><b>getConfigProfiles</b></dt>
<dd>in file config.inc, function <a href="configuration/_lib---config.inc.html#functiongetConfigProfiles">getConfigProfiles()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of string with all available configuration profiles (without .conf)</dd>
<dt><b>getName</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodgetName">LAMConfig::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the name of the config file</dd>
<dt><b>get_AccountModules</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_AccountModules">LAMConfig::get_AccountModules()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of all selected account modules</dd>
<dt><b>get_ActiveTypes</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_ActiveTypes">LAMConfig::get_ActiveTypes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of active account types.</dd>
<dt><b>get_Admins</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_Admins">LAMConfig::get_Admins()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of string with all admin names</dd>
<dt><b>get_Adminstring</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_Adminstring">LAMConfig::get_Adminstring()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns all admin users seperated by semicolons</dd>
<dt><b>get_cacheTimeout</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_cacheTimeout">LAMConfig::get_cacheTimeout()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the LDAP cache timeout in minutes</dd>
<dt><b>get_cacheTimeoutSec</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_cacheTimeoutSec">LAMConfig::get_cacheTimeoutSec()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the LDAP cache timeout in seconds</dd>
<dt><b>get_defaultLanguage</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_defaultLanguage">LAMConfig::get_defaultLanguage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default language string</dd>
<dt><b>get_listAttributes</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_listAttributes">LAMConfig::get_listAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the list of attributes to show in user list</dd>
<dt><b>get_moduleSettings</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_moduleSettings">LAMConfig::get_moduleSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of saved module settings</dd>
<dt><b>get_scriptPath</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_scriptPath">LAMConfig::get_scriptPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the path to the external script</dd>
<dt><b>get_scriptRights</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_scriptRights">LAMConfig::get_scriptRights()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the chmod value for new home directories.</dd>
<dt><b>get_scriptServers</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_scriptServers">LAMConfig::get_scriptServers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the servers of the external script as a Array</dd>
<dt><b>get_ServerURL</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_ServerURL">LAMConfig::get_ServerURL()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the server address as string</dd>
<dt><b>get_Suffix</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_Suffix">LAMConfig::get_Suffix()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the LDAP suffix for the given account type</dd>
<dt><b>get_typeSettings</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodget_typeSettings">LAMConfig::get_typeSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of saved type settings</dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>isWritable</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodisWritable">LAMConfig::isWritable()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns if the file can be written on the filesystem.</dd>
<dt><b>index.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---index.php.html">index.php</a></dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>$logDestination</b></dt>
<dd>in file config.inc, variable <a href="configuration/LAMCfgMain.html#var$logDestination">LAMCfgMain::$logDestination</a><br>&nbsp;&nbsp;&nbsp;&nbsp;log destination (&quot;SYSLOG&quot;:syslog, &quot;/...&quot;:file, &quot;NONE&quot;:none)</dd>
<dt><b>$logLevel</b></dt>
<dd>in file config.inc, variable <a href="configuration/LAMCfgMain.html#var$logLevel">LAMCfgMain::$logLevel</a><br>&nbsp;&nbsp;&nbsp;&nbsp;log level</dd>
<dt><b>LAMCfgMain</b></dt>
<dd>in file config.inc, class <a href="configuration/LAMCfgMain.html">LAMCfgMain</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This class manages config.cfg.</dd>
<dt><b>LAMConfig</b></dt>
<dd>in file config.inc, class <a href="configuration/LAMConfig.html">LAMConfig</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This class manages .conf files.</dd>
<dt><b>LAMVersion</b></dt>
<dd>in file config.inc, function <a href="configuration/_lib---config.inc.html#functionLAMVersion">LAMVersion()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the version number of this LAM installation.</dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>metaRefresh</b></dt>
<dd>in file config.inc, function <a href="configuration/_lib---config.inc.html#functionmetaRefresh">metaRefresh()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints a meta refresh page</dd>
<dt><b>mainlogin.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---mainlogin.php.html">mainlogin.php</a></dd>
<dt><b>mainmanage.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---mainmanage.php.html">mainmanage.php</a></dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>profmanage.php</b></dt>
<dd>procedural page <a href="configuration/_templates---config---profmanage.php.html">profmanage.php</a></dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>$sessionTimeout</b></dt>
<dd>in file config.inc, variable <a href="configuration/LAMCfgMain.html#var$sessionTimeout">LAMCfgMain::$sessionTimeout</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Time of inactivity before session times out (minutes)</dd>
<dt><b>save</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodsave">LAMConfig::save()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Saves preferences to config file</dd>
<dt><b>save</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMCfgMain.html#methodsave">LAMCfgMain::save()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Saves preferences to config file config.cfg</dd>
<dt><b>saveSettings</b></dt>
<dd>in file confmain.php, function <a href="configuration/_templates---config---confmain.php.html#functionsaveSettings">saveSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Saves the entered settings.</dd>
<dt><b>setAccessLevel</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodsetAccessLevel">LAMConfig::setAccessLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the access level for this profile.</dd>
<dt><b>setlanguage</b></dt>
<dd>in file config.inc, function <a href="configuration/_lib---config.inc.html#functionsetlanguage">setlanguage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets language settings for automatic translation</dd>
<dt><b>setPassword</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMCfgMain.html#methodsetPassword">LAMCfgMain::setPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets a new config password.</dd>
<dt><b>set_AccountModules</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_AccountModules">LAMConfig::set_AccountModules()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the selected account modules</dd>
<dt><b>set_ActiveTypes</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_ActiveTypes">LAMConfig::set_ActiveTypes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the list of active types.</dd>
<dt><b>set_Adminstring</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_Adminstring">LAMConfig::set_Adminstring()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the admin string</dd>
<dt><b>set_cacheTimeout</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_cacheTimeout">LAMConfig::set_cacheTimeout()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the LDAP cache timeout in minutes (0,1,2,5,10,15)</dd>
<dt><b>set_defaultLanguage</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_defaultLanguage">LAMConfig::set_defaultLanguage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the default language string</dd>
<dt><b>set_listAttributes</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_listAttributes">LAMConfig::set_listAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the list of attributes to show in user list</dd>
<dt><b>set_moduleSettings</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_moduleSettings">LAMConfig::set_moduleSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the settings for the account modules.</dd>
<dt><b>set_Passwd</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_Passwd">LAMConfig::set_Passwd()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the preferences wizard password</dd>
<dt><b>set_scriptPath</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_scriptPath">LAMConfig::set_scriptPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the path to the external script</dd>
<dt><b>set_scriptRights</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_scriptRights">LAMConfig::set_scriptRights()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the rights for the home directory.</dd>
<dt><b>set_scriptServers</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_scriptServers">LAMConfig::set_scriptServers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the servers of the external script</dd>
<dt><b>set_ServerURL</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_ServerURL">LAMConfig::set_ServerURL()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the server address</dd>
<dt><b>set_Suffix</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_Suffix">LAMConfig::set_Suffix()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the LDAP suffix where accounts are saved</dd>
<dt><b>set_typeSettings</b></dt>
<dd>in file config.inc, method <a href="configuration/LAMConfig.html#methodset_typeSettings">LAMConfig::set_typeSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the settings for the account types.</dd>
</dl>
</div>
<a href="elementindex_configuration.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,561 @@
<html>
<head>
<title>Package lib Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="lib/AttributeType.html">AttributeType</a><br />
<a href="lib/cache.html">cache</a><br />
<a href="lib/MatchingRule.html">MatchingRule</a><br />
<a href="lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="lib/ObjectClass.html">ObjectClass</a><br />
<a href="lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="lib/SchemaItem.html">SchemaItem</a><br />
<a href="lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package lib</h1>
[ <a href="elementindex_lib.html#a">a</a> ]
[ <a href="elementindex_lib.html#c">c</a> ]
[ <a href="elementindex_lib.html#d">d</a> ]
[ <a href="elementindex_lib.html#e">e</a> ]
[ <a href="elementindex_lib.html#f">f</a> ]
[ <a href="elementindex_lib.html#g">g</a> ]
[ <a href="elementindex_lib.html#i">i</a> ]
[ <a href="elementindex_lib.html#l">l</a> ]
[ <a href="elementindex_lib.html#m">m</a> ]
[ <a href="elementindex_lib.html#n">n</a> ]
[ <a href="elementindex_lib.html#o">o</a> ]
[ <a href="elementindex_lib.html#p">p</a> ]
[ <a href="elementindex_lib.html#r">r</a> ]
[ <a href="elementindex_lib.html#s">s</a> ]
[ <a href="elementindex_lib.html#t">t</a> ]
[ <a href="elementindex_lib.html#u">u</a> ]
[ <a href="elementindex_lib.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>_get_raw_schema</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#function_get_raw_schema">_get_raw_schema()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Fetches the raw schema array for the subschemaSubentry of the server. Note, this function has grown many hairs to accomodate more LDAP servers. It is needfully complicated as it now supports many popular LDAP servers that don't necessarily expose their schema &quot;the right way&quot;.</dd>
<dt><b>_get_schema_dn</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#function_get_schema_dn">_get_schema_dn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Helper for _get_raw_schema() which fetches the DN of the schema object</dd>
<dt><b>__construct</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#method__construct">cache::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</dd>
<dt><b>__sleep</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#method__sleep">cache::__sleep()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encrypts LDAP cache before saving to session file.</dd>
<dt><b>__wakeup</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#method__wakeup">cache::__wakeup()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Decrypts LDAP cache after loading from session file.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="a"></a>
<div>
<h2>a</h2>
<dl>
<dt><b>$aliases</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$aliases">AttributeType::$aliases</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An array of alias attribute names, strings</dd>
<dt><b>addAlias</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodaddAlias">AttributeType::addAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds an attribute name to the alias array.</dd>
<dt><b>addChildObjectClass</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodaddChildObjectClass">ObjectClass::addChildObjectClass()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds an objectClass to the list of objectClasses that inherit from this objectClass.</dd>
<dt><b>addMayAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodaddMayAttrs">ObjectClass::addMayAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Behaves identically to addMustAttrs, but it operates on the MAY attributes of this objectClass.</dd>
<dt><b>addMustAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodaddMustAttrs">ObjectClass::addMustAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds the specified array of attributes to this objectClass' list of MUST attributes. The resulting array of must attributes will contain unique members.</dd>
<dt><b>addRequiredByObjectClass</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodaddRequiredByObjectClass">AttributeType::addRequiredByObjectClass()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds an objectClass name to this attribute's list of &quot;required by&quot; objectClasses, that is the list of objectClasses which must have this attribute.</dd>
<dt><b>addUsedByAttr</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodaddUsedByAttr">MatchingRule::addUsedByAttr()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds an attribute name to the list of attributes who use this MatchingRule</dd>
<dt><b>addUsedInObjectClass</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodaddUsedInObjectClass">AttributeType::addUsedInObjectClass()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds an objectClass name to this attribute's list of &quot;used in&quot; objectClasses, that is the list of objectClasses which provide this attribute.</dd>
<dt><b>add_aliases_to_attrs</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionadd_aliases_to_attrs">add_aliases_to_attrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;For each attribute that has multiple names, this function adds unique entries to the attrs array for those names. Ie, attributeType has name 'gn' and 'givenName'.</dd>
<dt><b>add_cache</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodadd_cache">cache::add_cache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function adds attributes to the cache.</dd>
<dt><b>add_sup_to_attrs</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionadd_sup_to_attrs">add_sup_to_attrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Adds inherited values to each attributeType specified by the SUP directive.</dd>
<dt><b>array_delete</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionarray_delete">array_delete()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function will return all values from $array without values of $values.</dd>
<dt><b>AttributeType</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodAttributeType">AttributeType::AttributeType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new AttributeType objcet from a raw LDAP AttributeType string.</dd>
<dt><b>AttributeType</b></dt>
<dd>in file schema.inc, class <a href="lib/AttributeType.html">AttributeType</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents an LDAP AttributeType</dd>
<dt><b>account.inc</b></dt>
<dd>procedural page <a href="lib/_lib---account.inc.html">account.inc</a></dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>$children_objectclasses</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$children_objectclasses">ObjectClass::$children_objectclasses</a><br>&nbsp;&nbsp;&nbsp;&nbsp;array of objectClasses which inherit from this one (must be set at runtime explicitly by the caller)</dd>
<dt><b>cache</b></dt>
<dd>in file cache.inc, class <a href="lib/cache.html">cache</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This class contains all functions which are needed to manage the LDAP cache.</dd>
<dt><b>cached_schema_available</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functioncached_schema_available">cached_schema_available()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the schema for $schema_type has been cached and</dd>
<dt><b>checkClientIP</b></dt>
<dd>in file security.inc, function <a href="lib/_lib---security.inc.html#functioncheckClientIP">checkClientIP()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if the client's IP address is on the list of allowed IPs.</dd>
<dt><b>checkIfPasswordChangeIsAllowed</b></dt>
<dd>in file security.inc, function <a href="lib/_lib---security.inc.html#functioncheckIfPasswordChangeIsAllowed">checkIfPasswordChangeIsAllowed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if passwords may be changed.</dd>
<dt><b>checkIfWriteAccessIsAllowed</b></dt>
<dd>in file security.inc, function <a href="lib/_lib---security.inc.html#functioncheckIfWriteAccessIsAllowed">checkIfWriteAccessIsAllowed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if write access to LDAP is allowed.</dd>
<dt><b>cmp_domain</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functioncmp_domain">cmp_domain()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Helper function to sort the domains</dd>
<dt><b>cache.inc</b></dt>
<dd>procedural page <a href="lib/_lib---cache.inc.html">cache.inc</a></dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>$description</b></dt>
<dd>in file schema.inc, variable <a href="lib/SchemaItem.html#var$description">SchemaItem::$description</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The description of this schema item.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="e"></a>
<div>
<h2>e</h2>
<dl>
<dt><b>$equality</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$equality">AttributeType::$equality</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The equality rule used</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="f"></a>
<div>
<h2>f</h2>
<dl>
<dt><b>findgroups</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodfindgroups">cache::findgroups()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function returns an array with all group names which were found in the LDAP directory.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>generateRandomPassword</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functiongenerateRandomPassword">generateRandomPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates a random password with 12 digits.</dd>
<dt><b>getAliases</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetAliases">AttributeType::getAliases()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the names of attributes that are an alias for this attribute (if any).</dd>
<dt><b>getChildObjectClasses</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetChildObjectClasses">ObjectClass::getChildObjectClasses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the array of objectClass names which inherit from this objectClass.</dd>
<dt><b>getdays</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functiongetdays">getdays()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function will return the days from 1.1.1970 until now.</dd>
<dt><b>getDescription</b></dt>
<dd>in file schema.inc, method <a href="lib/SchemaItem.html#methodgetDescription">SchemaItem::getDescription()</a></dd>
<dt><b>getEquality</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetEquality">AttributeType::getEquality()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's equality string</dd>
<dt><b>getgid</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodgetgid">cache::getgid()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function will return the GID number to an existing group name (using the cache).</dd>
<dt><b>getgrnam</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodgetgrnam">cache::getgrnam()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function returns the group name to an existing gidNumber.</dd>
<dt><b>getIsCollective</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetIsCollective">AttributeType::getIsCollective()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether this attribute is collective.</dd>
<dt><b>getIsNoUserModification</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetIsNoUserModification">AttributeType::getIsNoUserModification()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether this attribute is not modifiable by users.</dd>
<dt><b>getIsObsolete</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetIsObsolete">AttributeType::getIsObsolete()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether this attribute has been flagged as obsolete by the LDAP server</dd>
<dt><b>getIsObsolete</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetIsObsolete">ObjectClass::getIsObsolete()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether this objectClass is flagged as obsolete by the LDAP server.</dd>
<dt><b>getIsObsolete</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodgetIsObsolete">MatchingRule::getIsObsolete()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether this MatchingRule is flagged as obsolete by the LDAP server.</dd>
<dt><b>getIsSingleValue</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetIsSingleValue">AttributeType::getIsSingleValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether this attribute is single-valued. If this attribute only supports single values, true is returned. If this attribute supports multiple values, false is returned.</dd>
<dt><b>getMaxLength</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetMaxLength">AttributeType::getMaxLength()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's the maximum length. If no maximum is defined by the LDAP server, null is returned.</dd>
<dt><b>getMayAttrNames</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetMayAttrNames">ObjectClass::getMayAttrNames()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an array of attribute names (strings) that entries of this ObjectClass must define.</dd>
<dt><b>getMayAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetMayAttrs">ObjectClass::getMayAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an array of AttributeType objects that entries of this ObjectClass may define.</dd>
<dt><b>getMustAttrNames</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetMustAttrNames">ObjectClass::getMustAttrNames()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an array of attribute names (strings) that entries of this ObjectClass must define.</dd>
<dt><b>getMustAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetMustAttrs">ObjectClass::getMustAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an array of AttributeType objects that entries of this ObjectClass must define.</dd>
<dt><b>getName</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodgetName">MatchingRule::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this MatchingRule's name.</dd>
<dt><b>getName</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRuleUse.html#methodgetName">MatchingRuleUse::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this MatchingRuleUse's name</dd>
<dt><b>getName</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetName">AttributeType::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's name</dd>
<dt><b>getName</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetName">ObjectClass::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the name of this objectClass (ie, &quot;inetOrgPerson&quot;)</dd>
<dt><b>getName</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClassAttribute.html#methodgetName">ObjectClassAttribute::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's name</dd>
<dt><b>getOID</b></dt>
<dd>in file schema.inc, method <a href="lib/SchemaItem.html#methodgetOID">SchemaItem::getOID()</a></dd>
<dt><b>getOrdering</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetOrdering">AttributeType::getOrdering()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's ordering specification.</dd>
<dt><b>getRequiredByObjectClasses</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetRequiredByObjectClasses">AttributeType::getRequiredByObjectClasses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the list of &quot;required by&quot; objectClasses, that is the list of objectClasses which provide must have attribute.</dd>
<dt><b>getshells</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functiongetshells">getshells()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of shells listed in config/shells.</dd>
<dt><b>getSource</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClassAttribute.html#methodgetSource">ObjectClassAttribute::getSource()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the name of the ObjectClass which originally specified this attribute.</dd>
<dt><b>getSubstr</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetSubstr">AttributeType::getSubstr()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's substring matching specification</dd>
<dt><b>getSupAttribute</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetSupAttribute">AttributeType::getSupAttribute()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's parent attribute (if any). If this attribute does not inherit from another attribute, null is returned.</dd>
<dt><b>getSupClasses</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetSupClasses">ObjectClass::getSupClasses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the objectClass names from which this objectClass inherits.</dd>
<dt><b>getSyntaxOID</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetSyntaxOID">AttributeType::getSyntaxOID()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's syntax OID. Differs from getSyntaxString() in that this function only returns the actual OID with any length specification removed.</dd>
<dt><b>getSyntaxString</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetSyntaxString">AttributeType::getSyntaxString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's raw syntax string (ie: &quot;1.2.3.4{16}&quot;).</dd>
<dt><b>getType</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodgetType">ObjectClass::getType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the type of this objectClass: STRUCTURAL, ABSTRACT, or AUXILIARY.</dd>
<dt><b>getType</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetType">AttributeType::getType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's type</dd>
<dt><b>getUsage</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetUsage">AttributeType::getUsage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets this attribute's usage string as defined by the LDAP server</dd>
<dt><b>getUsedByAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRuleUse.html#methodgetUsedByAttrs">MatchingRuleUse::getUsedByAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an array of attribute names (strings) which use this MatchingRuleUse object.</dd>
<dt><b>getUsedByAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodgetUsedByAttrs">MatchingRule::getUsedByAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an array of attribute names (strings) which use this MatchingRule</dd>
<dt><b>getUsedInObjectClasses</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodgetUsedInObjectClasses">AttributeType::getUsedInObjectClasses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the list of &quot;used in&quot; objectClasses, that is the list of objectClasses which provide this attribute.</dd>
<dt><b>get_cache</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodget_cache">cache::get_cache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Queries the cache for a list of LDAP entries and their attributes.</dd>
<dt><b>get_cached_schema</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_cached_schema">get_cached_schema()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the cached array of schemaitem objects for the specified</dd>
<dt><b>get_preg</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionget_preg">get_preg()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if a given value matches the selected regular expression.</dd>
<dt><b>get_schema_attribute</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_schema_attribute">get_schema_attribute()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets a single AttributeType object specified by name.</dd>
<dt><b>get_schema_attributes</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_schema_attributes">get_schema_attributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an associative array of AttributeType objects for the specified server. Each array entry's key is the name of the attributeType in lower-case and the value is an AttributeType object.</dd>
<dt><b>get_schema_matching_rules</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_schema_matching_rules">get_schema_matching_rules()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of MatchingRule objects for the specified server.</dd>
<dt><b>get_schema_objectclass</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_schema_objectclass">get_schema_objectclass()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets a single ObjectClass object specified by name.</dd>
<dt><b>get_schema_objectclasses</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_schema_objectclasses">get_schema_objectclasses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets an associative array of ObjectClass objects for the specified server. Each array entry's key is the name of the objectClass in lower-case and the value is an ObjectClass object.</dd>
<dt><b>get_schema_syntaxes</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionget_schema_syntaxes">get_schema_syntaxes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of Syntax objects that this LDAP server uses mapped to their descriptions. The key of each entry is the OID of the Syntax.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>$is_collective</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$is_collective">AttributeType::$is_collective</a><br>&nbsp;&nbsp;&nbsp;&nbsp;boolean: is collective?</dd>
<dt><b>$is_no_user_modification</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$is_no_user_modification">AttributeType::$is_no_user_modification</a><br>&nbsp;&nbsp;&nbsp;&nbsp;boolean: can use modify?</dd>
<dt><b>$is_obsolete</b></dt>
<dd>in file schema.inc, variable <a href="lib/MatchingRule.html#var$is_obsolete">MatchingRule::$is_obsolete</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Boolean value indicating whether this MatchingRule is obsolete</dd>
<dt><b>$is_obsolete</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$is_obsolete">ObjectClass::$is_obsolete</a><br>&nbsp;&nbsp;&nbsp;&nbsp;boolean value indicating whether this objectClass is obsolete</dd>
<dt><b>$is_obsolete</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$is_obsolete">AttributeType::$is_obsolete</a><br>&nbsp;&nbsp;&nbsp;&nbsp;string: the description</dd>
<dt><b>$is_single_value</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$is_single_value">AttributeType::$is_single_value</a><br>&nbsp;&nbsp;&nbsp;&nbsp;boolean: is single valued only?</dd>
<dt><b>initVars</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodinitVars">ObjectClass::initVars()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initialize the class' member variables</dd>
<dt><b>initVars</b></dt>
<dd>in file schema.inc, method <a href="lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initialize class members to default values.</dd>
<dt><b>initVars</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodinitVars">AttributeType::initVars()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initialize the class' member variables</dd>
<dt><b>initVars</b></dt>
<dd>in file schema.inc, method <a href="lib/Syntax.html#methodinitVars">Syntax::initVars()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initializes the class' member variables</dd>
<dt><b>initVars</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodinitVars">MatchingRule::initVars()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initialize the class' member variables</dd>
<dt><b>initVars</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRuleUse.html#methodinitVars">MatchingRuleUse::initVars()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initialize the class' member variables</dd>
<dt><b>in_array_ignore_case</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionin_array_ignore_case">in_array_ignore_case()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if a string exists in an array, ignoring case.</dd>
<dt><b>in_cache</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodin_cache">cache::in_cache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function returns the DN if an LDAP entry with $attribute=$value is found.</dd>
<dt><b>isAliasFor</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodisAliasFor">AttributeType::isAliasFor()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the specified attribute is an alias for this one (based on this attribute's alias list).</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>lmPassword</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionlmPassword">lmPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the LM hash of a password.</dd>
<dt><b>logNewMessage</b></dt>
<dd>in file security.inc, function <a href="lib/_lib---security.inc.html#functionlogNewMessage">logNewMessage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Puts a new message in the log file.</dd>
<dt><b>logoffAndBackToLoginPage</b></dt>
<dd>in file security.inc, function <a href="lib/_lib---security.inc.html#functionlogoffAndBackToLoginPage">logoffAndBackToLoginPage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Logs off the user and displays the login page.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>$max_length</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$max_length">AttributeType::$max_length</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The max number of characters this attribute can be</dd>
<dt><b>$may_attrs</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$may_attrs">ObjectClass::$may_attrs</a><br>&nbsp;&nbsp;&nbsp;&nbsp;arrays of attribute names that this objectClass allows, but does not require</dd>
<dt><b>$must_attrs</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$must_attrs">ObjectClass::$must_attrs</a><br>&nbsp;&nbsp;&nbsp;&nbsp;arrays of attribute names that this objectClass requires</dd>
<dt><b>MatchingRule</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodMatchingRule">MatchingRule::MatchingRule()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new MatchingRule object from a raw LDAP MatchingRule string.</dd>
<dt><b>MatchingRule</b></dt>
<dd>in file schema.inc, class <a href="lib/MatchingRule.html">MatchingRule</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents an LDAP MatchingRule</dd>
<dt><b>MatchingRuleUse</b></dt>
<dd>in file schema.inc, class <a href="lib/MatchingRuleUse.html">MatchingRuleUse</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents an LDAP schema matchingRuleUse entry</dd>
<dt><b>MatchingRuleUse</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRuleUse.html#methodMatchingRuleUse">MatchingRuleUse::MatchingRuleUse()</a></dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="n"></a>
<div>
<h2>n</h2>
<dl>
<dt><b>$name</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$name">ObjectClass::$name</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This objectClass' name, ie &quot;inetOrgPerson&quot;</dd>
<dt><b>$name</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClassAttribute.html#var$name">ObjectClassAttribute::$name</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This Attribute's name</dd>
<dt><b>$name</b></dt>
<dd>in file schema.inc, variable <a href="lib/MatchingRuleUse.html#var$name">MatchingRuleUse::$name</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The name of the MathingRule this applies to</dd>
<dt><b>$name</b></dt>
<dd>in file schema.inc, variable <a href="lib/MatchingRule.html#var$name">MatchingRule::$name</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This rule's name</dd>
<dt><b>$name</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$name">AttributeType::$name</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The name of this attributeType</dd>
<dt><b>ntPassword</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionntPassword">ntPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the NT hash of a password.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="o"></a>
<div>
<h2>o</h2>
<dl>
<dt><b>$oid</b></dt>
<dd>in file schema.inc, variable <a href="lib/SchemaItem.html#var$oid">SchemaItem::$oid</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The OID of this schema item.</dd>
<dt><b>$ordering</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$ordering">AttributeType::$ordering</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The ordering of the attributeType</dd>
<dt><b>ObjectClass</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClass.html#methodObjectClass">ObjectClass::ObjectClass()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new ObjectClass object given a raw LDAP objectClass string.</dd>
<dt><b>ObjectClass</b></dt>
<dd>in file schema.inc, class <a href="lib/ObjectClass.html">ObjectClass</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents an LDAP objectClass</dd>
<dt><b>ObjectClassAttribute</b></dt>
<dd>in file schema.inc, method <a href="lib/ObjectClassAttribute.html#methodObjectClassAttribute">ObjectClassAttribute::ObjectClassAttribute()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new ObjectClassAttribute with specified name and source objectClass.</dd>
<dt><b>ObjectClassAttribute</b></dt>
<dd>in file schema.inc, class <a href="lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A simple class for representing AttributeTypes used only by the ObjectClass class.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>pwd_disable</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionpwd_disable">pwd_disable()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Marks an password hash as disabled and returns the new hash string</dd>
<dt><b>pwd_enable</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionpwd_enable">pwd_enable()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Marks an password hash as enabled and returns the new hash string</dd>
<dt><b>pwd_hash</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionpwd_hash">pwd_hash()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the hash value of a plain text password the hash algorithm depends on the configuration file</dd>
<dt><b>pwd_is_enabled</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionpwd_is_enabled">pwd_is_enabled()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if a password hash is enabled/disabled</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="r"></a>
<div>
<h2>r</h2>
<dl>
<dt><b>$required_by_object_classes</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$required_by_object_classes">AttributeType::$required_by_object_classes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A list of object class names that require this attribute type.</dd>
<dt><b>refresh_cache</b></dt>
<dd>in file cache.inc, method <a href="lib/cache.html#methodrefresh_cache">cache::refresh_cache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function refreshes the cache.</dd>
<dt><b>removeAlias</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodremoveAlias">AttributeType::removeAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Removes an attribute name from this attribute's alias array.</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>$source</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClassAttribute.html#var$source">ObjectClassAttribute::$source</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This Attribute's root</dd>
<dt><b>$sub_str</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$sub_str">AttributeType::$sub_str</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Boolean: supports substring matching?</dd>
<dt><b>$sup_attribute</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$sup_attribute">AttributeType::$sup_attribute</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The attribute from which this attribute inherits (if any)</dd>
<dt><b>$sup_classes</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$sup_classes">ObjectClass::$sup_classes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;array of objectClass names from which this objectClass inherits</dd>
<dt><b>$syntax</b></dt>
<dd>in file schema.inc, variable <a href="lib/MatchingRule.html#var$syntax">MatchingRule::$syntax</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This rule's syntax OID</dd>
<dt><b>$syntax</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$syntax">AttributeType::$syntax</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The full syntax string, ie 1.2.3.4{16}</dd>
<dt><b>schema.inc</b></dt>
<dd>procedural page <a href="lib/_lib---schema.inc.html">schema.inc</a></dd>
<dt><b>security.inc</b></dt>
<dd>procedural page <a href="lib/_lib---security.inc.html">security.inc</a></dd>
<dt><b>status.inc</b></dt>
<dd>procedural page <a href="lib/_lib---status.inc.html">status.inc</a></dd>
<dt><b>SchemaItem</b></dt>
<dd>in file schema.inc, class <a href="lib/SchemaItem.html">SchemaItem</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.</dd>
<dt><b>SchemaItem</b></dt>
<dd>in file schema.inc, method <a href="lib/SchemaItem.html#methodSchemaItem">SchemaItem::SchemaItem()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Default constructor.</dd>
<dt><b>SCHEMA_SESSION_CACHE_ENABLED</b></dt>
<dd>in file schema.inc, constant <a href="lib/_lib---schema.inc.html#defineSCHEMA_SESSION_CACHE_ENABLED">SCHEMA_SESSION_CACHE_ENABLED</a><br>&nbsp;&nbsp;&nbsp;&nbsp;To enable/disable session-based schema caching (1: enabled, 0: disabled).</dd>
<dt><b>search_domains</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionsearch_domains">search_domains()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array with all Samba 3 domain entries under the given suffix</dd>
<dt><b>setAliases</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodsetAliases">AttributeType::setAliases()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets this attribute's list of aliases.</dd>
<dt><b>setDescription</b></dt>
<dd>in file schema.inc, method <a href="lib/SchemaItem.html#methodsetDescription">SchemaItem::setDescription()</a></dd>
<dt><b>setIsSingleValue</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodsetIsSingleValue">AttributeType::setIsSingleValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets whether this attribute is single-valued.</dd>
<dt><b>setName</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodsetName">AttributeType::setName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets this attriute's name.</dd>
<dt><b>setOID</b></dt>
<dd>in file schema.inc, method <a href="lib/SchemaItem.html#methodsetOID">SchemaItem::setOID()</a></dd>
<dt><b>setSupAttribute</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodsetSupAttribute">AttributeType::setSupAttribute()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets this attriute's SUP attribute (ie, the attribute from which this attribute inherits).</dd>
<dt><b>setType</b></dt>
<dd>in file schema.inc, method <a href="lib/AttributeType.html#methodsetType">AttributeType::setType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets this attribute's type.</dd>
<dt><b>setUsedByAttrs</b></dt>
<dd>in file schema.inc, method <a href="lib/MatchingRule.html#methodsetUsedByAttrs">MatchingRule::setUsedByAttrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the list of used_by_attrs to the array specified by $attrs;</dd>
<dt><b>set_cached_schema</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionset_cached_schema">set_cached_schema()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Caches the specified $schema_type.</dd>
<dt><b>set_schema_cache_unavailable</b></dt>
<dd>in file schema.inc, function <a href="lib/_lib---schema.inc.html#functionset_schema_cache_unavailable">set_schema_cache_unavailable()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the schema entry for the server_id to be &quot;unavailable&quot; so that we realize that we tried to get the schema but could not, so quit trying next time to fetch it from the server.</dd>
<dt><b>smbflag</b></dt>
<dd>in file account.inc, function <a href="lib/_lib---account.inc.html#functionsmbflag">smbflag()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Takes a list of Samba flags and creates the corresponding flag string.</dd>
<dt><b>startSecureSession</b></dt>
<dd>in file security.inc, function <a href="lib/_lib---security.inc.html#functionstartSecureSession">startSecureSession()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Starts a session and checks the environment.</dd>
<dt><b>StatusMessage</b></dt>
<dd>in file status.inc, function <a href="lib/_lib---status.inc.html#functionStatusMessage">StatusMessage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This function prints a short status message. It can be used to print INFO, WARN and ERROR messages at the moment.</dd>
<dt><b>Syntax</b></dt>
<dd>in file schema.inc, method <a href="lib/Syntax.html#methodSyntax">Syntax::Syntax()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new Syntax object from a raw LDAP syntax string.</dd>
<dt><b>Syntax</b></dt>
<dd>in file schema.inc, class <a href="lib/Syntax.html">Syntax</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents an LDAP Syntax</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="t"></a>
<div>
<h2>t</h2>
<dl>
<dt><b>$type</b></dt>
<dd>in file schema.inc, variable <a href="lib/ObjectClass.html#var$type">ObjectClass::$type</a><br>&nbsp;&nbsp;&nbsp;&nbsp;one of STRUCTURAL, ABSTRACT, or AUXILIARY</dd>
<dt><b>$type</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$type">AttributeType::$type</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A string description of the syntax type (taken from the LDAPSyntaxes)</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<hr />
<a name="u"></a>
<div>
<h2>u</h2>
<dl>
<dt><b>$usage</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$usage">AttributeType::$usage</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The usage string set by the LDAP schema</dd>
<dt><b>$used_by_attrs</b></dt>
<dd>in file schema.inc, variable <a href="lib/MatchingRule.html#var$used_by_attrs">MatchingRule::$used_by_attrs</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An array of attribute names who use this MatchingRule</dd>
<dt><b>$used_by_attrs</b></dt>
<dd>in file schema.inc, variable <a href="lib/MatchingRuleUse.html#var$used_by_attrs">MatchingRuleUse::$used_by_attrs</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An array of attributeType names who make use of the mathingRule</dd>
<dt><b>$used_in_object_classes</b></dt>
<dd>in file schema.inc, variable <a href="lib/AttributeType.html#var$used_in_object_classes">AttributeType::$used_in_object_classes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An array of objectClasses which use this attributeType (must be set by caller)</dd>
</dl>
</div>
<a href="elementindex_lib.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,615 @@
<html>
<head>
<title>Package lists Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="lists/lamGroupList.html">lamGroupList</a><br />
<a href="lists/lamHostList.html">lamHostList</a><br />
<a href="lists/lamList.html">lamList</a><br />
<a href="lists/lamListOption.html">lamListOption</a><br />
<a href="lists/lamListTool.html">lamListTool</a><br />
<a href="lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package lists</h1>
[ <a href="elementindex_lists.html#a">a</a> ]
[ <a href="elementindex_lists.html#b">b</a> ]
[ <a href="elementindex_lists.html#c">c</a> ]
[ <a href="elementindex_lists.html#d">d</a> ]
[ <a href="elementindex_lists.html#e">e</a> ]
[ <a href="elementindex_lists.html#f">f</a> ]
[ <a href="elementindex_lists.html#g">g</a> ]
[ <a href="elementindex_lists.html#i">i</a> ]
[ <a href="elementindex_lists.html#l">l</a> ]
[ <a href="elementindex_lists.html#m">m</a> ]
[ <a href="elementindex_lists.html#n">n</a> ]
[ <a href="elementindex_lists.html#p">p</a> ]
[ <a href="elementindex_lists.html#r">r</a> ]
[ <a href="elementindex_lists.html#s">s</a> ]
[ <a href="elementindex_lists.html#t">t</a> ]
[ <a href="elementindex_lists.html#u">u</a> ]
[ <a href="elementindex_lists.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>__construct</b></dt>
<dd>in file lists.inc, method <a href="lists/lamSelectListOption.html#method__construct">lamSelectListOption::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new selection list option.</dd>
<dt><b>__construct</b></dt>
<dd>in file mailAlias.inc, method <a href="lists/lamMailAliasList.html#method__construct">lamMailAliasList::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file smbDomain.inc, method <a href="lists/lamSmbDomainList.html#method__construct">lamSmbDomainList::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#method__construct">lamUserList::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListTool.html#method__construct">lamListTool::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListOption.html#method__construct">lamListOption::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new config option.</dd>
<dt><b>__construct</b></dt>
<dd>in file host.inc, method <a href="lists/lamHostList.html#method__construct">lamHostList::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file lists.inc, method <a href="lists/lamBooleanListOption.html#method__construct">lamBooleanListOption::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new boolean option.</dd>
<dt><b>__construct</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#method__construct">lamList::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>__construct</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#method__construct">lamGroupList::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="a"></a>
<div>
<h2>a</h2>
<dl>
<dt><b>$attrArray</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$attrArray">lamList::$attrArray</a><br>&nbsp;&nbsp;&nbsp;&nbsp;list of LDAP attributes</dd>
<dt><b>arrayLower</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionarrayLower">arrayLower()</a></dd>
<dt><b>array_stripslashes</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionarray_stripslashes">array_stripslashes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Strips all slashes from the specified array in place (pass by ref).</dd>
<dt><b>add_attr.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---add_attr.php.html">add_attr.php</a></dd>
<dt><b>add_attr_form.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---add_attr_form.php.html">add_attr_form.php</a></dd>
<dt><b>add_oclass.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---add_oclass.php.html">add_oclass.php</a></dd>
<dt><b>add_oclass_form.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---add_oclass_form.php.html">add_oclass_form.php</a></dd>
<dt><b>add_value.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---add_value.php.html">add_value.php</a></dd>
<dt><b>add_value_form.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---add_value_form.php.html">add_value_form.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="b"></a>
<div>
<h2>b</h2>
<dl>
<dt><b>build_initial_tree_icons</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionbuild_initial_tree_icons">build_initial_tree_icons()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Builds the initial array that stores the icon-lookup for each server's DN in the tree browser. The returned</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>cmp_array</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodcmp_array">lamList::cmp_array()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Compare function used for usort-method</dd>
<dt><b>collapse.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---collapse.php.html">collapse.php</a></dd>
<dt><b>create.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---create.php.html">create.php</a></dd>
<dt><b>create_form.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---create_form.php.html">create_form.php</a></dd>
<dt><b>creation_template.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---creation_template.php.html">creation_template.php</a></dd>
<dt><b>custom.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---templates---creation---custom.php.html">custom.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>$descArray</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$descArray">lamList::$descArray</a><br>&nbsp;&nbsp;&nbsp;&nbsp;list of attribute descriptions</dd>
<dt><b>deletelink.php</b></dt>
<dd>procedural page <a href="lists/_templates---lists---deletelink.php.html">deletelink.php</a></dd>
<dt><b>dn_exists</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functiondn_exists">dn_exists()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets whether an entry exists based on its DN. If the entry exists, returns true. Otherwise returns false.</dd>
<dt><b>draw_create_link</b></dt>
<dd>in file tree.php, function <a href="lists/tree/_templates---tree---tree.php.html#functiondraw_create_link">draw_create_link()</a></dd>
<dt><b>draw_formatted_dn</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functiondraw_formatted_dn">draw_formatted_dn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets a DN string using the user-configured tree_display_format string to format it.</dd>
<dt><b>draw_jpeg_photos</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functiondraw_jpeg_photos">draw_jpeg_photos()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Draw the jpegPhoto image(s) for an entry wrapped in HTML. Many options are available to specify how the images are to be displayed.</dd>
<dt><b>draw_server_tree</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functiondraw_server_tree">draw_server_tree()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the HTML of the tree view.</dd>
<dt><b>draw_tree_html</b></dt>
<dd>in file tree.php, function <a href="lists/tree/_templates---tree---tree.php.html#functiondraw_tree_html">draw_tree_html()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Recursively descend on the given dn and draw the tree in html</dd>
<dt><b>delete.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---delete.php.html">delete.php</a></dd>
<dt><b>delete_attr.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---delete_attr.php.html">delete_attr.php</a></dd>
<dt><b>delete_form.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---delete_form.php.html">delete_form.php</a></dd>
<dt><b>download_binary_attr.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---download_binary_attr.php.html">download_binary_attr.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="e"></a>
<div>
<h2>e</h2>
<dl>
<dt><b>$entries</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$entries">lamList::$entries</a><br>&nbsp;&nbsp;&nbsp;&nbsp;LDAP entries</dd>
<dt><b>edit.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---edit.php.html">edit.php</a></dd>
<dt><b>expand.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---expand.php.html">expand.php</a></dd>
<dt><b>export.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---export.php.html">export.php</a></dd>
<dt><b>export_form.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---export_form.php.html">export_form.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="f"></a>
<div>
<h2>f</h2>
<dl>
<dt><b>$filterText</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$filterText">lamList::$filterText</a><br>&nbsp;&nbsp;&nbsp;&nbsp;filter string to include in URL</dd>
<dt><b>fillFromPostData</b></dt>
<dd>in file lists.inc, method <a href="lists/lamSelectListOption.html#methodfillFromPostData">lamSelectListOption::fillFromPostData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Fills the config option from POST data.</dd>
<dt><b>fillFromPostData</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListOption.html#methodfillFromPostData">lamListOption::fillFromPostData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Fills the config option from POST data.</dd>
<dt><b>fillFromPostData</b></dt>
<dd>in file lists.inc, method <a href="lists/lamBooleanListOption.html#methodfillFromPostData">lamBooleanListOption::fillFromPostData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Fills the config option from POST data.</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getAdditionalTools</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodgetAdditionalTools">lamUserList::getAdditionalTools()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of lamListTool objects to display next to the edit/delete buttons.</dd>
<dt><b>getAdditionalTools</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodgetAdditionalTools">lamList::getAdditionalTools()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of lamListTool objects to display next to the edit/delete buttons.</dd>
<dt><b>getID</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListOption.html#methodgetID">lamListOption::getID()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the option ID.</dd>
<dt><b>getImage</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListTool.html#methodgetImage">lamListTool::getImage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the name of the tool image.</dd>
<dt><b>getLinkTarget</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListTool.html#methodgetLinkTarget">lamListTool::getLinkTarget()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the PHP file (relative to 'templates/lists') which will be the target for this tool.</dd>
<dt><b>getMetaHTML</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListOption.html#methodgetMetaHTML">lamListOption::getMetaHTML()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta HTML data to display this option.</dd>
<dt><b>getMetaHTML</b></dt>
<dd>in file lists.inc, method <a href="lists/lamSelectListOption.html#methodgetMetaHTML">lamSelectListOption::getMetaHTML()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta HTML data to display this option.</dd>
<dt><b>getMetaHTML</b></dt>
<dd>in file lists.inc, method <a href="lists/lamBooleanListOption.html#methodgetMetaHTML">lamBooleanListOption::getMetaHTML()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the meta HTML data to display this option.</dd>
<dt><b>getName</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListTool.html#methodgetName">lamListTool::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the tool name.</dd>
<dt><b>getValue</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListOption.html#methodgetValue">lamListOption::getValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the option value. The value must not contain &quot;=&quot; and &quot;;&quot;.</dd>
<dt><b>groupRefreshPrimary</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#methodgroupRefreshPrimary">lamGroupList::groupRefreshPrimary()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Refreshes the primary group members list.</dd>
<dt><b>get_attr_select_html</b></dt>
<dd>in file custom.php, function <a href="lists/tree/_templates---tree---templates---creation---custom.php.html#functionget_attr_select_html">get_attr_select_html()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns option values.</dd>
<dt><b>get_binary_attr_select_html</b></dt>
<dd>in file custom.php, function <a href="lists/tree/_templates---tree---templates---creation---custom.php.html#functionget_binary_attr_select_html">get_binary_attr_select_html()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns option values.</dd>
<dt><b>get_container</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_container">get_container()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Given a DN string, this returns the parent container portion of the string.</dd>
<dt><b>get_container_contents</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_container_contents">get_container_contents()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets a list of child entries for an entry. Given a DN, this function fetches the list of DNs of child entries one level beneath the parent. For example, for the following tree:</dd>
<dt><b>get_enc_type</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_enc_type">get_enc_type()</a></dd>
<dt><b>get_entry_system_attrs</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_entry_system_attrs">get_entry_system_attrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the operational attributes for an entry. Given a DN, this function fetches that entry's</dd>
<dt><b>get_icon</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_icon">get_icon()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Given a DN and server ID, this function reads the DN's objectClasses and</dd>
<dt><b>get_line_end_format</b></dt>
<dd>in file export_form.php, function <a href="lists/tree/_templates---tree---export_form.php.html#functionget_line_end_format">get_line_end_format()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Helper functoin for fetching the line end format.</dd>
<dt><b>get_object_attr</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_object_attr">get_object_attr()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Much like get_object_attrs(), but only returns the values for one attribute of an object. Example calls:</dd>
<dt><b>get_object_attrs</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_object_attrs">get_object_attrs()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the attributes/values of an entry. Returns an associative array whose</dd>
<dt><b>get_rdn</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionget_rdn">get_rdn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Given a DN string, this returns the 'RDN' portion of the string.</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>isSelected</b></dt>
<dd>in file lists.inc, method <a href="lists/lamBooleanListOption.html#methodisSelected">lamBooleanListOption::isSelected()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns if this option is selected.</dd>
<dt><b>initialize_session_tree</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functioninitialize_session_tree">initialize_session_tree()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks and fixes an initial session's tree cache if needed.</dd>
<dt><b>is_attr_binary</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_attr_binary">is_attr_binary()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Given an attribute name and server ID number, this function returns whether the attrbiute may contain binary data. This is useful for developers who wish to display the contents of an arbitrary attribute but don't want to dump binary data on the page.</dd>
<dt><b>is_attr_boolean</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_attr_boolean">is_attr_boolean()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Given an attribute name and server ID number, this function returns whether the attrbiute contains boolean data. This is useful for developers who wish to display the contents of a boolean attribute with a drop-down.</dd>
<dt><b>is_binary_option_required</b></dt>
<dd>in file add_attr.php, function <a href="lists/tree/_templates---tree---add_attr.php.html#functionis_binary_option_required">is_binary_option_required()</a></dd>
<dt><b>is_dn_attr</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_dn_attr">is_dn_attr()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the attribute specified is required to take as input a DN.</dd>
<dt><b>is_jpeg_photo</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_jpeg_photo">is_jpeg_photo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Used to determine if the specified attribute is indeed a jpegPhoto. If the specified attribute is one that houses jpeg data, true is returned. Otherwise this function returns false.</dd>
<dt><b>is_mail_string</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_mail_string">is_mail_string()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get whether a string looks like an email address (user@example.com).</dd>
<dt><b>is_multi_line_attr</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_multi_line_attr">is_multi_line_attr()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Determines if an attribute's value can contain multiple lines. Attributes that fall in this multi-line category may be configured in config.php. Hence, this function accesses the global variable $multi_line_attributes;</dd>
<dt><b>is_url_string</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionis_url_string">is_url_string()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get whether a string looks like a web URL (http://www.example.com/)</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>$labels</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$labels">lamList::$labels</a><br>&nbsp;&nbsp;&nbsp;&nbsp;list of account specific labels</dd>
<dt><b>lamBooleanListOption</b></dt>
<dd>in file lists.inc, class <a href="lists/lamBooleanListOption.html">lamBooleanListOption</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Boolean option for list configuration.</dd>
<dt><b>lamGroupList</b></dt>
<dd>in file group.inc, class <a href="lists/lamGroupList.html">lamGroupList</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the list view.</dd>
<dt><b>lamHostList</b></dt>
<dd>in file host.inc, class <a href="lists/lamHostList.html">lamHostList</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the list view.</dd>
<dt><b>lamList</b></dt>
<dd>in file lists.inc, class <a href="lists/lamList.html">lamList</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the list view.</dd>
<dt><b>lamListOption</b></dt>
<dd>in file lists.inc, class <a href="lists/lamListOption.html">lamListOption</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents a list configuration option.</dd>
<dt><b>lamListTool</b></dt>
<dd>in file lists.inc, class <a href="lists/lamListTool.html">lamListTool</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents a tool which can be included in the account lists.</dd>
<dt><b>lamMailAliasList</b></dt>
<dd>in file mailAlias.inc, class <a href="lists/lamMailAliasList.html">lamMailAliasList</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the list view.</dd>
<dt><b>lamSelectListOption</b></dt>
<dd>in file lists.inc, class <a href="lists/lamSelectListOption.html">lamSelectListOption</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Boolean option for list configuration.</dd>
<dt><b>lamSmbDomainList</b></dt>
<dd>in file smbDomain.inc, class <a href="lists/lamSmbDomainList.html">lamSmbDomainList</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the list view.</dd>
<dt><b>lamUserList</b></dt>
<dd>in file user.inc, class <a href="lists/lamUserList.html">lamUserList</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates the list view.</dd>
<dt><b>lists.inc</b></dt>
<dd>procedural page <a href="lists/_lib---lists.inc.html">lists.inc</a></dd>
<dt><b>listBuildFilter</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistBuildFilter">lamList::listBuildFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Builds the regular expressions from the filter values.</dd>
<dt><b>listConfigurationChanged</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistConfigurationChanged">lamList::listConfigurationChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Called when the configuration options changed.</dd>
<dt><b>listConfigurationChanged</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#methodlistConfigurationChanged">lamGroupList::listConfigurationChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Called when the configuration options changed.</dd>
<dt><b>listConfigurationChanged</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodlistConfigurationChanged">lamUserList::listConfigurationChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Called when the configuration options changed.</dd>
<dt><b>listDoPost</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistDoPost">lamList::listDoPost()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Manages all POST actions (e.g. button pressed) for the account lists.</dd>
<dt><b>listDrawNavigationBar</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistDrawNavigationBar">lamList::listDrawNavigationBar()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Draws a navigation bar to switch between pages</dd>
<dt><b>listFilterAccounts</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistFilterAccounts">lamList::listFilterAccounts()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Removes all entries which do not fit to the filter.</dd>
<dt><b>listGetAllConfigOptions</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodlistGetAllConfigOptions">lamUserList::listGetAllConfigOptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of possible configuration options.</dd>
<dt><b>listGetAllConfigOptions</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistGetAllConfigOptions">lamList::listGetAllConfigOptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of possible configuration options.</dd>
<dt><b>listGetAllConfigOptions</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#methodlistGetAllConfigOptions">lamGroupList::listGetAllConfigOptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of possible configuration options.</dd>
<dt><b>listGetConfigOptionByID</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistGetConfigOptionByID">lamList::listGetConfigOptionByID()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the configuration option with the given ID.</dd>
<dt><b>listGetParams</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistGetParams">lamList::listGetParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets some internal parameters.</dd>
<dt><b>listGetParams</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodlistGetParams">lamUserList::listGetParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets some internal parameters.</dd>
<dt><b>listGetParams</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#methodlistGetParams">lamGroupList::listGetParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets some internal parameters.</dd>
<dt><b>listPrintButtons</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintButtons">lamList::listPrintButtons()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the create and delete buttons.</dd>
<dt><b>listPrintConfigurationPage</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintConfigurationPage">lamList::listPrintConfigurationPage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the list configuration page.</dd>
<dt><b>listPrintFooter</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintFooter">lamList::listPrintFooter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the HTML footer.</dd>
<dt><b>listPrintHeader</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintHeader">lamList::listPrintHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the HTML header.</dd>
<dt><b>listPrintTableBody</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintTableBody">lamList::listPrintTableBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the entry list</dd>
<dt><b>listPrintTableCellContent</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#methodlistPrintTableCellContent">lamGroupList::listPrintTableCellContent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the content of a cell in the account list for a given LDAP entry and attribute.</dd>
<dt><b>listPrintTableCellContent</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintTableCellContent">lamList::listPrintTableCellContent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the content of a cell in the account list for a given LDAP entry and attribute.</dd>
<dt><b>listPrintTableCellContent</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodlistPrintTableCellContent">lamUserList::listPrintTableCellContent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the content of a cell in the account list for a given LDAP entry and attribute.</dd>
<dt><b>listPrintTableHeader</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistPrintTableHeader">lamList::listPrintTableHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the attribute and filter row at the account table head</dd>
<dt><b>listRefreshData</b></dt>
<dd>in file group.inc, method <a href="lists/lamGroupList.html#methodlistRefreshData">lamGroupList::listRefreshData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Rereads the entries from LDAP.</dd>
<dt><b>listRefreshData</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistRefreshData">lamList::listRefreshData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Rereads the entries from LDAP.</dd>
<dt><b>listRefreshData</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodlistRefreshData">lamUserList::listRefreshData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Rereads the entries from LDAP.</dd>
<dt><b>listShowOUSelection</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistShowOUSelection">lamList::listShowOUSelection()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints a combobox with possible sub-DNs.</dd>
<dt><b>listSort</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodlistSort">lamList::listSort()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sorts an account list by a given attribute</dd>
<dt><b>LIST_SIZE_OPTION_NAME</b></dt>
<dd>in file lists.inc, class constant <a href="lists/lamList.html#constLIST_SIZE_OPTION_NAME">lamList::LIST_SIZE_OPTION_NAME</a><br>&nbsp;&nbsp;&nbsp;&nbsp;ID for list size config option</dd>
<dt><b>list.php</b></dt>
<dd>procedural page <a href="lists/_templates---lists---list.php.html">list.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>$maxPageEntries</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$maxPageEntries">lamList::$maxPageEntries</a><br>&nbsp;&nbsp;&nbsp;&nbsp;maximum count of entries per page</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="n"></a>
<div>
<h2>n</h2>
<dl>
<dt><b>not_an_attr</b></dt>
<dd>in file add_attr_form.php, function <a href="lists/tree/_templates---tree---add_attr_form.php.html#functionnot_an_attr">not_an_attr()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Given an attribute $x, this returns true if it is NOT already specified in the current entry, returns false otherwise.</dd>
<dt><b>new_ou_template.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---templates---creation---new_ou_template.php.html">new_ou_template.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>$page</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$page">lamList::$page</a><br>&nbsp;&nbsp;&nbsp;&nbsp;current page number</dd>
<dt><b>$possibleSuffixes</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$possibleSuffixes">lamList::$possibleSuffixes</a><br>&nbsp;&nbsp;&nbsp;&nbsp;list of possible LDAP suffixes(organizational units)</dd>
<dt><b>pla_compare_dns</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionpla_compare_dns">pla_compare_dns()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Compares 2 DNs. If they are equivelant, returns 0, otherwise, returns their sorting order (similar to strcmp()): Returns &lt; 0 if dn1 is less than dn2.</dd>
<dt><b>pla_explode_dn</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionpla_explode_dn">pla_explode_dn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Explode a DN into an array of its RDN parts. This function is UTF-8 safe and replaces the buggy PHP ldap_explode_dn() which does not properly handle UTF-8 DNs and also causes segmentation faults with some inputs.</dd>
<dt><b>pla_ldap_search</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionpla_ldap_search">pla_ldap_search()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A handy ldap searching function very similar to PHP's ldap_search() with the following exceptions: Callers may specify a search scope and the return value is an array containing the search results rather than an LDAP result resource.</dd>
<dt><b>pla_rdelete</b></dt>
<dd>in file rdelete.php, function <a href="lists/tree/_templates---tree---rdelete.php.html#functionpla_rdelete">pla_rdelete()</a></dd>
<dt><b>pla_reverse_dn</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionpla_reverse_dn">pla_reverse_dn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reverses a DN such that the top-level RDN is first and the bottom-level RDN is last</dd>
<dt><b>pretty_print_dn</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionpretty_print_dn">pretty_print_dn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an HTML-beautified version of a DN.</dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="r"></a>
<div>
<h2>r</h2>
<dl>
<dt><b>$refresh</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$refresh">lamList::$refresh</a><br>&nbsp;&nbsp;&nbsp;&nbsp;refresh page switch</dd>
<dt><b>refreshPrimaryGroupTranslation</b></dt>
<dd>in file user.inc, method <a href="lists/lamUserList.html#methodrefreshPrimaryGroupTranslation">lamUserList::refreshPrimaryGroupTranslation()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Refreshes the GID to group name cache.</dd>
<dt><b>real_attr_name</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionreal_attr_name">real_attr_name()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prunes off anything after the &quot;;&quot; in an attr name. This is useful for attributes that may have &quot;;binary&quot; appended to their names. With real_attr_name(), you can more easily fetch these attributes' schema with their &quot;real&quot; attribute name.</dd>
<dt><b>remove_aliases</b></dt>
<dd>in file custom.php, function <a href="lists/tree/_templates---tree---templates---creation---custom.php.html#functionremove_aliases">remove_aliases()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Removes attributes from the array that are aliases for eachother</dd>
<dt><b>rdelete.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---rdelete.php.html">rdelete.php</a></dd>
<dt><b>refresh.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---refresh.php.html">refresh.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>$sortColumn</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$sortColumn">lamList::$sortColumn</a><br>&nbsp;&nbsp;&nbsp;&nbsp;sort column name</dd>
<dt><b>$sortDirection</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$sortDirection">lamList::$sortDirection</a><br>&nbsp;&nbsp;&nbsp;&nbsp;sort direction: 1 for ascending, -1 for descending</dd>
<dt><b>$suffix</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$suffix">lamList::$suffix</a><br>&nbsp;&nbsp;&nbsp;&nbsp;LDAP suffix</dd>
<dt><b>search_username</b></dt>
<dd>in file userlink.php, function <a href="lists/_templates---lists---userlink.php.html#functionsearch_username">search_username()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Searches LDAP for a specific user name (uid attribute) and returns its DN entry</dd>
<dt><b>setHelpID</b></dt>
<dd>in file lists.inc, method <a href="lists/lamSelectListOption.html#methodsetHelpID">lamSelectListOption::setHelpID()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the help ID.</dd>
<dt><b>setValue</b></dt>
<dd>in file lists.inc, method <a href="lists/lamListOption.html#methodsetValue">lamListOption::setValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sets the config option value. The value must not contain &quot;=&quot; and &quot;;&quot;.</dd>
<dt><b>showPage</b></dt>
<dd>in file lists.inc, method <a href="lists/lamList.html#methodshowPage">lamList::showPage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the HTML code to display the list view.</dd>
<dt><b>sortAttrs</b></dt>
<dd>in file tree.inc, function <a href="lists/tree/_lib---tree.inc.html#functionsortAttrs">sortAttrs()</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="t"></a>
<div>
<h2>t</h2>
<dl>
<dt><b>$type</b></dt>
<dd>in file lists.inc, variable <a href="lists/lamList.html#var$type">lamList::$type</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Account type</dd>
<dt><b>TRANS_PRIMARY_OPTION_NAME</b></dt>
<dd>in file user.inc, class constant <a href="lists/lamUserList.html#constTRANS_PRIMARY_OPTION_NAME">lamUserList::TRANS_PRIMARY_OPTION_NAME</a><br>&nbsp;&nbsp;&nbsp;&nbsp;ID for config option</dd>
<dt><b>TRANS_PRIMARY_OPTION_NAME</b></dt>
<dd>in file group.inc, class constant <a href="lists/lamGroupList.html#constTRANS_PRIMARY_OPTION_NAME">lamGroupList::TRANS_PRIMARY_OPTION_NAME</a><br>&nbsp;&nbsp;&nbsp;&nbsp;ID for config option</dd>
<dt><b>tree.inc</b></dt>
<dd>procedural page <a href="lists/tree/_lib---tree.inc.html">tree.inc</a></dd>
<dt><b>templates.inc</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---templates---templates.inc.html">templates.inc</a></dd>
<dt><b>tree.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---tree.php.html">tree.php</a></dd>
<dt><b>tree_view.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---tree_view.php.html">tree_view.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<hr />
<a name="u"></a>
<div>
<h2>u</h2>
<dl>
<dt><b>userlink.php</b></dt>
<dd>procedural page <a href="lists/_templates---lists---userlink.php.html">userlink.php</a></dd>
<dt><b>update.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---update.php.html">update.php</a></dd>
<dt><b>update_confirm.php</b></dt>
<dd>procedural page <a href="lists/tree/_templates---tree---update_confirm.php.html">update_confirm.php</a></dd>
</dl>
</div>
<a href="elementindex_lists.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,145 @@
<html>
<head>
<title>Package main Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">main</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_main.html" class="menu">class tree: main</a> ]
[ <a href="elementindex_main.html" class="menu">index: main</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="main/_templates---delete.php.html"> delete.php
</a><br>
<a href="main/_templates---initsuff.php.html"> initsuff.php
</a><br>
<a href="main/_templates---login.php.html"> login.php
</a><br>
<a href="main/_templates---logout.php.html"> logout.php
</a><br>
<a href="main/_templates---main.php.html"> main.php
</a><br>
<a href="main/_templates---main_header.php.html"> main_header.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package main</h1>
[ <a href="elementindex_main.html#d">d</a> ]
[ <a href="elementindex_main.html#g">g</a> ]
[ <a href="elementindex_main.html#i">i</a> ]
[ <a href="elementindex_main.html#l">l</a> ]
[ <a href="elementindex_main.html#m">m</a> ]
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>deleteDN</b></dt>
<dd>in file delete.php, function <a href="main/_templates---delete.php.html#functiondeleteDN">deleteDN()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Deletes a DN and all child entries.</dd>
<dt><b>display_LoginPage</b></dt>
<dd>in file login.php, function <a href="main/_templates---login.php.html#functiondisplay_LoginPage">display_LoginPage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Displays the login window.</dd>
<dt><b>delete.php</b></dt>
<dd>procedural page <a href="main/_templates---delete.php.html">delete.php</a></dd>
</dl>
</div>
<a href="elementindex_main.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getChildCount</b></dt>
<dd>in file delete.php, function <a href="main/_templates---delete.php.html#functiongetChildCount">getChildCount()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of child entries of a DN.</dd>
</dl>
</div>
<a href="elementindex_main.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>initsuff.php</b></dt>
<dd>procedural page <a href="main/_templates---initsuff.php.html">initsuff.php</a></dd>
</dl>
</div>
<a href="elementindex_main.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>login.php</b></dt>
<dd>procedural page <a href="main/_templates---login.php.html">login.php</a></dd>
<dt><b>logout.php</b></dt>
<dd>procedural page <a href="main/_templates---logout.php.html">logout.php</a></dd>
</dl>
</div>
<a href="elementindex_main.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>main.php</b></dt>
<dd>procedural page <a href="main/_templates---main.php.html">main.php</a></dd>
<dt><b>main_header.php</b></dt>
<dd>procedural page <a href="main/_templates---main_header.php.html">main_header.php</a></dd>
</dl>
</div>
<a href="elementindex_main.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,139 @@
<html>
<head>
<title>Package profiles Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">profiles</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_profiles.html" class="menu">class tree: profiles</a> ]
[ <a href="elementindex_profiles.html" class="menu">index: profiles</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="profiles/_templates---profedit---profiledelete.php.html"> profiledelete.php
</a><br>
<a href="profiles/_templates---profedit---profilemain.php.html"> profilemain.php
</a><br>
<a href="profiles/_templates---profedit---profilepage.php.html"> profilepage.php
</a><br>
<a href="profiles/_lib---profiles.inc.html"> profiles.inc
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package profiles</h1>
[ <a href="elementindex_profiles.html#d">d</a> ]
[ <a href="elementindex_profiles.html#g">g</a> ]
[ <a href="elementindex_profiles.html#l">l</a> ]
[ <a href="elementindex_profiles.html#p">p</a> ]
[ <a href="elementindex_profiles.html#s">s</a> ]
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>delAccountProfile</b></dt>
<dd>in file profiles.inc, function <a href="profiles/_lib---profiles.inc.html#functiondelAccountProfile">delAccountProfile()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Deletes an account profile</dd>
</dl>
</div>
<a href="elementindex_profiles.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getAccountProfiles</b></dt>
<dd>in file profiles.inc, function <a href="profiles/_lib---profiles.inc.html#functiongetAccountProfiles">getAccountProfiles()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of string with all available profiles for the given account type</dd>
</dl>
</div>
<a href="elementindex_profiles.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>loadAccountProfile</b></dt>
<dd>in file profiles.inc, function <a href="profiles/_lib---profiles.inc.html#functionloadAccountProfile">loadAccountProfile()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Loads an profile of the given account type</dd>
</dl>
</div>
<a href="elementindex_profiles.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>profiles.inc</b></dt>
<dd>procedural page <a href="profiles/_lib---profiles.inc.html">profiles.inc</a></dd>
<dt><b>profiledelete.php</b></dt>
<dd>procedural page <a href="profiles/_templates---profedit---profiledelete.php.html">profiledelete.php</a></dd>
<dt><b>profilemain.php</b></dt>
<dd>procedural page <a href="profiles/_templates---profedit---profilemain.php.html">profilemain.php</a></dd>
<dt><b>profilepage.php</b></dt>
<dd>procedural page <a href="profiles/_templates---profedit---profilepage.php.html">profilepage.php</a></dd>
</dl>
</div>
<a href="elementindex_profiles.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>saveAccountProfile</b></dt>
<dd>in file profiles.inc, function <a href="profiles/_lib---profiles.inc.html#functionsaveAccountProfile">saveAccountProfile()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Saves an hash array (attribute =&gt; value) to an account profile</dd>
</dl>
</div>
<a href="elementindex_profiles.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,186 @@
<html>
<head>
<title>Package selfService Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">selfService</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_selfService.html" class="menu">class tree: selfService</a> ]
[ <a href="elementindex_selfService.html" class="menu">index: selfService</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="selfService/_lib---selfService.inc.html"> selfService.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="selfService/selfServiceProfile.html">selfServiceProfile</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package selfService</h1>
[ <a href="elementindex_selfService.html#c">c</a> ]
[ <a href="elementindex_selfService.html#g">g</a> ]
[ <a href="elementindex_selfService.html#i">i</a> ]
[ <a href="elementindex_selfService.html#l">l</a> ]
[ <a href="elementindex_selfService.html#m">m</a> ]
[ <a href="elementindex_selfService.html#s">s</a> ]
[ <a href="elementindex_selfService.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>__construct</b></dt>
<dd>in file selfService.inc, method <a href="selfService/selfServiceProfile.html#method__construct">selfServiceProfile::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>checkSelfServiceOptions</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functioncheckSelfServiceOptions">checkSelfServiceOptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if all input values are correct and returns the LDAP commands which should be executed.</dd>
<dt><b>checkSelfServiceSettings</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functioncheckSelfServiceSettings">checkSelfServiceSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if the self service settings are valid</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getSelfServiceFieldSettings</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functiongetSelfServiceFieldSettings">getSelfServiceFieldSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the field settings for the self service.</dd>
<dt><b>getSelfServiceOptions</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functiongetSelfServiceOptions">getSelfServiceOptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns meta HTML code for each self service field.</dd>
<dt><b>getSelfServiceProfiles</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functiongetSelfServiceProfiles">getSelfServiceProfiles()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of all available self service profiles (without .conf)</dd>
<dt><b>getSelfServiceSearchAttributes</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functiongetSelfServiceSearchAttributes">getSelfServiceSearchAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of possible search attributes for the self service.</dd>
<dt><b>getSelfServiceSettings</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functiongetSelfServiceSettings">getSelfServiceSettings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a hash array (module name =&gt; elements) of all module options for the configuration page.</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>$inputFields</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$inputFields">selfServiceProfile::$inputFields</a><br>&nbsp;&nbsp;&nbsp;&nbsp;input fields</dd>
<dt><b>isLAMProVersion</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functionisLAMProVersion">isLAMProVersion()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns if this is a LAM Pro installation.</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>$LDAPPassword</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$LDAPPassword">selfServiceProfile::$LDAPPassword</a><br>&nbsp;&nbsp;&nbsp;&nbsp;LDAP password</dd>
<dt><b>$LDAPSuffix</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$LDAPSuffix">selfServiceProfile::$LDAPSuffix</a><br>&nbsp;&nbsp;&nbsp;&nbsp;LDAP suffix</dd>
<dt><b>$LDAPUser</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$LDAPUser">selfServiceProfile::$LDAPUser</a><br>&nbsp;&nbsp;&nbsp;&nbsp;LDAP user DN</dd>
<dt><b>$loginAttributeText</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$loginAttributeText">selfServiceProfile::$loginAttributeText</a><br>&nbsp;&nbsp;&nbsp;&nbsp;describing text for search attribute</dd>
<dt><b>$loginCaption</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$loginCaption">selfServiceProfile::$loginCaption</a><br>&nbsp;&nbsp;&nbsp;&nbsp;describing text for user login</dd>
<dt><b>loadSelfServiceProfile</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functionloadSelfServiceProfile">loadSelfServiceProfile()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Loads all settings of a self service profile.</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>$mainPageText</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$mainPageText">selfServiceProfile::$mainPageText</a><br>&nbsp;&nbsp;&nbsp;&nbsp;describing text for self service main page</dd>
<dt><b>$moduleSettings</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$moduleSettings">selfServiceProfile::$moduleSettings</a><br>&nbsp;&nbsp;&nbsp;&nbsp;configuration settings of modules</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>$searchAttribute</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$searchAttribute">selfServiceProfile::$searchAttribute</a><br>&nbsp;&nbsp;&nbsp;&nbsp;LDAP search attribute</dd>
<dt><b>$serverURL</b></dt>
<dd>in file selfService.inc, variable <a href="selfService/selfServiceProfile.html#var$serverURL">selfServiceProfile::$serverURL</a><br>&nbsp;&nbsp;&nbsp;&nbsp;server address</dd>
<dt><b>selfService.inc</b></dt>
<dd>procedural page <a href="selfService/_lib---selfService.inc.html">selfService.inc</a></dd>
<dt><b>saveSelfServiceProfile</b></dt>
<dd>in file selfService.inc, function <a href="selfService/_lib---selfService.inc.html#functionsaveSelfServiceProfile">saveSelfServiceProfile()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Saves a self service profile.</dd>
<dt><b>selfServiceProfile</b></dt>
<dd>in file selfService.inc, class <a href="selfService/selfServiceProfile.html">selfServiceProfile</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Includes all settings of a self service profile.</dd>
</dl>
</div>
<a href="elementindex_selfService.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,100 @@
<html>
<head>
<title>Package tests Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">tests</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_tests.html" class="menu">class tree: tests</a> ]
[ <a href="elementindex_tests.html" class="menu">index: tests</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="tests/_tests---conf-main-test.php.html"> conf-main-test.php
</a><br>
<a href="tests/_tests---conf-test.php.html"> conf-test.php
</a><br>
<a href="tests/_tests---status-test.php.html"> status-test.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package tests</h1>
[ <a href="elementindex_tests.html#c">c</a> ]
[ <a href="elementindex_tests.html#s">s</a> ]
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>conf-main-test.php</b></dt>
<dd>procedural page <a href="tests/_tests---conf-main-test.php.html">conf-main-test.php</a></dd>
<dt><b>conf-test.php</b></dt>
<dd>procedural page <a href="tests/_tests---conf-test.php.html">conf-test.php</a></dd>
</dl>
</div>
<a href="elementindex_tests.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>status-test.php</b></dt>
<dd>procedural page <a href="tests/_tests---status-test.php.html">status-test.php</a></dd>
</dl>
</div>
<a href="elementindex_tests.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,454 @@
<html>
<head>
<title>Package tools Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">tools</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_tools.html" class="menu">class tree: tools</a> ]
[ <a href="elementindex_tools.html" class="menu">index: tools</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="tools/_lib---export.inc.html"> export.inc
</a><br>
<a href="tools/_templates---tests---index.php.html"> index.php
</a><br>
<a href="tools/_templates---tests---lamdaemonTest.php.html"> lamdaemonTest.php
</a><br>
<a href="tools/_templates---massBuildAccounts.php.html"> massBuildAccounts.php
</a><br>
<a href="tools/_templates---masscreate.php.html"> masscreate.php
</a><br>
<a href="tools/_templates---massDoUpload.php.html"> massDoUpload.php
</a><br>
<a href="tools/_templates---ou_edit.php.html"> ou_edit.php
</a><br>
<a href="tools/_templates---schema---schema.php.html"> schema.php
</a><br>
<a href="tools/_templates---tests---schemaTest.php.html"> schemaTest.php
</a><br>
<a href="tools/_templates---tools.php.html"> tools.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="tools/LAMTool.html">LAMTool</a><br />
<a href="tools/LdapExportInfo.html">LdapExportInfo</a><br />
<a href="tools/MyCustomExporter.html">MyCustomExporter</a><br />
<a href="tools/PlaAbstractExporter.html">PlaAbstractExporter</a><br />
<a href="tools/PlaCSVExporter.html">PlaCSVExporter</a><br />
<a href="tools/PlaDsmlExporter.html">PlaDsmlExporter</a><br />
<a href="tools/PlaExporter.html">PlaExporter</a><br />
<a href="tools/PlaLdapExporter.html">PlaLdapExporter</a><br />
<a href="tools/PlaLdifExporter.html">PlaLdifExporter</a><br />
<a href="tools/PlaVcardExporter.html">PlaVcardExporter</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package tools</h1>
[ <a href="elementindex_tools.html#a">a</a> ]
[ <a href="elementindex_tools.html#b">b</a> ]
[ <a href="elementindex_tools.html#c">c</a> ]
[ <a href="elementindex_tools.html#d">d</a> ]
[ <a href="elementindex_tools.html#e">e</a> ]
[ <a href="elementindex_tools.html#g">g</a> ]
[ <a href="elementindex_tools.html#h">h</a> ]
[ <a href="elementindex_tools.html#i">i</a> ]
[ <a href="elementindex_tools.html#l">l</a> ]
[ <a href="elementindex_tools.html#m">m</a> ]
[ <a href="elementindex_tools.html#n">n</a> ]
[ <a href="elementindex_tools.html#o">o</a> ]
[ <a href="elementindex_tools.html#p">p</a> ]
[ <a href="elementindex_tools.html#q">q</a> ]
[ <a href="elementindex_tools.html#r">r</a> ]
[ <a href="elementindex_tools.html#s">s</a> ]
[ <a href="elementindex_tools.html#t">t</a> ]
[ <a href="elementindex_tools.html#v">v</a> ]
<hr />
<a name="a"></a>
<div>
<h2>a</h2>
<dl>
<dt><b>$attributes</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$attributes">PlaLdapExporter::$attributes</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="b"></a>
<div>
<h2>b</h2>
<dl>
<dt><b>$base_dn</b></dt>
<dd>in file export.inc, variable <a href="tools/LdapExportInfo.html#var$base_dn">LdapExportInfo::$base_dn</a></dd>
<dt><b>$br</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaExporter.html#var$br">PlaExporter::$br</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>$counter</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaDsmlExporter.html#var$counter">PlaDsmlExporter::$counter</a></dd>
<dt><b>$counter</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdifExporter.html#var$counter">PlaLdifExporter::$counter</a></dd>
<dt><b>checkSchemaForModule</b></dt>
<dd>in file schemaTest.php, function <a href="tools/_templates---tests---schemaTest.php.html#functioncheckSchemaForModule">checkSchemaForModule()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Checks if the object classes and attributes for this module are available.</dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="d"></a>
<div>
<h2>d</h2>
<dl>
<dt><b>$deliveryAddress</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaVcardExporter.html#var$deliveryAddress">PlaVcardExporter::$deliveryAddress</a></dd>
<dt><b>$description</b></dt>
<dd>in file tools.php, variable <a href="tools/LAMTool.html#var$description">LAMTool::$description</a><br>&nbsp;&nbsp;&nbsp;&nbsp;description text</dd>
<dt><b>displayExportInfo</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdifExporter.html#methoddisplayExportInfo">PlaLdifExporter::displayExportInfo()</a></dd>
<dt><b>display_main</b></dt>
<dd>in file ou_edit.php, function <a href="tools/_templates---ou_edit.php.html#functiondisplay_main">display_main()</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="e"></a>
<div>
<h2>e</h2>
<dl>
<dt><b>$entry_array</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$entry_array">PlaLdapExporter::$entry_array</a></dd>
<dt><b>$entry_id</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$entry_id">PlaLdapExporter::$entry_id</a></dd>
<dt><b>$escapeCode</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaCSVExporter.html#var$escapeCode">PlaCSVExporter::$escapeCode</a></dd>
<dt><b>$exporter</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaExporter.html#var$exporter">PlaExporter::$exporter</a></dd>
<dt><b>export</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdifExporter.html#methodexport">PlaLdifExporter::export()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Export entries to ldif format</dd>
<dt><b>export</b></dt>
<dd>in file export.inc, method <a href="tools/PlaVcardExporter.html#methodexport">PlaVcardExporter::export()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;When doing an exporter, the method export need to be overriden.</dd>
<dt><b>export</b></dt>
<dd>in file export.inc, method <a href="tools/MyCustomExporter.html#methodexport">MyCustomExporter::export()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;When doing an exporter, the method export need to be overriden.</dd>
<dt><b>export</b></dt>
<dd>in file export.inc, method <a href="tools/PlaCSVExporter.html#methodexport">PlaCSVExporter::export()</a></dd>
<dt><b>export</b></dt>
<dd>in file export.inc, method <a href="tools/PlaDsmlExporter.html#methodexport">PlaDsmlExporter::export()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Export the entries to DSML</dd>
<dt><b>export</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodexport">PlaExporter::export()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Abstract method use to export data.</dd>
<dt><b>export.inc</b></dt>
<dd>procedural page <a href="tools/_lib---export.inc.html">export.inc</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getRecursiveAttributesFromObjectClass</b></dt>
<dd>in file schemaTest.php, function <a href="tools/_templates---tests---schemaTest.php.html#functiongetRecursiveAttributesFromObjectClass">getRecursiveAttributesFromObjectClass()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the names of all attributes which are managed by the given object class and its parents.</dd>
<dt><b>get_user_agent_string</b></dt>
<dd>in file export.inc, function <a href="tools/_lib---export.inc.html#functionget_user_agent_string">get_user_agent_string()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the USER_AGENT string from the $_SERVER array, all in lower case in an E_NOTICE safe manner.</dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="h"></a>
<div>
<h2>h</h2>
<dl>
<dt><b>$hasNext</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$hasNext">PlaLdapExporter::$hasNext</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="i"></a>
<div>
<h2>i</h2>
<dl>
<dt><b>$indent_step</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaDsmlExporter.html#var$indent_step">PlaDsmlExporter::$indent_step</a></dd>
<dt><b>is_browser_os_mac</b></dt>
<dd>in file export.inc, function <a href="tools/_lib---export.inc.html#functionis_browser_os_mac">is_browser_os_mac()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Determines whether the browser's operating system is Macintosh.</dd>
<dt><b>is_browser_os_unix</b></dt>
<dd>in file export.inc, function <a href="tools/_lib---export.inc.html#functionis_browser_os_unix">is_browser_os_unix()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Determines whether the browser's operating system is UNIX (or something like UNIX).</dd>
<dt><b>is_browser_os_windows</b></dt>
<dd>in file export.inc, function <a href="tools/_lib---export.inc.html#functionis_browser_os_windows">is_browser_os_windows()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Determines whether the browser's operating system is Windows.</dd>
<dt><b>is_safe_ascii</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodis_safe_ascii">PlaExporter::is_safe_ascii()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Helper method to check if the attribute value should be base 64 encoded.</dd>
<dt><b>index.php</b></dt>
<dd>procedural page <a href="tools/_templates---tests---index.php.html">index.php</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>$ldap_info</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$ldap_info">PlaLdapExporter::$ldap_info</a></dd>
<dt><b>$link</b></dt>
<dd>in file tools.php, variable <a href="tools/LAMTool.html#var$link">LAMTool::$link</a><br>&nbsp;&nbsp;&nbsp;&nbsp;link to tool page (relative to templates/)</dd>
<dt><b>lamRunLamdaemonTestSuite</b></dt>
<dd>in file lamdaemonTest.php, function <a href="tools/_templates---tests---lamdaemonTest.php.html#functionlamRunLamdaemonTestSuite">lamRunLamdaemonTestSuite()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Runs all tests for a given server.</dd>
<dt><b>lamTestLamdaemon</b></dt>
<dd>in file lamdaemonTest.php, function <a href="tools/_templates---tests---lamdaemonTest.php.html#functionlamTestLamdaemon">lamTestLamdaemon()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Runs a test case of lamdaemon.</dd>
<dt><b>LAMTool</b></dt>
<dd>in file tools.php, class <a href="tools/LAMTool.html">LAMTool</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Represents a tool.</dd>
<dt><b>LdapEscape</b></dt>
<dd>in file export.inc, method <a href="tools/PlaCSVExporter.html#methodLdapEscape">PlaCSVExporter::LdapEscape()</a></dd>
<dt><b>LdapExportInfo</b></dt>
<dd>in file export.inc, class <a href="tools/LdapExportInfo.html">LdapExportInfo</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This class encapsulate informations about the ldap server from which the export is done.</dd>
<dt><b>LdapExportInfo</b></dt>
<dd>in file export.inc, method <a href="tools/LdapExportInfo.html#methodLdapExportInfo">LdapExportInfo::LdapExportInfo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new LdapExportInfo object</dd>
<dt><b>lamdaemonTest.php</b></dt>
<dd>procedural page <a href="tools/_templates---tests---lamdaemonTest.php.html">lamdaemonTest.php</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>$MAX_LDIF_LINE_LENGTH</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdifExporter.html#var$MAX_LDIF_LINE_LENGTH">PlaLdifExporter::$MAX_LDIF_LINE_LENGTH</a></dd>
<dt><b>$multivalue_separator</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaCSVExporter.html#var$multivalue_separator">PlaCSVExporter::$multivalue_separator</a></dd>
<dt><b>multi_lines_display</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdifExporter.html#methodmulti_lines_display">PlaLdifExporter::multi_lines_display()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Helper method to wrap ldif lines</dd>
<dt><b>MyCustomExporter</b></dt>
<dd>in file export.inc, class <a href="tools/MyCustomExporter.html">MyCustomExporter</a></dd>
<dt><b>MyCutsomExporter</b></dt>
<dd>in file export.inc, method <a href="tools/MyCustomExporter.html#methodMyCutsomExporter">MyCustomExporter::MyCutsomExporter()</a></dd>
<dt><b>massBuildAccounts.php</b></dt>
<dd>procedural page <a href="tools/_templates---massBuildAccounts.php.html">massBuildAccounts.php</a></dd>
<dt><b>masscreate.php</b></dt>
<dd>procedural page <a href="tools/_templates---masscreate.php.html">masscreate.php</a></dd>
<dt><b>massDoUpload.php</b></dt>
<dd>procedural page <a href="tools/_templates---massDoUpload.php.html">massDoUpload.php</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="n"></a>
<div>
<h2>n</h2>
<dl>
<dt><b>$name</b></dt>
<dd>in file tools.php, variable <a href="tools/LAMTool.html#var$name">LAMTool::$name</a><br>&nbsp;&nbsp;&nbsp;&nbsp;name of the tool</dd>
<dt><b>$num_entries</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$num_entries">PlaLdapExporter::$num_entries</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="o"></a>
<div>
<h2>o</h2>
<dl>
<dt><b>ou_edit.php</b></dt>
<dd>procedural page <a href="tools/_templates---ou_edit.php.html">ou_edit.php</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>PlaAbstractExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaAbstractExporter.html">PlaAbstractExporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This class represents the base class of all exporters</dd>
<dt><b>PlaCSVExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaCSVExporter.html">PlaCSVExporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Export to cvs format</dd>
<dt><b>PlaCSVExporter</b></dt>
<dd>in file export.inc, method <a href="tools/PlaCSVExporter.html#methodPlaCSVExporter">PlaCSVExporter::PlaCSVExporter()</a></dd>
<dt><b>PlaDsmlExporter</b></dt>
<dd>in file export.inc, method <a href="tools/PlaDsmlExporter.html#methodPlaDsmlExporter">PlaDsmlExporter::PlaDsmlExporter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a PlaDsmlExporter object</dd>
<dt><b>PlaDsmlExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaDsmlExporter.html">PlaDsmlExporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Export entries to DSML v.1</dd>
<dt><b>PlaExporter</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodPlaExporter">PlaExporter::PlaExporter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor</dd>
<dt><b>PlaExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaExporter.html">PlaExporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;PlaExporter acts a wrapper around another exporter.</dd>
<dt><b>PlaLdapExporter</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdapExporter.html#methodPlaLdapExporter">PlaLdapExporter::PlaLdapExporter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a PlaLdapExporter object.</dd>
<dt><b>PlaLdapExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaLdapExporter.html">PlaLdapExporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Export data from a ldap server</dd>
<dt><b>PlaLdifExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaLdifExporter.html">PlaLdifExporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Export entries to ldif format</dd>
<dt><b>PlaLdifExporter</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdifExporter.html#methodPlaLdifExporter">PlaLdifExporter::PlaLdifExporter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a PlaLdifExporter object</dd>
<dt><b>PlaVcardExporter</b></dt>
<dd>in file export.inc, class <a href="tools/PlaVcardExporter.html">PlaVcardExporter</a></dd>
<dt><b>PlaVcardExporter</b></dt>
<dd>in file export.inc, method <a href="tools/PlaVcardExporter.html#methodPlaVcardExporter">PlaVcardExporter::PlaVcardExporter()</a></dd>
<dt><b>pla_fetch_entry_array</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdapExporter.html#methodpla_fetch_entry_array">PlaLdapExporter::pla_fetch_entry_array()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the entry as an array</dd>
<dt><b>pla_fetch_entry_array</b></dt>
<dd>in file export.inc, method <a href="tools/PlaAbstractExporter.html#methodpla_fetch_entry_array">PlaAbstractExporter::pla_fetch_entry_array()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the entry as an array</dd>
<dt><b>pla_fetch_entry_array</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodpla_fetch_entry_array">PlaExporter::pla_fetch_entry_array()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the entry as an array</dd>
<dt><b>pla_fetch_entry_object</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdapExporter.html#methodpla_fetch_entry_object">PlaLdapExporter::pla_fetch_entry_object()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the entry as an Entry object</dd>
<dt><b>pla_fetch_entry_object</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodpla_fetch_entry_object">PlaExporter::pla_fetch_entry_object()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the entry as an Entry object</dd>
<dt><b>pla_fetch_entry_object</b></dt>
<dd>in file export.inc, method <a href="tools/PlaAbstractExporter.html#methodpla_fetch_entry_object">PlaAbstractExporter::pla_fetch_entry_object()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the entry as an Entry object</dd>
<dt><b>pla_get_ldap_info</b></dt>
<dd>in file export.inc, method <a href="tools/PlaAbstractExporter.html#methodpla_get_ldap_info">PlaAbstractExporter::pla_get_ldap_info()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return a PlaLdapInfo Object</dd>
<dt><b>pla_get_ldap_info</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdapExporter.html#methodpla_get_ldap_info">PlaLdapExporter::pla_get_ldap_info()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return a PlaLdapInfo Object</dd>
<dt><b>pla_get_ldap_info</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodpla_get_ldap_info">PlaExporter::pla_get_ldap_info()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return a PlaLdapInfo Object</dd>
<dt><b>pla_has_entry</b></dt>
<dd>in file export.inc, method <a href="tools/PlaAbstractExporter.html#methodpla_has_entry">PlaAbstractExporter::pla_has_entry()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return true if there is some more entries to be processed</dd>
<dt><b>pla_has_entry</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdapExporter.html#methodpla_has_entry">PlaLdapExporter::pla_has_entry()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return true if there is some more entries to be processed</dd>
<dt><b>pla_has_entry</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodpla_has_entry">PlaExporter::pla_has_entry()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return true if there is some more entries to be processed</dd>
<dt><b>pla_num_entries</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodpla_num_entries">PlaExporter::pla_num_entries()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the number of entries</dd>
<dt><b>pla_num_entries</b></dt>
<dd>in file export.inc, method <a href="tools/PlaLdapExporter.html#methodpla_num_entries">PlaLdapExporter::pla_num_entries()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the number of entries</dd>
<dt><b>pla_num_entries</b></dt>
<dd>in file export.inc, method <a href="tools/PlaAbstractExporter.html#methodpla_num_entries">PlaAbstractExporter::pla_num_entries()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the number of entries</dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="q"></a>
<div>
<h2>q</h2>
<dl>
<dt><b>$qualifier</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaCSVExporter.html#var$qualifier">PlaCSVExporter::$qualifier</a></dd>
<dt><b>$queryFilter</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$queryFilter">PlaLdapExporter::$queryFilter</a></dd>
<dt><b>$query_filter</b></dt>
<dd>in file export.inc, variable <a href="tools/LdapExportInfo.html#var$query_filter">LdapExportInfo::$query_filter</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="r"></a>
<div>
<h2>r</h2>
<dl>
<dt><b>$requiresPasswordChanges</b></dt>
<dd>in file tools.php, variable <a href="tools/LAMTool.html#var$requiresPasswordChanges">LAMTool::$requiresPasswordChanges</a><br>&nbsp;&nbsp;&nbsp;&nbsp;tool requires password change rights</dd>
<dt><b>$requiresWriteAccess</b></dt>
<dd>in file tools.php, variable <a href="tools/LAMTool.html#var$requiresWriteAccess">LAMTool::$requiresWriteAccess</a><br>&nbsp;&nbsp;&nbsp;&nbsp;tool requires write access to LDAP</dd>
<dt><b>$results</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$results">PlaLdapExporter::$results</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>$scope</b></dt>
<dd>in file export.inc, variable <a href="tools/LdapExportInfo.html#var$scope">LdapExportInfo::$scope</a></dd>
<dt><b>$scope</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaLdapExporter.html#var$scope">PlaLdapExporter::$scope</a></dd>
<dt><b>$separator</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaCSVExporter.html#var$separator">PlaCSVExporter::$separator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;When doing an exporter, the method export need to be overriden.</dd>
<dt><b>setOutputFormat</b></dt>
<dd>in file export.inc, method <a href="tools/PlaExporter.html#methodsetOutputFormat">PlaExporter::setOutputFormat()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the carriage return /linefeed for the export</dd>
<dt><b>showColumnData</b></dt>
<dd>in file masscreate.php, function <a href="tools/_templates---masscreate.php.html#functionshowColumnData">showColumnData()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints the properties of one input field.</dd>
<dt><b>showMainPage</b></dt>
<dd>in file masscreate.php, function <a href="tools/_templates---masscreate.php.html#functionshowMainPage">showMainPage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Displays the acount type specific main page of the upload.</dd>
<dt><b>schema.php</b></dt>
<dd>procedural page <a href="tools/_templates---schema---schema.php.html">schema.php</a></dd>
<dt><b>schemaTest.php</b></dt>
<dd>procedural page <a href="tools/_templates---tests---schemaTest.php.html">schemaTest.php</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="t"></a>
<div>
<h2>t</h2>
<dl>
<dt><b>tools.php</b></dt>
<dd>procedural page <a href="tools/_templates---tools.php.html">tools.php</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<hr />
<a name="v"></a>
<div>
<h2>v</h2>
<dl>
<dt><b>$vcardMapping</b></dt>
<dd>in file export.inc, variable <a href="tools/PlaVcardExporter.html#var$vcardMapping">PlaVcardExporter::$vcardMapping</a></dd>
</dl>
</div>
<a href="elementindex_tools.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,255 @@
<html>
<head>
<title>Package types Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">types</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_types.html" class="menu">class tree: types</a> ]
[ <a href="elementindex_types.html" class="menu">index: types</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_Help.html">Help</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_types.html">types</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_main.html">main</a><br />
<a href="li_tests.html">tests</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="types/_lib---baseType.inc.html"> baseType.inc
</a><br>
<a href="types/_lib---types---group.inc.html"> group.inc
</a><br>
<a href="types/_lib---types---host.inc.html"> host.inc
</a><br>
<a href="types/_lib---types---mailAlias.inc.html"> mailAlias.inc
</a><br>
<a href="types/_lib---types---smbDomain.inc.html"> smbDomain.inc
</a><br>
<a href="types/_lib---types.inc.html"> types.inc
</a><br>
<a href="types/_lib---types---user.inc.html"> user.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="types/baseType.html">baseType</a><br />
<a href="types/group.html">group</a><br />
<a href="types/host.html">host</a><br />
<a href="types/mailAlias.html">mailAlias</a><br />
<a href="types/smbDomain.html">smbDomain</a><br />
<a href="types/user.html">user</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package types</h1>
[ <a href="elementindex_types.html#b">b</a> ]
[ <a href="elementindex_types.html#g">g</a> ]
[ <a href="elementindex_types.html#h">h</a> ]
[ <a href="elementindex_types.html#m">m</a> ]
[ <a href="elementindex_types.html#s">s</a> ]
[ <a href="elementindex_types.html#t">t</a> ]
[ <a href="elementindex_types.html#u">u</a> ]
<hr />
<a name="b"></a>
<div>
<h2>b</h2>
<dl>
<dt><b>baseType</b></dt>
<dd>in file baseType.inc, class <a href="types/baseType.html">baseType</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This is the parent class of all account types.</dd>
<dt><b>baseType.inc</b></dt>
<dd>procedural page <a href="types/_lib---baseType.inc.html">baseType.inc</a></dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getAlias</b></dt>
<dd>in file smbDomain.inc, method <a href="types/smbDomain.html#methodgetAlias">smbDomain::getAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of this account type.</dd>
<dt><b>getAlias</b></dt>
<dd>in file baseType.inc, method <a href="types/baseType.html#methodgetAlias">baseType::getAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of this account type.</dd>
<dt><b>getAlias</b></dt>
<dd>in file host.inc, method <a href="types/host.html#methodgetAlias">host::getAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of this account type.</dd>
<dt><b>getAlias</b></dt>
<dd>in file mailAlias.inc, method <a href="types/mailAlias.html#methodgetAlias">mailAlias::getAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of this account type.</dd>
<dt><b>getAlias</b></dt>
<dd>in file group.inc, method <a href="types/group.html#methodgetAlias">group::getAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of this account type.</dd>
<dt><b>getAlias</b></dt>
<dd>in file user.inc, method <a href="types/user.html#methodgetAlias">user::getAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of this account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file host.inc, method <a href="types/host.html#methodgetDefaultListAttributes">host::getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for this account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file smbDomain.inc, method <a href="types/smbDomain.html#methodgetDefaultListAttributes">smbDomain::getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for this account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file user.inc, method <a href="types/user.html#methodgetDefaultListAttributes">user::getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for this account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file types.inc, function <a href="types/_lib---types.inc.html#functiongetDefaultListAttributes">getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for an account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file mailAlias.inc, method <a href="types/mailAlias.html#methodgetDefaultListAttributes">mailAlias::getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for this account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file group.inc, method <a href="types/group.html#methodgetDefaultListAttributes">group::getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for this account type.</dd>
<dt><b>getDefaultListAttributes</b></dt>
<dd>in file baseType.inc, method <a href="types/baseType.html#methodgetDefaultListAttributes">baseType::getDefaultListAttributes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the default attribute list for this account type.</dd>
<dt><b>getDescription</b></dt>
<dd>in file mailAlias.inc, method <a href="types/mailAlias.html#methodgetDescription">mailAlias::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of this account type.</dd>
<dt><b>getDescription</b></dt>
<dd>in file baseType.inc, method <a href="types/baseType.html#methodgetDescription">baseType::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of this account type.</dd>
<dt><b>getDescription</b></dt>
<dd>in file user.inc, method <a href="types/user.html#methodgetDescription">user::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of this account type.</dd>
<dt><b>getDescription</b></dt>
<dd>in file smbDomain.inc, method <a href="types/smbDomain.html#methodgetDescription">smbDomain::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of this account type.</dd>
<dt><b>getDescription</b></dt>
<dd>in file group.inc, method <a href="types/group.html#methodgetDescription">group::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of this account type.</dd>
<dt><b>getDescription</b></dt>
<dd>in file host.inc, method <a href="types/host.html#methodgetDescription">host::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of this account type.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file types.inc, function <a href="types/_lib---types.inc.html#functiongetListAttributeDescriptions">getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file group.inc, method <a href="types/group.html#methodgetListAttributeDescriptions">group::getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file user.inc, method <a href="types/user.html#methodgetListAttributeDescriptions">user::getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file smbDomain.inc, method <a href="types/smbDomain.html#methodgetListAttributeDescriptions">smbDomain::getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file baseType.inc, method <a href="types/baseType.html#methodgetListAttributeDescriptions">baseType::getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file host.inc, method <a href="types/host.html#methodgetListAttributeDescriptions">host::getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListAttributeDescriptions</b></dt>
<dd>in file mailAlias.inc, method <a href="types/mailAlias.html#methodgetListAttributeDescriptions">mailAlias::getListAttributeDescriptions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of attributes which have a translated description.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file group.inc, method <a href="types/group.html#methodgetListClassName">group::getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file types.inc, function <a href="types/_lib---types.inc.html#functiongetListClassName">getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file user.inc, method <a href="types/user.html#methodgetListClassName">user::getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file baseType.inc, method <a href="types/baseType.html#methodgetListClassName">baseType::getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file smbDomain.inc, method <a href="types/smbDomain.html#methodgetListClassName">smbDomain::getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file host.inc, method <a href="types/host.html#methodgetListClassName">host::getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getListClassName</b></dt>
<dd>in file mailAlias.inc, method <a href="types/mailAlias.html#methodgetListClassName">mailAlias::getListClassName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the class name for the list object.</dd>
<dt><b>getTypeAlias</b></dt>
<dd>in file types.inc, function <a href="types/_lib---types.inc.html#functiongetTypeAlias">getTypeAlias()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the alias name of an account type.</dd>
<dt><b>getTypeDescription</b></dt>
<dd>in file types.inc, function <a href="types/_lib---types.inc.html#functiongetTypeDescription">getTypeDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of an account type.</dd>
<dt><b>getTypes</b></dt>
<dd>in file types.inc, function <a href="types/_lib---types.inc.html#functiongetTypes">getTypes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of available account types.</dd>
<dt><b>group</b></dt>
<dd>in file group.inc, class <a href="types/group.html">group</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The account type for group accounts (e.g. Unix and Samba).</dd>
<dt><b>group.inc</b></dt>
<dd>procedural page <a href="types/_lib---types---group.inc.html">group.inc</a></dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<hr />
<a name="h"></a>
<div>
<h2>h</h2>
<dl>
<dt><b>host</b></dt>
<dd>in file host.inc, class <a href="types/host.html">host</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The account type for host accounts (e.g. Samba).</dd>
<dt><b>host.inc</b></dt>
<dd>procedural page <a href="types/_lib---types---host.inc.html">host.inc</a></dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<hr />
<a name="m"></a>
<div>
<h2>m</h2>
<dl>
<dt><b>mailAlias.inc</b></dt>
<dd>procedural page <a href="types/_lib---types---mailAlias.inc.html">mailAlias.inc</a></dd>
<dt><b>mailAlias</b></dt>
<dd>in file mailAlias.inc, class <a href="types/mailAlias.html">mailAlias</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The account type for mail aliases.</dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>smbDomain.inc</b></dt>
<dd>procedural page <a href="types/_lib---types---smbDomain.inc.html">smbDomain.inc</a></dd>
<dt><b>smbDomain</b></dt>
<dd>in file smbDomain.inc, class <a href="types/smbDomain.html">smbDomain</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The account type for Samba domains.</dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<hr />
<a name="t"></a>
<div>
<h2>t</h2>
<dl>
<dt><b>types.inc</b></dt>
<dd>procedural page <a href="types/_lib---types.inc.html">types.inc</a></dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<hr />
<a name="u"></a>
<div>
<h2>u</h2>
<dl>
<dt><b>user.inc</b></dt>
<dd>procedural page <a href="types/_lib---types---user.inc.html">user.inc</a></dd>
<dt><b>user</b></dt>
<dd>in file user.inc, class <a href="types/user.html">user</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The account type for user accounts (e.g. Unix, Samba and Kolab).</dd>
</dl>
</div>
<a href="elementindex_types.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,175 @@
<html>
<head>
<title>phpDocumentor Parser Errors and Warnings</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a href="#Post-parsing">Post-parsing</a><br>
<a href="#fpdf.php">fpdf.php</a><br>
<a href="#schema.inc">schema.inc</a><br>
<a href="#ufpdf.php">ufpdf.php</a><br>
<a name="export.inc"></a>
<h1>export.inc</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 445</b> - Method "displayExportInfo" has no method-level DocBlock.<br>
<b>Warning on line 590</b> - Method "PlaVcardExporter" has no method-level DocBlock.<br>
<b>Warning on line 687</b> - Method "PlaCSVExporter" has no method-level DocBlock.<br>
<b>Warning on line 775</b> - Method "export" has no method-level DocBlock.<br>
<b>Warning on line 781</b> - Method "LdapEscape" has no method-level DocBlock.<br>
<b>Warning on line 795</b> - Method "MyCutsomExporter" has no method-level DocBlock.<br>
<a name="fpdf.php"></a>
<h1>fpdf.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 202</b> - Method "SetMargins" has no method-level DocBlock.<br>
<b>Warning on line 210</b> - Method "SetLeftMargin" has no method-level DocBlock.<br>
<b>Warning on line 216</b> - Method "SetTopMargin" has no method-level DocBlock.<br>
<b>Warning on line 222</b> - Method "SetRightMargin" has no method-level DocBlock.<br>
<b>Warning on line 230</b> - Method "SetAutoPageBreak" has no method-level DocBlock.<br>
<b>Warning on line 243</b> - Method "SetDisplayMode" has no method-level DocBlock.<br>
<b>Warning on line 252</b> - Method "SetCompression" has no method-level DocBlock.<br>
<b>Warning on line 258</b> - Method "SetTitle" has no method-level DocBlock.<br>
<b>Warning on line 264</b> - Method "SetSubject" has no method-level DocBlock.<br>
<b>Warning on line 270</b> - Method "SetAuthor" has no method-level DocBlock.<br>
<b>Warning on line 276</b> - Method "SetKeywords" has no method-level DocBlock.<br>
<b>Warning on line 282</b> - Method "SetCreator" has no method-level DocBlock.<br>
<b>Warning on line 288</b> - Method "AliasNbPages" has no method-level DocBlock.<br>
<b>Warning on line 294</b> - Method "Error" has no method-level DocBlock.<br>
<b>Warning on line 300</b> - Method "Open" has no method-level DocBlock.<br>
<b>Warning on line 317</b> - Method "Close" has no method-level DocBlock.<br>
<b>Warning on line 384</b> - Method "AddPage" has no method-level DocBlock.<br>
<b>Warning on line 389</b> - Method "Header" has no method-level DocBlock.<br>
<b>Warning on line 394</b> - Method "Footer" has no method-level DocBlock.<br>
<b>Warning on line 400</b> - Method "PageNo" has no method-level DocBlock.<br>
<b>Warning on line 411</b> - Method "SetDrawColor" has no method-level DocBlock.<br>
<b>Warning on line 423</b> - Method "SetFillColor" has no method-level DocBlock.<br>
<b>Warning on line 433</b> - Method "SetTextColor" has no method-level DocBlock.<br>
<b>Warning on line 445</b> - Method "GetStringWidth" has no method-level DocBlock.<br>
<b>Warning on line 453</b> - Method "SetLineWidth" has no method-level DocBlock.<br>
<b>Warning on line 459</b> - Method "Line" has no method-level DocBlock.<br>
<b>Warning on line 471</b> - Method "Rect" has no method-level DocBlock.<br>
<b>Warning on line 519</b> - Method "AddFont" has no method-level DocBlock.<br>
<b>Warning on line 579</b> - Method "SetFont" has no method-level DocBlock.<br>
<b>Warning on line 590</b> - Method "SetFontSize" has no method-level DocBlock.<br>
<b>Warning on line 598</b> - Method "AddLink" has no method-level DocBlock.<br>
<b>Warning on line 608</b> - Method "SetLink" has no method-level DocBlock.<br>
<b>Warning on line 614</b> - Method "Link" has no method-level DocBlock.<br>
<b>Warning on line 625</b> - Method "Text" has no method-level DocBlock.<br>
<b>Warning on line 631</b> - Method "AcceptPageBreak" has no method-level DocBlock.<br>
<b>Warning on line 710</b> - Method "Cell" has no method-level DocBlock.<br>
<b>Warning on line 823</b> - Method "MultiCell" has no method-level DocBlock.<br>
<b>Warning on line 904</b> - Method "Write" has no method-level DocBlock.<br>
<b>Warning on line 954</b> - Method "Image" has no method-level DocBlock.<br>
<b>Warning on line 964</b> - Method "Ln" has no method-level DocBlock.<br>
<b>Warning on line 970</b> - Method "GetX" has no method-level DocBlock.<br>
<b>Warning on line 979</b> - Method "SetX" has no method-level DocBlock.<br>
<b>Warning on line 985</b> - Method "GetY" has no method-level DocBlock.<br>
<b>Warning on line 995</b> - Method "SetY" has no method-level DocBlock.<br>
<b>Warning on line 1002</b> - Method "SetXY" has no method-level DocBlock.<br>
<b>Warning on line 1070</b> - Method "Output" has no method-level DocBlock.<br>
<b>Warning on line 1092</b> - Method "_getfontpath" has no method-level DocBlock.<br>
<b>Warning on line 1163</b> - Method "_putpages" has no method-level DocBlock.<br>
<b>Warning on line 1280</b> - Method "_putfonts" has no method-level DocBlock.<br>
<b>Warning on line 1328</b> - Method "_putimages" has no method-level DocBlock.<br>
<b>Warning on line 1334</b> - Method "_putxobjectdict" has no method-level DocBlock.<br>
<b>Warning on line 1346</b> - Method "_putresourcedict" has no method-level DocBlock.<br>
<b>Warning on line 1359</b> - Method "_putresources" has no method-level DocBlock.<br>
<b>Warning on line 1375</b> - Method "_putinfo" has no method-level DocBlock.<br>
<b>Warning on line 1395</b> - Method "_putcatalog" has no method-level DocBlock.<br>
<b>Warning on line 1400</b> - Method "_putheader" has no method-level DocBlock.<br>
<b>Warning on line 1407</b> - Method "_puttrailer" has no method-level DocBlock.<br>
<b>Warning on line 1442</b> - Method "_enddoc" has no method-level DocBlock.<br>
<b>Warning on line 1481</b> - Method "_beginpage" has no method-level DocBlock.<br>
<b>Warning on line 1487</b> - Method "_endpage" has no method-level DocBlock.<br>
<b>Warning on line 1495</b> - Method "_newobj" has no method-level DocBlock.<br>
<b>Warning on line 1504</b> - Method "_dounderline" has no method-level DocBlock.<br>
<b>Warning on line 1528</b> - Method "_parsejpg" has no method-level DocBlock.<br>
<b>Warning on line 1611</b> - Method "_parsepng" has no method-level DocBlock.<br>
<b>Warning on line 1618</b> - Method "_freadint" has no method-level DocBlock.<br>
<b>Warning on line 1624</b> - Method "_textstring" has no method-level DocBlock.<br>
<b>Warning on line 1630</b> - Method "_escape" has no method-level DocBlock.<br>
<b>Warning on line 1637</b> - Method "_putstream" has no method-level DocBlock.<br>
<b>Warning on line 1646</b> - Method "_out" has no method-level DocBlock.<br>
<a name="schema.inc"></a>
<h1>schema.inc</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 67</b> - Method "setOID" has no method-level DocBlock.<br>
<b>Warning on line 72</b> - Method "setDescription" has no method-level DocBlock.<br>
<b>Warning on line 77</b> - Method "getOID" has no method-level DocBlock.<br>
<b>Warning on line 82</b> - Method "getDescription" has no method-level DocBlock.<br>
<b>Warning on line 1232</b> - Method "MatchingRuleUse" has no method-level DocBlock.<br>
<a name="ufpdf.php"></a>
<h1>ufpdf.php</h1>
<h2>Warnings:</h2><br>
<b>Warning on line 70</b> - Method "GetStringWidth" has no method-level DocBlock.<br>
<b>Warning on line 99</b> - Method "AddFont" has no method-level DocBlock.<br>
<b>Warning on line 110</b> - Method "Text" has no method-level DocBlock.<br>
<b>Warning on line 116</b> - Method "AcceptPageBreak" has no method-level DocBlock.<br>
<b>Warning on line 196</b> - Method "Cell" has no method-level DocBlock.<br>
<b>Warning on line 321</b> - Method "MultiCell" has no method-level DocBlock.<br>
<b>Warning on line 404</b> - Method "Write" has no method-level DocBlock.<br>
<b>Warning on line 410</b> - Method "AliasNbPages" has no method-level DocBlock.<br>
<b>Warning on line 487</b> - Method "_dounderline" has no method-level DocBlock.<br>
<b>Warning on line 495</b> - Method "_textstring" has no method-level DocBlock.<br>
<b>Warning on line 503</b> - Method "_escapetext" has no method-level DocBlock.<br>
<b>Warning on line 519</b> - Method "_putinfo" has no method-level DocBlock.<br>
<b>Warning on line 592</b> - Method "_putpages" has no method-level DocBlock.<br>
<b>Warning on line 694</b> - Method "utf8_to_utf16be" has no method-level DocBlock.<br>
<b>Warning on line 702</b> - Method "code2utf" has no method-level DocBlock.<br>
<b>Warning on line 706</b> - Method "strlen" has no method-level DocBlock.<br>
<b>Warning on line 721</b> - Method "utf8_substr" has no method-level DocBlock.<br>
<b>Warning on line 813</b> - Method "utf8_to_codepoints" has no method-level DocBlock.<br>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,65 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">default</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to default!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,76 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">Help</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_Help.html" class="menu">class tree: Help</a> ]
[ <a href="elementindex_Help.html" class="menu">index: Help</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="Help/_help---help.inc.html"> help.inc
</a><br>
<a href="Help/_templates---help.php.html"> help.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to Help!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,79 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">LDAP</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_LDAP.html" class="menu">class tree: LDAP</a> ]
[ <a href="elementindex_LDAP.html" class="menu">index: LDAP</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="LDAP/_lib---ldap.inc.html"> ldap.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="LDAP/Ldap.html">Ldap</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to LDAP!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,106 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PDF</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_PDF.html" class="menu">class tree: PDF</a> ]
[ <a href="elementindex_PDF.html" class="menu">index: PDF</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="PDF/_lib---fpdf.php.html"> fpdf.php
</a><br>
<a href="PDF/_lib---lamPDF.inc.html"> lamPDF.inc
</a><br>
<a href="PDF/_lib---pdf.inc.html"> pdf.inc
</a><br>
<a href="PDF/_templates---pdfedit---pdfdelete.php.html"> pdfdelete.php
</a><br>
<a href="PDF/_templates---pdfedit---pdfmain.php.html"> pdfmain.php
</a><br>
<a href="PDF/_templates---pdfedit---pdfpage.php.html"> pdfpage.php
</a><br>
<a href="PDF/_lib---pdfstruct.inc.html"> pdfstruct.inc
</a><br>
<a href="PDF/_lib---ufpdf.php.html"> ufpdf.php
</a><br>
<a href="PDF/_lib---font---vera.php.html"> vera.php
</a><br>
<a href="PDF/_lib---font---verab.php.html"> verab.php
</a><br>
<a href="PDF/_lib---font---verabi.php.html"> verabi.php
</a><br>
<a href="PDF/_lib---font---verai.php.html"> verai.php
</a><br>
<a href="PDF/_lib---xml_parser.inc.html"> xml_parser.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="PDF/FPDF.html">FPDF</a><br />
<a href="PDF/lamPDF.html">lamPDF</a><br />
<a href="PDF/UFPDF.html">UFPDF</a><br />
<a href="PDF/xmlParser.html">xmlParser</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to PDF!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:13 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,96 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">configuration</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_configuration.html" class="menu">class tree: configuration</a> ]
[ <a href="elementindex_configuration.html" class="menu">index: configuration</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="configuration/_lib---config.inc.html"> config.inc
</a><br>
<a href="configuration/_templates---config---conflogin.php.html"> conflogin.php
</a><br>
<a href="configuration/_templates---config---confmain.php.html"> confmain.php
</a><br>
<a href="configuration/_templates---config---confmodules.php.html"> confmodules.php
</a><br>
<a href="configuration/_templates---config---conftypes.php.html"> conftypes.php
</a><br>
<a href="configuration/_templates---config---index.php.html"> index.php
</a><br>
<a href="configuration/_templates---config---mainlogin.php.html"> mainlogin.php
</a><br>
<a href="configuration/_templates---config---mainmanage.php.html"> mainmanage.php
</a><br>
<a href="configuration/_templates---config---profmanage.php.html"> profmanage.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="configuration/LAMCfgMain.html">LAMCfgMain</a><br />
<a href="configuration/LAMConfig.html">LAMConfig</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to configuration!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,94 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="lib/AttributeType.html">AttributeType</a><br />
<a href="lib/cache.html">cache</a><br />
<a href="lib/MatchingRule.html">MatchingRule</a><br />
<a href="lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="lib/ObjectClass.html">ObjectClass</a><br />
<a href="lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="lib/SchemaItem.html">SchemaItem</a><br />
<a href="lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to lib!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,152 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="lists/lamGroupList.html">lamGroupList</a><br />
<a href="lists/lamHostList.html">lamHostList</a><br />
<a href="lists/lamList.html">lamList</a><br />
<a href="lists/lamListOption.html">lamListOption</a><br />
<a href="lists/lamListTool.html">lamListTool</a><br />
<a href="lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to lists!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,84 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">main</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_main.html" class="menu">class tree: main</a> ]
[ <a href="elementindex_main.html" class="menu">index: main</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="main/_templates---delete.php.html"> delete.php
</a><br>
<a href="main/_templates---initsuff.php.html"> initsuff.php
</a><br>
<a href="main/_templates---login.php.html"> login.php
</a><br>
<a href="main/_templates---logout.php.html"> logout.php
</a><br>
<a href="main/_templates---main.php.html"> main.php
</a><br>
<a href="main/_templates---main_header.php.html"> main_header.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to main!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,138 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">modules</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_modules.html" class="menu">class tree: modules</a> ]
[ <a href="elementindex_modules.html" class="menu">index: modules</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="modules/_lib---modules---account.inc.html"> account.inc
</a><br>
<a href="modules/_lib---baseModule.inc.html"> baseModule.inc
</a><br>
<a href="modules/_lib---createntlm.inc.html"> createntlm.inc
</a><br>
<a href="modules/_templates---account---edit.php.html"> edit.php
</a><br>
<a href="modules/_lib---modules---ieee802device.inc.html"> ieee802device.inc
</a><br>
<a href="modules/_lib---modules---inetLocalMailRecipient.inc.html"> inetLocalMailRecipient.inc
</a><br>
<a href="modules/_lib---modules---inetOrgPerson.inc.html"> inetOrgPerson.inc
</a><br>
<a href="modules/_lib---modules---kolabUser.inc.html"> kolabUser.inc
</a><br>
<a href="modules/_lib---lamdaemon.inc.html"> lamdaemon.inc
</a><br>
<a href="modules/_lib---modules---ldapPublicKey.inc.html"> ldapPublicKey.inc
</a><br>
<a href="modules/_lib---modules.inc.html"> modules.inc
</a><br>
<a href="modules/_lib---modules---nisMailAlias.inc.html"> nisMailAlias.inc
</a><br>
<a href="modules/_lib---modules---posixAccount.inc.html"> posixAccount.inc
</a><br>
<a href="modules/_lib---modules---posixGroup.inc.html"> posixGroup.inc
</a><br>
<a href="modules/_lib---modules---quota.inc.html"> quota.inc
</a><br>
<a href="modules/_lib---modules---sambaAccount.inc.html"> sambaAccount.inc
</a><br>
<a href="modules/_lib---modules---sambaDomain.inc.html"> sambaDomain.inc
</a><br>
<a href="modules/_lib---modules---sambaGroupMapping.inc.html"> sambaGroupMapping.inc
</a><br>
<a href="modules/_lib---modules---sambaSamAccount---sambaMungedDial.inc.html"> sambaMungedDial.inc
</a><br>
<a href="modules/_lib---modules---sambaSamAccount.inc.html"> sambaSamAccount.inc
</a><br>
<a href="modules/_lib---modules---shadowAccount.inc.html"> shadowAccount.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="modules/account.html">account</a><br />
<a href="modules/accountContainer.html">accountContainer</a><br />
<a href="modules/baseModule.html">baseModule</a><br />
<a href="modules/ieee802Device.html">ieee802Device</a><br />
<a href="modules/inetLocalMailRecipient.html">inetLocalMailRecipient</a><br />
<a href="modules/inetOrgPerson.html">inetOrgPerson</a><br />
<a href="modules/kolabUser.html">kolabUser</a><br />
<a href="modules/ldapPublicKey.html">ldapPublicKey</a><br />
<a href="modules/nisMailAlias.html">nisMailAlias</a><br />
<a href="modules/posixAccount.html">posixAccount</a><br />
<a href="modules/posixGroup.html">posixGroup</a><br />
<a href="modules/quota.html">quota</a><br />
<a href="modules/samba3domain.html">samba3domain</a><br />
<a href="modules/sambaAccount.html">sambaAccount</a><br />
<a href="modules/sambaDomain.html">sambaDomain</a><br />
<a href="modules/sambaGroupMapping.html">sambaGroupMapping</a><br />
<a href="modules/sambaMungedDial.html">sambaMungedDial</a><br />
<a href="modules/sambaSamAccount.html">sambaSamAccount</a><br />
<a href="modules/shadowAccount.html">shadowAccount</a><br />
<a href="modules/smbHash.html">smbHash</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to modules!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,80 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">profiles</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_profiles.html" class="menu">class tree: profiles</a> ]
[ <a href="elementindex_profiles.html" class="menu">index: profiles</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="profiles/_templates---profedit---profiledelete.php.html"> profiledelete.php
</a><br>
<a href="profiles/_templates---profedit---profilemain.php.html"> profilemain.php
</a><br>
<a href="profiles/_templates---profedit---profilepage.php.html"> profilepage.php
</a><br>
<a href="profiles/_lib---profiles.inc.html"> profiles.inc
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to profiles!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,79 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">selfService</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_selfService.html" class="menu">class tree: selfService</a> ]
[ <a href="elementindex_selfService.html" class="menu">index: selfService</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="selfService/_lib---selfService.inc.html"> selfService.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="selfService/selfServiceProfile.html">selfServiceProfile</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to selfService!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,78 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">tests</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_tests.html" class="menu">class tree: tests</a> ]
[ <a href="elementindex_tests.html" class="menu">index: tests</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="tests/_tests---conf-main-test.php.html"> conf-main-test.php
</a><br>
<a href="tests/_tests---conf-test.php.html"> conf-test.php
</a><br>
<a href="tests/_tests---status-test.php.html"> status-test.php
</a><br>
</div><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to tests!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,106 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">tools</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_tools.html" class="menu">class tree: tools</a> ]
[ <a href="elementindex_tools.html" class="menu">index: tools</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="tools/_lib---export.inc.html"> export.inc
</a><br>
<a href="tools/_templates---tests---index.php.html"> index.php
</a><br>
<a href="tools/_templates---tests---lamdaemonTest.php.html"> lamdaemonTest.php
</a><br>
<a href="tools/_templates---massBuildAccounts.php.html"> massBuildAccounts.php
</a><br>
<a href="tools/_templates---masscreate.php.html"> masscreate.php
</a><br>
<a href="tools/_templates---massDoUpload.php.html"> massDoUpload.php
</a><br>
<a href="tools/_templates---ou_edit.php.html"> ou_edit.php
</a><br>
<a href="tools/_templates---schema---schema.php.html"> schema.php
</a><br>
<a href="tools/_templates---tests---schemaTest.php.html"> schemaTest.php
</a><br>
<a href="tools/_templates---tools.php.html"> tools.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="tools/LAMTool.html">LAMTool</a><br />
<a href="tools/LdapExportInfo.html">LdapExportInfo</a><br />
<a href="tools/MyCustomExporter.html">MyCustomExporter</a><br />
<a href="tools/PlaAbstractExporter.html">PlaAbstractExporter</a><br />
<a href="tools/PlaCSVExporter.html">PlaCSVExporter</a><br />
<a href="tools/PlaDsmlExporter.html">PlaDsmlExporter</a><br />
<a href="tools/PlaExporter.html">PlaExporter</a><br />
<a href="tools/PlaLdapExporter.html">PlaLdapExporter</a><br />
<a href="tools/PlaLdifExporter.html">PlaLdifExporter</a><br />
<a href="tools/PlaVcardExporter.html">PlaVcardExporter</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to tools!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,96 @@
<html>
<head>
<title>LDAP Account Manager - Documentation</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">types</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_types.html" class="menu">class tree: types</a> ]
[ <a href="elementindex_types.html" class="menu">index: types</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
<p><a href="ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="types/_lib---baseType.inc.html"> baseType.inc
</a><br>
<a href="types/_lib---types---group.inc.html"> group.inc
</a><br>
<a href="types/_lib---types---host.inc.html"> host.inc
</a><br>
<a href="types/_lib---types---mailAlias.inc.html"> mailAlias.inc
</a><br>
<a href="types/_lib---types---smbDomain.inc.html"> smbDomain.inc
</a><br>
<a href="types/_lib---types.inc.html"> types.inc
</a><br>
<a href="types/_lib---types---user.inc.html"> user.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="types/baseType.html">baseType</a><br />
<a href="types/group.html">group</a><br />
<a href="types/host.html">host</a><br />
<a href="types/mailAlias.html">mailAlias</a><br />
<a href="types/smbDomain.html">smbDomain</a><br />
<a href="types/user.html">user</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<div align="center"><h1>LDAP Account Manager - Documentation</h1></div>
<b>Welcome to types!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.0</a><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:14 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,473 @@
<html>
<head>
<title>Docs For Class MatchingRule</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: MatchingRule</h1>
Source Location: /lib/schema.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lib/SchemaItem.html">SchemaItem</a>
|
--MatchingRule</pre><br />
<div class="description">Represents an LDAP MatchingRule</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../lib/MatchingRule.html#var$is_obsolete">$is_obsolete</a></li>
<li><a href="../lib/MatchingRule.html#var$name">$name</a></li>
<li><a href="../lib/MatchingRule.html#var$syntax">$syntax</a></li>
<li><a href="../lib/MatchingRule.html#var$used_by_attrs">$used_by_attrs</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/MatchingRule.html#methodMatchingRule">MatchingRule</a></li>
<li><a href="../lib/MatchingRule.html#methodaddUsedByAttr">addUsedByAttr</a></li>
<li><a href="../lib/MatchingRule.html#methodgetIsObsolete">getIsObsolete</a></li>
<li><a href="../lib/MatchingRule.html#methodgetName">getName</a></li>
<li><a href="../lib/MatchingRule.html#methodgetUsedByAttrs">getUsedByAttrs</a></li>
<li><a href="../lib/MatchingRule.html#methodinitVars">initVars</a></li>
<li><a href="../lib/MatchingRule.html#methodsetUsedByAttrs">setUsedByAttrs</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#var$description">SchemaItem::$description</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#var$oid">SchemaItem::$oid</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#methodSchemaItem">SchemaItem::SchemaItem()</a>
</dt>
<dd>
Default constructor.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetDescription">SchemaItem::getDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetOID">SchemaItem::getOID()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a>
</dt>
<dd>
Initialize class members to default values.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetDescription">SchemaItem::setDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetOID">SchemaItem::setOID()</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 1019]<br />
Represents an LDAP MatchingRule<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$is_obsolete"></a>
<p></p>
<h4>$is_obsolete = <span class="value"></span></h4>
<p>[line 1026]</p>
Boolean value indicating whether this MatchingRule is obsolete<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$name"></a>
<p></p>
<h4>$name = <span class="value"></span></h4>
<p>[line 1022]</p>
This rule's name<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$syntax"></a>
<p></p>
<h4>$syntax = <span class="value"></span></h4>
<p>[line 1024]</p>
This rule's syntax OID<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$used_by_attrs"></a>
<p></p>
<h4>$used_by_attrs = <span class="value"></span></h4>
<p>[line 1028]</p>
An array of attribute names who use this MatchingRule<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodMatchingRule"></a>
<h3>constructor MatchingRule <span class="smalllinenumber">[line 1045]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>MatchingRule MatchingRule(
$raw_ldap_matching_rule_string)</code>
</td></tr></table>
</td></tr></table><br />
Creates a new MatchingRule object from a raw LDAP MatchingRule string.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$raw_ldap_matching_rule_string</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddUsedByAttr"></a>
<h3>method addUsedByAttr <span class="smalllinenumber">[line 1115]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>true addUsedByAttr(
$new_attr_name)</code>
</td></tr></table>
</td></tr></table><br />
Adds an attribute name to the list of attributes who use this MatchingRule<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>if the attribute was added and false otherwise (already in the list)</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$new_attr_name</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetIsObsolete"></a>
<h3>method getIsObsolete <span class="smalllinenumber">[line 1137]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>bool getIsObsolete(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets whether this MatchingRule is flagged as obsolete by the LDAP server.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>True if this MatchingRule is obsolete and false otherwise.</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetName"></a>
<h3>method getName <span class="smalllinenumber">[line 1128]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getName(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets this MatchingRule's name.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The name.</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetUsedByAttrs"></a>
<h3>method getUsedByAttrs <span class="smalllinenumber">[line 1146]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getUsedByAttrs(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets an array of attribute names (strings) which use this MatchingRule<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The array of attribute names (strings).</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodinitVars"></a>
<h3>method initVars <span class="smalllinenumber">[line 1031]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void initVars(
)</code>
</td></tr></table>
</td></tr></table><br />
Initialize the class' member variables<br /><br /><br /><br />
Overrides <a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a> (Initialize class members to default values.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetUsedByAttrs"></a>
<h3>method setUsedByAttrs <span class="smalllinenumber">[line 1106]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setUsedByAttrs(
array
$attrs)</code>
</td></tr></table>
</td></tr></table><br />
Sets the list of used_by_attrs to the array specified by $attrs;<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$attrs</b>&nbsp;&nbsp;</td>
<td>The array of attribute names (strings) which use this MatchingRule</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:54 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,350 @@
<html>
<head>
<title>Docs For Class MatchingRuleUse</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: MatchingRuleUse</h1>
Source Location: /lib/schema.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lib/SchemaItem.html">SchemaItem</a>
|
--MatchingRuleUse</pre><br />
<div class="description">Represents an LDAP schema matchingRuleUse entry</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../lib/MatchingRuleUse.html#var$name">$name</a></li>
<li><a href="../lib/MatchingRuleUse.html#var$used_by_attrs">$used_by_attrs</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/MatchingRuleUse.html#methodMatchingRuleUse">MatchingRuleUse</a></li>
<li><a href="../lib/MatchingRuleUse.html#methodgetName">getName</a></li>
<li><a href="../lib/MatchingRuleUse.html#methodgetUsedByAttrs">getUsedByAttrs</a></li>
<li><a href="../lib/MatchingRuleUse.html#methodinitVars">initVars</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#var$description">SchemaItem::$description</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#var$oid">SchemaItem::$oid</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#methodSchemaItem">SchemaItem::SchemaItem()</a>
</dt>
<dd>
Default constructor.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetDescription">SchemaItem::getDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetOID">SchemaItem::getOID()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a>
</dt>
<dd>
Initialize class members to default values.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetDescription">SchemaItem::setDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetOID">SchemaItem::setOID()</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 1157]<br />
Represents an LDAP schema matchingRuleUse entry<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$name"></a>
<p></p>
<h4>$name = <span class="value"></span></h4>
<p>[line 1160]</p>
The name of the MathingRule this applies to<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$used_by_attrs"></a>
<p></p>
<h4>$used_by_attrs = <span class="value"></span></h4>
<p>[line 1163]</p>
An array of attributeType names who make use of the mathingRule<br /><br /><p>identified by $this-&gt;oid and $this-&gt;name</p><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodMatchingRuleUse"></a>
<h3>constructor MatchingRuleUse <span class="smalllinenumber">[line 1174]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>MatchingRuleUse MatchingRuleUse(
$raw_matching_rule_use_string)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$raw_matching_rule_use_string</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetName"></a>
<h3>method getName <span class="smalllinenumber">[line 1239]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getName(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets this MatchingRuleUse's name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The name</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetUsedByAttrs"></a>
<h3>method getUsedByAttrs <span class="smalllinenumber">[line 1248]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getUsedByAttrs(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets an array of attribute names (strings) which use this MatchingRuleUse object.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The array of attribute names (strings).</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodinitVars"></a>
<h3>method initVars <span class="smalllinenumber">[line 1166]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void initVars(
)</code>
</td></tr></table>
</td></tr></table><br />
Initialize the class' member variables<br /><br /><br /><br />
Overrides <a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a> (Initialize class members to default values.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:54 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,770 @@
<html>
<head>
<title>Docs For Class ObjectClass</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: ObjectClass</h1>
Source Location: /lib/schema.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lib/SchemaItem.html">SchemaItem</a>
|
--ObjectClass</pre><br />
<div class="description">Represents an LDAP objectClass</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../lib/ObjectClass.html#var$children_objectclasses">$children_objectclasses</a></li>
<li><a href="../lib/ObjectClass.html#var$is_obsolete">$is_obsolete</a></li>
<li><a href="../lib/ObjectClass.html#var$may_attrs">$may_attrs</a></li>
<li><a href="../lib/ObjectClass.html#var$must_attrs">$must_attrs</a></li>
<li><a href="../lib/ObjectClass.html#var$name">$name</a></li>
<li><a href="../lib/ObjectClass.html#var$sup_classes">$sup_classes</a></li>
<li><a href="../lib/ObjectClass.html#var$type">$type</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/ObjectClass.html#methodObjectClass">ObjectClass</a></li>
<li><a href="../lib/ObjectClass.html#methodaddChildObjectClass">addChildObjectClass</a></li>
<li><a href="../lib/ObjectClass.html#methodaddMayAttrs">addMayAttrs</a></li>
<li><a href="../lib/ObjectClass.html#methodaddMustAttrs">addMustAttrs</a></li>
<li><a href="../lib/ObjectClass.html#methodgetChildObjectClasses">getChildObjectClasses</a></li>
<li><a href="../lib/ObjectClass.html#methodgetIsObsolete">getIsObsolete</a></li>
<li><a href="../lib/ObjectClass.html#methodgetMayAttrNames">getMayAttrNames</a></li>
<li><a href="../lib/ObjectClass.html#methodgetMayAttrs">getMayAttrs</a></li>
<li><a href="../lib/ObjectClass.html#methodgetMustAttrNames">getMustAttrNames</a></li>
<li><a href="../lib/ObjectClass.html#methodgetMustAttrs">getMustAttrs</a></li>
<li><a href="../lib/ObjectClass.html#methodgetName">getName</a></li>
<li><a href="../lib/ObjectClass.html#methodgetSupClasses">getSupClasses</a></li>
<li><a href="../lib/ObjectClass.html#methodgetType">getType</a></li>
<li><a href="../lib/ObjectClass.html#methodinitVars">initVars</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#var$description">SchemaItem::$description</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#var$oid">SchemaItem::$oid</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#methodSchemaItem">SchemaItem::SchemaItem()</a>
</dt>
<dd>
Default constructor.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetDescription">SchemaItem::getDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetOID">SchemaItem::getOID()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a>
</dt>
<dd>
Initialize class members to default values.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetDescription">SchemaItem::setDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetOID">SchemaItem::setOID()</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 91]<br />
Represents an LDAP objectClass<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$children_objectclasses"></a>
<p></p>
<h4>$children_objectclasses = <span class="value"></span></h4>
<p>[line 106]</p>
array of objectClasses which inherit from this one (must be set at runtime explicitly by the caller)<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$is_obsolete"></a>
<p></p>
<h4>$is_obsolete = <span class="value"></span></h4>
<p>[line 104]</p>
boolean value indicating whether this objectClass is obsolete<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$may_attrs"></a>
<p></p>
<h4>$may_attrs = <span class="value"></span></h4>
<p>[line 102]</p>
arrays of attribute names that this objectClass allows, but does not require<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$must_attrs"></a>
<p></p>
<h4>$must_attrs = <span class="value"></span></h4>
<p>[line 100]</p>
arrays of attribute names that this objectClass requires<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$name"></a>
<p></p>
<h4>$name = <span class="value"></span></h4>
<p>[line 94]</p>
This objectClass' name, ie &quot;inetOrgPerson&quot;<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$sup_classes"></a>
<p></p>
<h4>$sup_classes = <span class="value"></span></h4>
<p>[line 96]</p>
array of objectClass names from which this objectClass inherits<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$type"></a>
<p></p>
<h4>$type = <span class="value"></span></h4>
<p>[line 98]</p>
one of STRUCTURAL, ABSTRACT, or AUXILIARY<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodObjectClass"></a>
<h3>constructor ObjectClass <span class="smalllinenumber">[line 126]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>ObjectClass ObjectClass(
$raw_ldap_schema_string)</code>
</td></tr></table>
</td></tr></table><br />
Creates a new ObjectClass object given a raw LDAP objectClass string.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$raw_ldap_schema_string</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddChildObjectClass"></a>
<h3>method addChildObjectClass <span class="smalllinenumber">[line 376]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>bool addChildObjectClass(
String
$object_class_name)</code>
</td></tr></table>
</td></tr></table><br />
Adds an objectClass to the list of objectClasses that inherit from this objectClass.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>Returns true on success or false on failure (objectclass already existed for example)</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$object_class_name</b>&nbsp;&nbsp;</td>
<td>The name of the objectClass to add</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddMayAttrs"></a>
<h3>method addMayAttrs <span class="smalllinenumber">[line 454]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addMayAttrs(
array
$new_may_attrs)</code>
</td></tr></table>
</td></tr></table><br />
Behaves identically to addMustAttrs, but it operates on the MAY attributes of this objectClass.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$new_may_attrs</b>&nbsp;&nbsp;</td>
<td>An array of attribute names (strings) to add.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddMustAttrs"></a>
<h3>method addMustAttrs <span class="smalllinenumber">[line 439]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addMustAttrs(
array
$new_must_attrs)</code>
</td></tr></table>
</td></tr></table><br />
Adds the specified array of attributes to this objectClass' list of MUST attributes. The resulting array of must attributes will contain unique members.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$new_must_attrs</b>&nbsp;&nbsp;</td>
<td>An array of attribute names (strings) to add.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetChildObjectClasses"></a>
<h3>method getChildObjectClasses <span class="smalllinenumber">[line 392]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>Array getChildObjectClasses(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the array of objectClass names which inherit from this objectClass.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>Names of objectClasses which inherit from this objectClass.</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetIsObsolete"></a>
<h3>method getIsObsolete <span class="smalllinenumber">[line 427]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getIsObsolete(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets whether this objectClass is flagged as obsolete by the LDAP server.<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMayAttrNames"></a>
<h3>method getMayAttrNames <span class="smalllinenumber">[line 361]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMayAttrNames(
[array
$oclasses = null])</code>
</td></tr></table>
</td></tr></table><br />
Gets an array of attribute names (strings) that entries of this ObjectClass must define.<br /><br /><p>This differs from getMayAttrs in that it returns an array of strings rather than array of AttributeType objects</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The array of allowed attribute names (strings).</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMustAttrNames">ObjectClass::getMustAttrNames()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMayAttrs">ObjectClass::getMayAttrs()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMustAttrs">ObjectClass::getMustAttrs()</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$oclasses</b>&nbsp;&nbsp;</td>
<td>An array of ObjectClass objects to use when traversing the inheritance tree. This presents some what of a bootstrapping problem as we must fetch all objectClasses to determine through inheritance which attributes this objectClass provides.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMayAttrs"></a>
<h3>method getMayAttrs <span class="smalllinenumber">[line 303]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMayAttrs(
[array
$oclasses = NULL])</code>
</td></tr></table>
</td></tr></table><br />
Gets an array of AttributeType objects that entries of this ObjectClass may define.<br /><br /><p>This differs from getMayAttrNames in that it returns an array of AttributeType objects</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The array of allowed AttributeType objects.</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/AttributeType.html">AttributeType</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMayAttrNames">ObjectClass::getMayAttrNames()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMustAttrs">ObjectClass::getMustAttrs()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMustAttrNames">ObjectClass::getMustAttrNames()</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$oclasses</b>&nbsp;&nbsp;</td>
<td>An array of ObjectClass objects to use when traversing the inheritance tree. This presents some what of a bootstrapping problem as we must fetch all objectClasses to determine through inheritance which attributes this objectClass provides.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMustAttrNames"></a>
<h3>method getMustAttrNames <span class="smalllinenumber">[line 337]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMustAttrNames(
[array
$oclasses = null])</code>
</td></tr></table>
</td></tr></table><br />
Gets an array of attribute names (strings) that entries of this ObjectClass must define.<br /><br /><p>This differs from getMustAttrs in that it returns an array of strings rather than array of AttributeType objects</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The array of allowed attribute names (strings).</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMayAttrNames">ObjectClass::getMayAttrNames()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMayAttrs">ObjectClass::getMayAttrs()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMustAttrs">ObjectClass::getMustAttrs()</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$oclasses</b>&nbsp;&nbsp;</td>
<td>An array of ObjectClass objects to use when traversing the inheritance tree. This presents some what of a bootstrapping problem as we must fetch all objectClasses to determine through inheritance which attributes this objectClass provides.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMustAttrs"></a>
<h3>method getMustAttrs <span class="smalllinenumber">[line 269]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMustAttrs(
[array
$oclasses = NULL])</code>
</td></tr></table>
</td></tr></table><br />
Gets an array of AttributeType objects that entries of this ObjectClass must define.<br /><br /><p>This differs from getMustAttrNames in that it returns an array of AttributeType objects</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The array of required AttributeType objects.</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMayAttrNames">ObjectClass::getMayAttrNames()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMayAttrs">ObjectClass::getMayAttrs()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html#methodgetMustAttrNames">ObjectClass::getMustAttrNames()</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$oclasses</b>&nbsp;&nbsp;</td>
<td>An array of ObjectClass objects to use when traversing the inheritance tree. This presents some what of a bootstrapping problem as we must fetch all objectClasses to determine through inheritance which attributes this objectClass requires.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetName"></a>
<h3>method getName <span class="smalllinenumber">[line 401]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getName(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets the name of this objectClass (ie, &quot;inetOrgPerson&quot;)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The name of the objectClass</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetSupClasses"></a>
<h3>method getSupClasses <span class="smalllinenumber">[line 411]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getSupClasses(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets the objectClass names from which this objectClass inherits.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>An array of objectClass names (strings)</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetType"></a>
<h3>method getType <span class="smalllinenumber">[line 419]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getType(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets the type of this objectClass: STRUCTURAL, ABSTRACT, or AUXILIARY.<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodinitVars"></a>
<h3>method initVars <span class="smalllinenumber">[line 109]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void initVars(
)</code>
</td></tr></table>
</td></tr></table><br />
Initialize the class' member variables<br /><br /><br /><br />
Overrides <a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a> (Initialize class members to default values.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:54 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,255 @@
<html>
<head>
<title>Docs For Class ObjectClassAttribute</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: ObjectClassAttribute</h1>
Source Location: /lib/schema.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">A simple class for representing AttributeTypes used only by the ObjectClass class.</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../lib/ObjectClassAttribute.html#var$name">$name</a></li>
<li><a href="../lib/ObjectClassAttribute.html#var$source">$source</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/ObjectClassAttribute.html#methodObjectClassAttribute">ObjectClassAttribute</a></li>
<li><a href="../lib/ObjectClassAttribute.html#methodgetName">getName</a></li>
<li><a href="../lib/ObjectClassAttribute.html#methodgetSource">getSource</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 476]<br />
A simple class for representing AttributeTypes used only by the ObjectClass class.<br /><br /><p>Users should never instantiate this class. It represents an attribute internal to an ObjectClass. If PHP supported inner-classes and variable permissions, this would be interior to class ObjectClass and flagged private. The reason this class is used and not the &quot;real&quot; class AttributeType is because this class supports the notion of a &quot;source&quot; objectClass, meaning that it keeps track of which objectClass originally specified it. This class is therefore used by the class ObjectClass to determine inheritance.</p><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$name"></a>
<p></p>
<h4>$name = <span class="value"></span></h4>
<p>[line 479]</p>
This Attribute's name<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$source"></a>
<p></p>
<h4>$source = <span class="value"></span></h4>
<p>[line 481]</p>
This Attribute's root<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodObjectClassAttribute"></a>
<h3>constructor ObjectClassAttribute <span class="smalllinenumber">[line 489]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>ObjectClassAttribute ObjectClassAttribute(
string
$name, string
$source)</code>
</td></tr></table>
</td></tr></table><br />
Creates a new ObjectClassAttribute with specified name and source objectClass.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$name</b>&nbsp;&nbsp;</td>
<td>the name of the new attribute.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$source</b>&nbsp;&nbsp;</td>
<td>the name of the ObjectClass which specifies this attribute.</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetName"></a>
<h3>method getName <span class="smalllinenumber">[line 496]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getName(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets this attribute's name<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetSource"></a>
<h3>method getSource <span class="smalllinenumber">[line 502]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getSource(
)</code>
</td></tr></table>
</td></tr></table><br />
Gets the name of the ObjectClass which originally specified this attribute.<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:54 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,358 @@
<html>
<head>
<title>Docs For Class SchemaItem</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: SchemaItem</h1>
Source Location: /lib/schema.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../lib/SchemaItem.html#var$description">$description</a></li>
<li><a href="../lib/SchemaItem.html#var$oid">$oid</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/SchemaItem.html#methodSchemaItem">SchemaItem</a></li>
<li><a href="../lib/SchemaItem.html#methodgetDescription">getDescription</a></li>
<li><a href="../lib/SchemaItem.html#methodgetOID">getOID</a></li>
<li><a href="../lib/SchemaItem.html#methodinitVars">initVars</a></li>
<li><a href="../lib/SchemaItem.html#methodsetDescription">setDescription</a></li>
<li><a href="../lib/SchemaItem.html#methodsetOID">setOID</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Child classes:</h3>
<div class="tags">
<dl>
<dt><a href="../lib/ObjectClass.html">ObjectClass</a></dt>
<dd>Represents an LDAP objectClass</dd>
</dl>
<dl>
<dt><a href="../lib/AttributeType.html">AttributeType</a></dt>
<dd>Represents an LDAP AttributeType</dd>
</dl>
<dl>
<dt><a href="../lib/Syntax.html">Syntax</a></dt>
<dd>Represents an LDAP Syntax</dd>
</dl>
<dl>
<dt><a href="../lib/MatchingRule.html">MatchingRule</a></dt>
<dd>Represents an LDAP MatchingRule</dd>
</dl>
<dl>
<dt><a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a></dt>
<dd>Represents an LDAP schema matchingRuleUse entry</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 45]<br />
Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.<br /><br /><p>All schema items have at least two things in common: An OID and a description. This class provides an implementation for these two data.</p><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$description"></a>
<p></p>
<h4>$description = <span class="value"></span></h4>
<p>[line 50]</p>
The description of this schema item.<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$oid"></a>
<p></p>
<h4>$oid = <span class="value"></span></h4>
<p>[line 48]</p>
The OID of this schema item.<br /><br />
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b>&nbsp;&nbsp;</td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodSchemaItem"></a>
<h3>constructor SchemaItem <span class="smalllinenumber">[line 60]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>SchemaItem SchemaItem(
)</code>
</td></tr></table>
</td></tr></table><br />
Default constructor.<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetDescription"></a>
<h3>method getDescription <span class="smalllinenumber">[line 80]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getDescription(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetOID"></a>
<h3>method getOID <span class="smalllinenumber">[line 75]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getOID(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodinitVars"></a>
<h3>method initVars <span class="smalllinenumber">[line 53]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void initVars(
)</code>
</td></tr></table>
</td></tr></table><br />
Initialize class members to default values.<br /><br /><br /><br />
<p>Overridden in child classes as:<br />
<dl>
<dt><a href="../lib/ObjectClass.html#methodinitVars">ObjectClass::initVars()</a></dt>
<dd>Initialize the class' member variables</dd>
</dl>
<dl>
<dt><a href="../lib/AttributeType.html#methodinitVars">AttributeType::initVars()</a></dt>
<dd>Initialize the class' member variables</dd>
</dl>
<dl>
<dt><a href="../lib/Syntax.html#methodinitVars">Syntax::initVars()</a></dt>
<dd>Initializes the class' member variables</dd>
</dl>
<dl>
<dt><a href="../lib/MatchingRule.html#methodinitVars">MatchingRule::initVars()</a></dt>
<dd>Initialize the class' member variables</dd>
</dl>
<dl>
<dt><a href="../lib/MatchingRuleUse.html#methodinitVars">MatchingRuleUse::initVars()</a></dt>
<dd>Initialize the class' member variables</dd>
</dl>
</p>
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetDescription"></a>
<h3>method setDescription <span class="smalllinenumber">[line 70]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setDescription(
$new_desc)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$new_desc</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetOID"></a>
<h3>method setOID <span class="smalllinenumber">[line 65]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setOID(
$new_oid)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$new_oid</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:54 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,256 @@
<html>
<head>
<title>Docs For Class Syntax</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: Syntax</h1>
Source Location: /lib/schema.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lib/SchemaItem.html">SchemaItem</a>
|
--Syntax</pre><br />
<div class="description">Represents an LDAP Syntax</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/Syntax.html#methodSyntax">Syntax</a></li>
<li><a href="../lib/Syntax.html#methodinitVars">initVars</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#var$description">SchemaItem::$description</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#var$oid">SchemaItem::$oid</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lib/SchemaItem.html">SchemaItem</a></h4>
<dl>
<dt>
<a href="../lib/SchemaItem.html#methodSchemaItem">SchemaItem::SchemaItem()</a>
</dt>
<dd>
Default constructor.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetDescription">SchemaItem::getDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodgetOID">SchemaItem::getOID()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a>
</dt>
<dd>
Initialize class members to default values.
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetDescription">SchemaItem::setDescription()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lib/SchemaItem.html#methodsetOID">SchemaItem::setOID()</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 973]<br />
Represents an LDAP Syntax<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodSyntax"></a>
<h3>constructor Syntax <span class="smalllinenumber">[line 986]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>Syntax Syntax(
$raw_ldap_syntax_string)</code>
</td></tr></table>
</td></tr></table><br />
Creates a new Syntax object from a raw LDAP syntax string.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$raw_ldap_syntax_string</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodinitVars"></a>
<h3>method initVars <span class="smalllinenumber">[line 976]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void initVars(
)</code>
</td></tr></table>
</td></tr></table><br />
Initializes the class' member variables<br /><br /><br /><br />
Overrides <a href="../lib/SchemaItem.html#methodinitVars">SchemaItem::initVars()</a> (Initialize class members to default values.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:55 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,588 @@
<html>
<head>
<title>Docs for page account.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: account.inc</h1>
Source Location: /lib/account.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../modules/samba3domain.html">samba3domain</a></dt>
<dd>Represents a Samba 3 domain entry</dd>
</div><br /><br />
<h2>Page Details:</h2>
This provides several helper function for the account modules.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Tilo Lutz</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<hr />
<a name="functionarray_delete"></a>
<h3>array_delete <span class="smalllinenumber">[line 69]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array array_delete(
array $values, array $array)</code>
</td></tr></table>
</td></tr></table><br />
This function will return all values from $array without values of $values.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of remaining values</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$values</b>&nbsp;&nbsp;</td>
<td>list of values which should be removed</td>
</tr>
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$array</b>&nbsp;&nbsp;</td>
<td>list of original values</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functioncmp_domain"></a>
<h3>cmp_domain <span class="smalllinenumber">[line 342]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>integer cmp_domain(
string $a, string $b)</code>
</td></tr></table>
</td></tr></table><br />
Helper function to sort the domains<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>0 if equal, 1 if $a is greater, -1 if $b is greater</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$a</b>&nbsp;&nbsp;</td>
<td>first argument to compare</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$b</b>&nbsp;&nbsp;</td>
<td>second argument to compare</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongenerateRandomPassword"></a>
<h3>generateRandomPassword <span class="smalllinenumber">[line 293]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>String generateRandomPassword(
)</code>
</td></tr></table>
</td></tr></table><br />
Generates a random password with 12 digits.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>password</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongetdays"></a>
<h3>getdays <span class="smalllinenumber">[line 102]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>number getdays(
)</code>
</td></tr></table>
</td></tr></table><br />
This function will return the days from 1.1.1970 until now.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>of days</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functiongetshells"></a>
<h3>getshells <span class="smalllinenumber">[line 40]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getshells(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns a list of shells listed in config/shells.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of shell names</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_preg"></a>
<h3>get_preg <span class="smalllinenumber">[line 385]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean get_preg(
string $argument, string $regexp)</code>
</td></tr></table>
</td></tr></table><br />
Checks if a given value matches the selected regular expression.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true if matches, otherwise false</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$argument</b>&nbsp;&nbsp;</td>
<td>value to check</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$regexp</b>&nbsp;&nbsp;</td>
<td>pattern name</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionin_array_ignore_case"></a>
<h3>in_array_ignore_case <span class="smalllinenumber">[line 85]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void in_array_ignore_case(
$needle, $haystack)</code>
</td></tr></table>
</td></tr></table><br />
Checks if a string exists in an array, ignoring case.<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$needle</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$haystack</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionlmPassword"></a>
<h3>lmPassword <span class="smalllinenumber">[line 137]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string lmPassword(
string $password)</code>
</td></tr></table>
</td></tr></table><br />
Generates the LM hash of a password.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>password hash</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$password</b>&nbsp;&nbsp;</td>
<td>password original password</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionntPassword"></a>
<h3>ntPassword <span class="smalllinenumber">[line 151]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string ntPassword(
string $password)</code>
</td></tr></table>
</td></tr></table><br />
Generates the NT hash of a password.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>password hash</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$password</b>&nbsp;&nbsp;</td>
<td>password original password</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionpwd_disable"></a>
<h3>pwd_disable <span class="smalllinenumber">[line 251]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string pwd_disable(
string $hash)</code>
</td></tr></table>
</td></tr></table><br />
Marks an password hash as disabled and returns the new hash string<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>disabled hash value</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$hash</b>&nbsp;&nbsp;</td>
<td>hash value to disable</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionpwd_enable"></a>
<h3>pwd_enable <span class="smalllinenumber">[line 226]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string pwd_enable(
string $hash)</code>
</td></tr></table>
</td></tr></table><br />
Marks an password hash as enabled and returns the new hash string<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>enabled password hash</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$hash</b>&nbsp;&nbsp;</td>
<td>hash value to enable</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionpwd_hash"></a>
<h3>pwd_hash <span class="smalllinenumber">[line 171]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string pwd_hash(
string $password, [boolean $enabled = true], [string $hashType = &#039;SSHA&#039;])</code>
</td></tr></table>
</td></tr></table><br />
Returns the hash value of a plain text password the hash algorithm depends on the configuration file<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>the password hash</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$password</b>&nbsp;&nbsp;</td>
<td>the password string</td>
</tr>
<tr>
<td class="type">boolean&nbsp;&nbsp;</td>
<td><b>$enabled</b>&nbsp;&nbsp;</td>
<td>marks the hash as enabled/disabled (e.g. by prefixing &quot;!&quot;)</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$hashType</b>&nbsp;&nbsp;</td>
<td>password hash type (CRYPT, SHA, SSHA, MD5, SMD5, PLAIN)</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionpwd_is_enabled"></a>
<h3>pwd_is_enabled <span class="smalllinenumber">[line 276]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean pwd_is_enabled(
string $hash)</code>
</td></tr></table>
</td></tr></table><br />
Checks if a password hash is enabled/disabled<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true if the password is marked as enabled</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$hash</b>&nbsp;&nbsp;</td>
<td>password hash to check</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionsearch_domains"></a>
<h3>search_domains <span class="smalllinenumber">[line 308]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array search_domains(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns an array with all Samba 3 domain entries under the given suffix<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of samba3domain objects</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionsmbflag"></a>
<h3>smbflag <span class="smalllinenumber">[line 114]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string smbflag(
array $input)</code>
</td></tr></table>
</td></tr></table><br />
Takes a list of Samba flags and creates the corresponding flag string.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>Samba flag string</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$input</b>&nbsp;&nbsp;</td>
<td>is an array of Samba flags (e.g. X or D)</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:16 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,123 @@
<html>
<head>
<title>Docs for page cache.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: cache.inc</h1>
Source Location: /lib/cache.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../lib/cache.html">cache</a></dt>
<dd>This class contains all functions which are needed to manage the LDAP cache.</dd>
</div><br /><br />
<h2>Page Details:</h2>
Provides a cache for LDAP attributes.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Tilo Lutz</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../LDAP/_lib---ldap.inc.html">'ldap.inc'</a>) [line 34]<br />
en/decryption functions<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:20 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,595 @@
<html>
<head>
<title>Docs for page schema.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: schema.inc</h1>
Source Location: /lib/schema.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../lib/SchemaItem.html">SchemaItem</a></dt>
<dd>Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.</dd>
<dt><a href="../lib/ObjectClass.html">ObjectClass</a></dt>
<dd>Represents an LDAP objectClass</dd>
<dt><a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a></dt>
<dd>A simple class for representing AttributeTypes used only by the ObjectClass class.</dd>
<dt><a href="../lib/AttributeType.html">AttributeType</a></dt>
<dd>Represents an LDAP AttributeType</dd>
<dt><a href="../lib/Syntax.html">Syntax</a></dt>
<dd>Represents an LDAP Syntax</dd>
<dt><a href="../lib/MatchingRule.html">MatchingRule</a></dt>
<dd>Represents an LDAP MatchingRule</dd>
<dt><a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a></dt>
<dd>Represents an LDAP schema matchingRuleUse entry</dd>
</div><br /><br />
<h2>Page Details:</h2>
Classes and functions for fetching and parsing schema from an LDAP server.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>The phpLDAPadmin development team</td>
</tr>
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<hr />
<a name="defineSCHEMA_SESSION_CACHE_ENABLED"></a>
<h3>SCHEMA_SESSION_CACHE_ENABLED <span class="smalllinenumber">[line 34]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>SCHEMA_SESSION_CACHE_ENABLED = 1</code>
</td></tr></table>
</td></tr></table>
To enable/disable session-based schema caching (1: enabled, 0: disabled).<br /><br /> <br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<br />
<hr />
<a name="functionadd_aliases_to_attrs"></a>
<h3>add_aliases_to_attrs <span class="smalllinenumber">[line 1702]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void add_aliases_to_attrs(
&$attrs)</code>
</td></tr></table>
</td></tr></table><br />
For each attribute that has multiple names, this function adds unique entries to the attrs array for those names. Ie, attributeType has name 'gn' and 'givenName'.<br /><br /><p>This function will create a unique entry for 'gn' and 'givenName'.</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>&$attrs</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionadd_sup_to_attrs"></a>
<h3>add_sup_to_attrs <span class="smalllinenumber">[line 1727]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void add_sup_to_attrs(
&$attrs, &$attrs_oid)</code>
</td></tr></table>
</td></tr></table><br />
Adds inherited values to each attributeType specified by the SUP directive.<br /><br /><p>Supports infinite levels of inheritance. Bug 856832: require a second paramter that has all attributes indexed by OID</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>&$attrs</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>&$attrs_oid</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functioncached_schema_available"></a>
<h3>cached_schema_available <span class="smalllinenumber">[line 1936]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void cached_schema_available(
$schema_type)</code>
</td></tr></table>
</td></tr></table><br />
Returns true if the schema for $schema_type has been cached and<br /><br /><p>is availble. $schema_type may be one of (lowercase) the following: objectclasses attributetypes ldapsyntaxes matchingrules matchingruleuse Note that _get_raw_schema() takes a similar parameter.</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$schema_type</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_cached_schema"></a>
<h3>get_cached_schema <span class="smalllinenumber">[line 1973]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void get_cached_schema(
$schema_type)</code>
</td></tr></table>
</td></tr></table><br />
Returns the cached array of schemaitem objects for the specified<br /><br /><p>$schema_type. For list of valid $schema_type values, see above schema_cache_available(). Note that internally, this function utilizes a two-layer cache, one in memory using a static variable for multiple calls within the same page load, and one in a session for multiple calls within the same user session (spanning multiple page loads).</p><p>Returns an array of SchemaItem objects on success or false on failure.</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$schema_type</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_schema_attribute"></a>
<h3>get_schema_attribute <span class="smalllinenumber">[line 1589]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lib/AttributeType.html">AttributeType</a> get_schema_attribute(
$attr_name, [string $dn = null], [ $use_cache = true], string $oclass_name)</code>
</td></tr></table>
</td></tr></table><br />
Gets a single AttributeType object specified by name.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The specified AttributeType object or false on error.</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/_lib---schema.inc.html#functionget_schema_attributes">get_schema_attributes()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/AttributeType.html">AttributeType</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$oclass_name</b>&nbsp;&nbsp;</td>
<td>The name of the AttributeType to fetch.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td>(optional) It is easier to fetch schema if a DN is provided which defines the subschemaSubEntry attribute (all entries should).</td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$attr_name</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$use_cache</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_schema_attributes"></a>
<h3>get_schema_attributes <span class="smalllinenumber">[line 1610]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array get_schema_attributes(
[string $dn = null], [ $use_cache = true])</code>
</td></tr></table>
</td></tr></table><br />
Gets an associative array of AttributeType objects for the specified server. Each array entry's key is the name of the attributeType in lower-case and the value is an AttributeType object.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>An array of AttributeType objects.</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td>(optional) It is easier to fetch schema if a DN is provided which defines the subschemaSubEntry attribute (all entries should).</td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$use_cache</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_schema_matching_rules"></a>
<h3>get_schema_matching_rules <span class="smalllinenumber">[line 1841]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void get_schema_matching_rules(
[ $dn = null], [ $use_cache = true])</code>
</td></tr></table>
</td></tr></table><br />
Returns an array of MatchingRule objects for the specified server.<br /><br /><p>The key of each entry is the OID of the matching rule.</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$use_cache</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_schema_objectclass"></a>
<h3>get_schema_objectclass <span class="smalllinenumber">[line 1565]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lib/ObjectClass.html">ObjectClass</a> get_schema_objectclass(
string $oclass_name, [string $dn = null], [ $use_cache = true])</code>
</td></tr></table>
</td></tr></table><br />
Gets a single ObjectClass object specified by name.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The specified ObjectClass object or false on error.</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/_lib---schema.inc.html#functionget_schema_objectclasses">get_schema_objectclasses()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html">ObjectClass</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$oclass_name</b>&nbsp;&nbsp;</td>
<td>The name of the objectClass to fetch.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td>(optional) It is easier to fetch schema if a DN is provided which defines the subschemaSubEntry attribute (all entries should).</td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$use_cache</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_schema_objectclasses"></a>
<h3>get_schema_objectclasses <span class="smalllinenumber">[line 1525]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array get_schema_objectclasses(
[string $dn = null], [ $use_cache = true])</code>
</td></tr></table>
</td></tr></table><br />
Gets an associative array of ObjectClass objects for the specified server. Each array entry's key is the name of the objectClass in lower-case and the value is an ObjectClass object.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>An array of ObjectClass objects.</td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/_lib---schema.inc.html#functionget_schema_objectclass">get_schema_objectclass()</a></td>
</tr>
<tr>
<td><b>see:</b>&nbsp;&nbsp;</td><td><a href="../lib/ObjectClass.html">ObjectClass</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td>(optional) It is easier to fetch schema if a DN is provided which defines the subschemaSubEntry attribute (all entries should).</td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$use_cache</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionget_schema_syntaxes"></a>
<h3>get_schema_syntaxes <span class="smalllinenumber">[line 1895]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void get_schema_syntaxes(
[ $dn = null], [ $use_cache = true])</code>
</td></tr></table>
</td></tr></table><br />
Returns an array of Syntax objects that this LDAP server uses mapped to their descriptions. The key of each entry is the OID of the Syntax.<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$use_cache</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionset_cached_schema"></a>
<h3>set_cached_schema <span class="smalllinenumber">[line 2004]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void set_cached_schema(
$schema_type, $schema_items)</code>
</td></tr></table>
</td></tr></table><br />
Caches the specified $schema_type.<br /><br /><p>$schema_items should be an array of SchemaItem instances (ie, an array of ObjectClass, AttributeType, LDAPSyntax, MatchingRuleUse, or MatchingRule objects.</p><p>Returns true on success of false on failure.</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$schema_type</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>$schema_items</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionset_schema_cache_unavailable"></a>
<h3>set_schema_cache_unavailable <span class="smalllinenumber">[line 2033]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void set_schema_cache_unavailable(
)</code>
</td></tr></table>
</td></tr></table><br />
Sets the schema entry for the server_id to be &quot;unavailable&quot; so that we realize that we tried to get the schema but could not, so quit trying next time to fetch it from the server.<br /><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="function_get_raw_schema"></a>
<h3>_get_raw_schema <span class="smalllinenumber">[line 1334]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>an _get_raw_schema(
$schema_to_fetch $schema_to_fetch, [$dn $dn = &#039;&#039;])</code>
</td></tr></table>
</td></tr></table><br />
Fetches the raw schema array for the subschemaSubentry of the server. Note, this function has grown many hairs to accomodate more LDAP servers. It is needfully complicated as it now supports many popular LDAP servers that don't necessarily expose their schema &quot;the right way&quot;.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>array of strings of this form: Array ( [0] =&gt; &quot;( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' DESC 'Pool ... [1] =&gt; &quot;( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' DESC 'Sa ... etc.</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$schema_to_fetch&nbsp;&nbsp;</td>
<td><b>$schema_to_fetch</b>&nbsp;&nbsp;</td>
<td>- A string indicating which type of schema to fetch. Five valid values: 'objectclasses', 'attributetypes', 'ldapsyntaxes', 'matchingruleuse', or 'matchingrules'. Case insensitive.</td>
</tr>
<tr>
<td class="type">$dn&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td>(optional) This paremeter is the DN of the entry whose schema you would like to fetch. Entries have the option of specifying their own subschemaSubentry that points to the DN of the system schema entry which applies to this attribute. If unspecified, this will try to retrieve the schema from the RootDSE subschemaSubentry. Failing that, we use some commonly known schema DNs. Default value is the Root DSE DN (zero-length string)</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="function_get_schema_dn"></a>
<h3>_get_schema_dn <span class="smalllinenumber">[line 1267]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string _get_schema_dn(
string $dn, [bool $debug = false])</code>
</td></tr></table>
</td></tr></table><br />
Helper for _get_raw_schema() which fetches the DN of the schema object<br /><br /><p>in an LDAP server based on a DN. Entries should set the subSchemaSubEntry attribute pointing to the DN of the server schema. You can specify the DN whose subSchemaSubEntry you wish to retrieve of specify an empty string to fetch the subScehamSubEntry from the Root DSE.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The DN of the entry which houses this LDAP server's schema.</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$dn</b>&nbsp;&nbsp;</td>
<td>The DN (may be null) which houses the subschemaSubEntry attribute which this function can use to determine the schema entry's DN.</td>
</tr>
<tr>
<td class="type">bool&nbsp;&nbsp;</td>
<td><b>$debug</b>&nbsp;&nbsp;</td>
<td>Switch to true to see some nice and copious output. :)</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:53 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,237 @@
<html>
<head>
<title>Docs for page security.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: security.inc</h1>
Source Location: /lib/security.inc<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This file includes functions to perform several security checks on each page load.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../LDAP/_lib---ldap.inc.html">'ldap.inc'</a>) [line 34]<br />
ldap connection<br /><br />include_once(<a href="../configuration/_lib---config.inc.html">'config.inc'</a>) [line 32]<br />
configuration options<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functioncheckClientIP"></a>
<h3>checkClientIP <span class="smalllinenumber">[line 75]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void checkClientIP(
)</code>
</td></tr></table>
</td></tr></table><br />
Checks if the client's IP address is on the list of allowed IPs.<br /><br /><p>The script is stopped if the host is not valid.</p><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functioncheckIfPasswordChangeIsAllowed"></a>
<h3>checkIfPasswordChangeIsAllowed <span class="smalllinenumber">[line 202]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean checkIfPasswordChangeIsAllowed(
)</code>
</td></tr></table>
</td></tr></table><br />
Checks if passwords may be changed.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true, if allowed</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functioncheckIfWriteAccessIsAllowed"></a>
<h3>checkIfWriteAccessIsAllowed <span class="smalllinenumber">[line 187]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean checkIfWriteAccessIsAllowed(
)</code>
</td></tr></table>
</td></tr></table><br />
Checks if write access to LDAP is allowed.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true, if allowed</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionlogNewMessage"></a>
<h3>logNewMessage <span class="smalllinenumber">[line 150]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void logNewMessage(
string $level, string $message)</code>
</td></tr></table>
</td></tr></table><br />
Puts a new message in the log file.<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$level</b>&nbsp;&nbsp;</td>
<td>log level (LOG_NOTICE, LOG_WARNING, LOG_ERR)</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$message</b>&nbsp;&nbsp;</td>
<td>log message</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionlogoffAndBackToLoginPage"></a>
<h3>logoffAndBackToLoginPage <span class="smalllinenumber">[line 103]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void logoffAndBackToLoginPage(
)</code>
</td></tr></table>
</td></tr></table><br />
Logs off the user and displays the login page.<br /><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<hr />
<a name="functionstartSecureSession"></a>
<h3>startSecureSession <span class="smalllinenumber">[line 43]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void startSecureSession(
)</code>
</td></tr></table>
</td></tr></table><br />
Starts a session and checks the environment.<br /><br /><p>The script is stopped if one of the checks fail.</p><br /> <br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:55 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,149 @@
<html>
<head>
<title>Docs for page status.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: status.inc</h1>
Source Location: /lib/status.inc<br /><br />
<br>
<br>
<h2>Page Details:</h2>
LDAP Account Manager status messages.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Michael Duergner</td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<hr />
<a name="functionStatusMessage"></a>
<h3>StatusMessage <span class="smalllinenumber">[line 50]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void StatusMessage(
string $MessageTyp, string $MessageHeadline, [string $MessageText = &#039;&#039;], [array $MessageVariables = array()])</code>
</td></tr></table>
</td></tr></table><br />
This function prints a short status message. It can be used to print INFO, WARN and ERROR messages at the moment.<br /><br /><p>The headline and text may be formated with special tags: <br /> <br /><strong>{bold}, {endbold}:</strong> All text between these tags is printed bold. <br /><strong>{color=#123456}, {endcolor}:</strong> All text between these tags is printed in the given color. <br /><strong>{link=http://nodomain.org}, {endlink}:</strong> A link with the given target is created. The link text is the text between the tags.</p><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$MessageTyp</b>&nbsp;&nbsp;</td>
<td>The type of the message to be printed. It must be one of the following types: 'INFO', 'WARN' or 'ERROR'. <br /> Every other type will lead to an error message indicating an invalid message type.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$MessageHeadline</b>&nbsp;&nbsp;</td>
<td>The headline of the status message. <br /> It may be formatted with special color/link/bold tags.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$MessageText</b>&nbsp;&nbsp;</td>
<td>The text of the status message. <br /> It may be formatted with special color/link/bold tags. This parameter is optional.</td>
</tr>
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$MessageVariables</b>&nbsp;&nbsp;</td>
<td>The variables that are used to replace the spacers (%s) in the submitted text. This parameter is optional.</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:57 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,459 @@
<html>
<head>
<title>Docs For Class cache</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lib</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lib.html" class="menu">class tree: lib</a> ]
[ <a href="../elementindex_lib.html" class="menu">index: lib</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lib/_lib---account.inc.html"> account.inc
</a><br>
<a href="../lib/_lib---cache.inc.html"> cache.inc
</a><br>
<a href="../lib/_lib---schema.inc.html"> schema.inc
</a><br>
<a href="../lib/_lib---security.inc.html"> security.inc
</a><br>
<a href="../lib/_lib---status.inc.html"> status.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lib/AttributeType.html">AttributeType</a><br />
<a href="../lib/cache.html">cache</a><br />
<a href="../lib/MatchingRule.html">MatchingRule</a><br />
<a href="../lib/MatchingRuleUse.html">MatchingRuleUse</a><br />
<a href="../lib/ObjectClass.html">ObjectClass</a><br />
<a href="../lib/ObjectClassAttribute.html">ObjectClassAttribute</a><br />
<a href="../lib/SchemaItem.html">SchemaItem</a><br />
<a href="../lib/Syntax.html">Syntax</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: cache</h1>
Source Location: /lib/cache.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">This class contains all functions which are needed to manage the LDAP cache.</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lib/cache.html#method__construct">__construct</a></li>
<li><a href="../lib/cache.html#methodadd_cache">add_cache</a></li>
<li><a href="../lib/cache.html#methodfindgroups">findgroups</a></li>
<li><a href="../lib/cache.html#methodgetgid">getgid</a></li>
<li><a href="../lib/cache.html#methodgetgrnam">getgrnam</a></li>
<li><a href="../lib/cache.html#methodget_cache">get_cache</a></li>
<li><a href="../lib/cache.html#methodin_cache">in_cache</a></li>
<li><a href="../lib/cache.html#methodrefresh_cache">refresh_cache</a></li>
<li><a href="../lib/cache.html#method__sleep">__sleep</a></li>
<li><a href="../lib/cache.html#method__wakeup">__wakeup</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 42]<br />
This class contains all functions which are needed to manage the LDAP cache.<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 56]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lib/cache.html">cache</a> __construct(
)</code>
</td></tr></table>
</td></tr></table><br />
Constructor.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>cache object</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodadd_cache"></a>
<h3>method add_cache <span class="smalllinenumber">[line 66]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void add_cache(
array
$attributes)</code>
</td></tr></table>
</td></tr></table><br />
This function adds attributes to the cache.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$attributes</b>&nbsp;&nbsp;</td>
<td>syntax: is array( scope1 =&gt; array ( attributes ), scope2 =&gt; array ( attributes ), ...)</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodfindgroups"></a>
<h3>method findgroups <span class="smalllinenumber">[line 242]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array findgroups(
)</code>
</td></tr></table>
</td></tr></table><br />
This function returns an array with all group names which were found in the LDAP directory.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>group names</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetgid"></a>
<h3>method getgid <span class="smalllinenumber">[line 223]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getgid(
string
$groupname)</code>
</td></tr></table>
</td></tr></table><br />
This function will return the GID number to an existing group name (using the cache).<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>GID number</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$groupname</b>&nbsp;&nbsp;</td>
<td>name of group</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetgrnam"></a>
<h3>method getgrnam <span class="smalllinenumber">[line 260]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../types/group.html">group</a> getgrnam(
string
$gidNumber)</code>
</td></tr></table>
</td></tr></table><br />
This function returns the group name to an existing gidNumber.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>name</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$gidNumber</b>&nbsp;&nbsp;</td>
<td>GID number</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodget_cache"></a>
<h3>method get_cache <span class="smalllinenumber">[line 95]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array get_cache(
mixed
$attributes, string
$objectClass, mixed
$scopelist)</code>
</td></tr></table>
</td></tr></table><br />
Queries the cache for a list of LDAP entries and their attributes.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>The found LDAP entries. <br />Format: array(dn1 =&gt; array(uidnumber1), dn2 =&gt; array(uidnumber2), ... ) if $attributes is of type string <br />or array(dn1 =&gt; array(uid =&gt; array(myuid), uidNumber =&gt; array(1234)), ... ) if $attributes is an array</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">mixed&nbsp;&nbsp;</td>
<td><b>$attributes</b>&nbsp;&nbsp;</td>
<td>One (string) or many (array) attribute names.</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$objectClass</b>&nbsp;&nbsp;</td>
<td>The resulting entries need to contain this object class.</td>
</tr>
<tr>
<td class="type">mixed&nbsp;&nbsp;</td>
<td><b>$scopelist</b>&nbsp;&nbsp;</td>
<td>the account type(s) as string or array, all scopes if NULL given</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodin_cache"></a>
<h3>method in_cache <span class="smalllinenumber">[line 140]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void in_cache(
string
$value, string
$attribute, mixed
$scopelist)</code>
</td></tr></table>
</td></tr></table><br />
This function returns the DN if an LDAP entry with $attribute=$value is found.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$value</b>&nbsp;&nbsp;</td>
<td>is the searched value of the attribute $attribute</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$attribute</b>&nbsp;&nbsp;</td>
<td>name of the LDAP attribute</td>
</tr>
<tr>
<td class="type">mixed&nbsp;&nbsp;</td>
<td><b>$scopelist</b>&nbsp;&nbsp;</td>
<td>the account type(s) as string or array, all scopes if NULL given</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodrefresh_cache"></a>
<h3>method refresh_cache <span class="smalllinenumber">[line 175]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void refresh_cache(
[boolean
$rebuild = false])</code>
</td></tr></table>
</td></tr></table><br />
This function refreshes the cache.<br /><br /><br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">boolean&nbsp;&nbsp;</td>
<td><b>$rebuild</b>&nbsp;&nbsp;</td>
<td>forces a refresh if set to true</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="method__sleep"></a>
<h3>method __sleep <span class="smalllinenumber">[line 278]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array __sleep(
)</code>
</td></tr></table>
</td></tr></table><br />
Encrypts LDAP cache before saving to session file.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of variables to save</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="method__wakeup"></a>
<h3>method __wakeup <span class="smalllinenumber">[line 287]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void __wakeup(
)</code>
</td></tr></table>
</td></tr></table><br />
Decrypts LDAP cache after loading from session file.<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:20 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,188 @@
<html>
<head>
<title>Docs for page lists.inc</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: lists.inc</h1>
Source Location: /lib/lists.inc<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../lists/lamList.html">lamList</a></dt>
<dd>Generates the list view.</dd>
<dt><a href="../lists/lamListTool.html">lamListTool</a></dt>
<dd>Represents a tool which can be included in the account lists.</dd>
<dt><a href="../lists/lamListOption.html">lamListOption</a></dt>
<dd>Represents a list configuration option.</dd>
<dt><a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a></dt>
<dd>Boolean option for list configuration.</dd>
<dt><a href="../lists/lamSelectListOption.html">lamSelectListOption</a></dt>
<dd>Boolean option for list configuration.</dd>
</div><br /><br />
<h2>Page Details:</h2>
This file includes functions to manage the list views.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once(<a href="../types/_lib---types.inc.html">"types.inc"</a>) [line 33]<br />
Used to get type information.<br /><br />include_once(<a href="../PDF/_lib---pdfstruct.inc.html">"pdfstruct.inc"</a>) [line 35]<br />
Used to get PDF information.<br /><br />include_once(<a href="../PDF/_lib---pdf.inc.html">"pdf.inc"</a>) [line 37]<br />
Used to create PDF files.<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:39 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,175 @@
<html>
<head>
<title>Docs for page deletelink.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: deletelink.php</h1>
Source Location: /templates/lists/deletelink.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This page will redirect to delete.php if the given user is valid.<br /><br /><p>It is called from the list views via the delete links.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once("../../lib/security.inc") [line 34]<br />
security functions<br /><br />include_once("../../lib/ldap.inc") [line 36]<br />
Needed to find DNs of users<br /><br />include_once("../../lib/status.inc") [line 38]<br />
Used to display error messages<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:25 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,175 @@
<html>
<head>
<title>Docs for page list.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: list.php</h1>
Source Location: /templates/lists/list.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This file shows the list views.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once("../../lib/security.inc") [line 33]<br />
security functions<br /><br />include_once("../../lib/types.inc") [line 35]<br />
Used to get type information.<br /><br />include_once("../../lib/config.inc") [line 37]<br />
Access to configuration options<br /><br /></div>
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:39 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,207 @@
<html>
<head>
<title>Docs for page userlink.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: userlink.php</h1>
Source Location: /templates/lists/userlink.php<br /><br />
<br>
<br>
<h2>Page Details:</h2>
This page will redirect to account/edit.php if the given user is valid.<br /><br /><p>It is called from listgroups.php via the memberUID links.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
include_once("../../lib/security.inc") [line 34]<br />
security functions<br /><br />include_once("../../lib/ldap.inc") [line 36]<br />
Needed to find DNs of users<br /><br />include_once("../../lib/status.inc") [line 38]<br />
Used to display error messages<br /><br /></div>
<br /><br />
<br /><br />
<br />
<hr />
<a name="functionsearch_username"></a>
<h3>search_username <span class="smalllinenumber">[line 77]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string search_username(
string $name)</code>
</td></tr></table>
</td></tr></table><br />
Searches LDAP for a specific user name (uid attribute) and returns its DN entry<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>DN</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$name</b>&nbsp;&nbsp;</td>
<td>user name</td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:27:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,395 @@
<html>
<head>
<title>Docs For Class lamBooleanListOption</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: lamBooleanListOption</h1>
Source Location: /lib/lists.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lists/lamListOption.html">lamListOption</a>
|
--lamBooleanListOption</pre><br />
<div class="description">Boolean option for list configuration.</div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Roland Gruber</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lists/lamBooleanListOption.html#method__construct">__construct</a></li>
<li><a href="../lists/lamBooleanListOption.html#methodfillFromPostData">fillFromPostData</a></li>
<li><a href="../lists/lamBooleanListOption.html#methodgetMetaHTML">getMetaHTML</a></li>
<li><a href="../lists/lamBooleanListOption.html#methodisSelected">isSelected</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamListOption.html">lamListOption</a></h4>
<dl>
<dt>
<a href="../lists/lamListOption.html#method__construct">lamListOption::__construct()</a>
</dt>
<dd>
Creates a new config option.
</dd>
<dt>
<a href="../lists/lamListOption.html#methodfillFromPostData">lamListOption::fillFromPostData()</a>
</dt>
<dd>
Fills the config option from POST data.
</dd>
<dt>
<a href="../lists/lamListOption.html#methodgetID">lamListOption::getID()</a>
</dt>
<dd>
Returns the option ID.
</dd>
<dt>
<a href="../lists/lamListOption.html#methodgetMetaHTML">lamListOption::getMetaHTML()</a>
</dt>
<dd>
Returns the meta HTML data to display this option.
</dd>
<dt>
<a href="../lists/lamListOption.html#methodgetValue">lamListOption::getValue()</a>
</dt>
<dd>
Returns the option value. The value must not contain &quot;=&quot; and &quot;;&quot;.
</dd>
<dt>
<a href="../lists/lamListOption.html#methodsetValue">lamListOption::setValue()</a>
</dt>
<dd>
Sets the config option value. The value must not contain &quot;=&quot; and &quot;;&quot;.
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 1066]<br />
Boolean option for list configuration.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 1077]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a> __construct(
String
$name, String
$ID)</code>
</td></tr></table>
</td></tr></table><br />
Creates a new boolean option.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>config option</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamListOption.html#method__construct">lamListOption::__construct()</a> (Creates a new config option.)<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$name</b>&nbsp;&nbsp;</td>
<td>name to show on config page</td>
</tr>
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$ID</b>&nbsp;&nbsp;</td>
<td>unique ID</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodfillFromPostData"></a>
<h3>method fillFromPostData <span class="smalllinenumber">[line 1096]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array fillFromPostData(
)</code>
</td></tr></table>
</td></tr></table><br />
Fills the config option from POST data.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of StatusMessages (array(&lt;type&gt;, &lt;head line&gt;, &lt;body&gt;))</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamListOption.html#methodfillFromPostData">lamListOption::fillFromPostData()</a> (Fills the config option from POST data.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMetaHTML"></a>
<h3>method getMetaHTML <span class="smalllinenumber">[line 1110]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMetaHTML(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the meta HTML data to display this option.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>meta HTML</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamListOption.html#methodgetMetaHTML">lamListOption::getMetaHTML()</a> (Returns the meta HTML data to display this option.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodisSelected"></a>
<h3>method isSelected <span class="smalllinenumber">[line 1087]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean isSelected(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns if this option is selected.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>true, if selected</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:39 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,665 @@
<html>
<head>
<title>Docs For Class lamGroupList</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: lamGroupList</h1>
Source Location: /lib/types/group.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lists/lamList.html">lamList</a>
|
--lamGroupList</pre><br />
<div class="description">Generates the list view.</div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Roland Gruber</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_consts">Constants</a></h3>
<ul>
<li><a href="../lists/lamGroupList.html#constTRANS_PRIMARY_OPTION_NAME">TRANS_PRIMARY_OPTION_NAME</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lists/lamGroupList.html#method__construct">__construct</a></li>
<li><a href="../lists/lamGroupList.html#methodgroupRefreshPrimary">groupRefreshPrimary</a></li>
<li><a href="../lists/lamGroupList.html#methodlistConfigurationChanged">listConfigurationChanged</a></li>
<li><a href="../lists/lamGroupList.html#methodlistGetAllConfigOptions">listGetAllConfigOptions</a></li>
<li><a href="../lists/lamGroupList.html#methodlistGetParams">listGetParams</a></li>
<li><a href="../lists/lamGroupList.html#methodlistPrintTableCellContent">listPrintTableCellContent</a></li>
<li><a href="../lists/lamGroupList.html#methodlistRefreshData">listRefreshData</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Constants</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamList.html">lamList</a></h4>
<dl>
<dt>
<a href="../lists/lamList.html#constLIST_SIZE_OPTION_NAME">lamList::LIST_SIZE_OPTION_NAME</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamList.html">lamList</a></h4>
<dl>
<dt>
<a href="../lists/lamList.html#var$attrArray">lamList::$attrArray</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$descArray">lamList::$descArray</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$entries">lamList::$entries</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$filterText">lamList::$filterText</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$labels">lamList::$labels</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$maxPageEntries">lamList::$maxPageEntries</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$page">lamList::$page</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$possibleSuffixes">lamList::$possibleSuffixes</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$refresh">lamList::$refresh</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$sortColumn">lamList::$sortColumn</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$sortDirection">lamList::$sortDirection</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$suffix">lamList::$suffix</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$type">lamList::$type</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamList.html">lamList</a></h4>
<dl>
<dt>
<a href="../lists/lamList.html#method__construct">lamList::__construct()</a>
</dt>
<dd>
Constructor
</dd>
<dt>
<a href="../lists/lamList.html#methodcmp_array">lamList::cmp_array()</a>
</dt>
<dd>
Compare function used for usort-method
</dd>
<dt>
<a href="../lists/lamList.html#methodgetAdditionalTools">lamList::getAdditionalTools()</a>
</dt>
<dd>
Returns a list of lamListTool objects to display next to the edit/delete buttons.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistBuildFilter">lamList::listBuildFilter()</a>
</dt>
<dd>
Builds the regular expressions from the filter values.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistConfigurationChanged">lamList::listConfigurationChanged()</a>
</dt>
<dd>
Called when the configuration options changed.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistDoPost">lamList::listDoPost()</a>
</dt>
<dd>
Manages all POST actions (e.g. button pressed) for the account lists.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistDrawNavigationBar">lamList::listDrawNavigationBar()</a>
</dt>
<dd>
Draws a navigation bar to switch between pages
</dd>
<dt>
<a href="../lists/lamList.html#methodlistFilterAccounts">lamList::listFilterAccounts()</a>
</dt>
<dd>
Removes all entries which do not fit to the filter.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistGetAllConfigOptions">lamList::listGetAllConfigOptions()</a>
</dt>
<dd>
Returns a list of possible configuration options.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistGetConfigOptionByID">lamList::listGetConfigOptionByID()</a>
</dt>
<dd>
Returns the configuration option with the given ID.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistGetParams">lamList::listGetParams()</a>
</dt>
<dd>
Sets some internal parameters.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintButtons">lamList::listPrintButtons()</a>
</dt>
<dd>
Prints the create and delete buttons.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintConfigurationPage">lamList::listPrintConfigurationPage()</a>
</dt>
<dd>
Prints the list configuration page.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintFooter">lamList::listPrintFooter()</a>
</dt>
<dd>
Prints the HTML footer.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintHeader">lamList::listPrintHeader()</a>
</dt>
<dd>
Prints the HTML header.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintTableBody">lamList::listPrintTableBody()</a>
</dt>
<dd>
Prints the entry list
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintTableCellContent">lamList::listPrintTableCellContent()</a>
</dt>
<dd>
Prints the content of a cell in the account list for a given LDAP entry and attribute.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintTableHeader">lamList::listPrintTableHeader()</a>
</dt>
<dd>
Prints the attribute and filter row at the account table head
</dd>
<dt>
<a href="../lists/lamList.html#methodlistRefreshData">lamList::listRefreshData()</a>
</dt>
<dd>
Rereads the entries from LDAP.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistShowOUSelection">lamList::listShowOUSelection()</a>
</dt>
<dd>
Prints a combobox with possible sub-DNs.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistSort">lamList::listSort()</a>
</dt>
<dd>
Sorts an account list by a given attribute
</dd>
<dt>
<a href="../lists/lamList.html#methodshowPage">lamList::showPage()</a>
</dt>
<dd>
Prints the HTML code to display the list view.
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 100]<br />
Generates the list view.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 117]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lists/lamList.html">lamList</a> __construct(
string
$type)</code>
</td></tr></table>
</td></tr></table><br />
Constructor<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list object</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamList.html#method__construct">lamList::__construct()</a> (Constructor)<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$type</b>&nbsp;&nbsp;</td>
<td>account type</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgroupRefreshPrimary"></a>
<h3>method groupRefreshPrimary <span class="smalllinenumber">[line 222]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void groupRefreshPrimary(
)</code>
</td></tr></table>
</td></tr></table><br />
Refreshes the primary group members list.<br /><br /><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodlistConfigurationChanged"></a>
<h3>method listConfigurationChanged <span class="smalllinenumber">[line 268]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void listConfigurationChanged(
)</code>
</td></tr></table>
</td></tr></table><br />
Called when the configuration options changed.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>protected</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamList.html#methodlistConfigurationChanged">lamList::listConfigurationChanged()</a> (Called when the configuration options changed.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodlistGetAllConfigOptions"></a>
<h3>method listGetAllConfigOptions <span class="smalllinenumber">[line 259]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array listGetAllConfigOptions(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns a list of possible configuration options.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of lamListOption objects</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>protected</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamList.html#methodlistGetAllConfigOptions">lamList::listGetAllConfigOptions()</a> (Returns a list of possible configuration options.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodlistGetParams"></a>
<h3>method listGetParams <span class="smalllinenumber">[line 131]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void listGetParams(
)</code>
</td></tr></table>
</td></tr></table><br />
Sets some internal parameters.<br /><br /><br /><br />
Overrides <a href="../lists/lamList.html#methodlistGetParams">lamList::listGetParams()</a> (Sets some internal parameters.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodlistPrintTableCellContent"></a>
<h3>method listPrintTableCellContent <span class="smalllinenumber">[line 145]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void listPrintTableCellContent(
&$entry,
&$attribute, array
$entry, string
$attribute)</code>
</td></tr></table>
</td></tr></table><br />
Prints the content of a cell in the account list for a given LDAP entry and attribute.<br /><br /><br /><br />
Overrides <a href="../lists/lamList.html#methodlistPrintTableCellContent">lamList::listPrintTableCellContent()</a> (Prints the content of a cell in the account list for a given LDAP entry and attribute.)<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array&nbsp;&nbsp;</td>
<td><b>$entry</b>&nbsp;&nbsp;</td>
<td>LDAP attributes</td>
</tr>
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$attribute</b>&nbsp;&nbsp;</td>
<td>attribute name</td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>&$entry</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
<tr>
<td class="type">&nbsp;&nbsp;</td>
<td><b>&$attribute</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodlistRefreshData"></a>
<h3>method listRefreshData <span class="smalllinenumber">[line 212]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void listRefreshData(
)</code>
</td></tr></table>
</td></tr></table><br />
Rereads the entries from LDAP.<br /><br /><br /><br />
Overrides <a href="../lists/lamList.html#methodlistRefreshData">lamList::listRefreshData()</a> (Rereads the entries from LDAP.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<hr />
<a name="class_constss"></a>
<h3>Class Constants</h3>
<div class="tags">
<a name="constTRANS_PRIMARY_OPTION_NAME"></a>
<p></p>
<h4>TRANS_PRIMARY_OPTION_NAME = <span class="value">&nbsp;&quot;LG_TP&quot;</span></h4>
<p>[line 109]</p>
ID for config option<br /><br />
<br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:31 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,495 @@
<html>
<head>
<title>Docs For Class lamHostList</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: lamHostList</h1>
Source Location: /lib/types/host.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../lists/lamList.html">lamList</a>
|
--lamHostList</pre><br />
<div class="description">Generates the list view.</div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Roland Gruber</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lists/lamHostList.html#method__construct">__construct</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Constants</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamList.html">lamList</a></h4>
<dl>
<dt>
<a href="../lists/lamList.html#constLIST_SIZE_OPTION_NAME">lamList::LIST_SIZE_OPTION_NAME</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamList.html">lamList</a></h4>
<dl>
<dt>
<a href="../lists/lamList.html#var$attrArray">lamList::$attrArray</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$descArray">lamList::$descArray</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$entries">lamList::$entries</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$filterText">lamList::$filterText</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$labels">lamList::$labels</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$maxPageEntries">lamList::$maxPageEntries</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$page">lamList::$page</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$possibleSuffixes">lamList::$possibleSuffixes</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$refresh">lamList::$refresh</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$sortColumn">lamList::$sortColumn</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$sortDirection">lamList::$sortDirection</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$suffix">lamList::$suffix</a>
</dt>
<dd>
</dd>
<dt>
<a href="../lists/lamList.html#var$type">lamList::$type</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../lists/lamList.html">lamList</a></h4>
<dl>
<dt>
<a href="../lists/lamList.html#method__construct">lamList::__construct()</a>
</dt>
<dd>
Constructor
</dd>
<dt>
<a href="../lists/lamList.html#methodcmp_array">lamList::cmp_array()</a>
</dt>
<dd>
Compare function used for usort-method
</dd>
<dt>
<a href="../lists/lamList.html#methodgetAdditionalTools">lamList::getAdditionalTools()</a>
</dt>
<dd>
Returns a list of lamListTool objects to display next to the edit/delete buttons.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistBuildFilter">lamList::listBuildFilter()</a>
</dt>
<dd>
Builds the regular expressions from the filter values.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistConfigurationChanged">lamList::listConfigurationChanged()</a>
</dt>
<dd>
Called when the configuration options changed.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistDoPost">lamList::listDoPost()</a>
</dt>
<dd>
Manages all POST actions (e.g. button pressed) for the account lists.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistDrawNavigationBar">lamList::listDrawNavigationBar()</a>
</dt>
<dd>
Draws a navigation bar to switch between pages
</dd>
<dt>
<a href="../lists/lamList.html#methodlistFilterAccounts">lamList::listFilterAccounts()</a>
</dt>
<dd>
Removes all entries which do not fit to the filter.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistGetAllConfigOptions">lamList::listGetAllConfigOptions()</a>
</dt>
<dd>
Returns a list of possible configuration options.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistGetConfigOptionByID">lamList::listGetConfigOptionByID()</a>
</dt>
<dd>
Returns the configuration option with the given ID.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistGetParams">lamList::listGetParams()</a>
</dt>
<dd>
Sets some internal parameters.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintButtons">lamList::listPrintButtons()</a>
</dt>
<dd>
Prints the create and delete buttons.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintConfigurationPage">lamList::listPrintConfigurationPage()</a>
</dt>
<dd>
Prints the list configuration page.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintFooter">lamList::listPrintFooter()</a>
</dt>
<dd>
Prints the HTML footer.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintHeader">lamList::listPrintHeader()</a>
</dt>
<dd>
Prints the HTML header.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintTableBody">lamList::listPrintTableBody()</a>
</dt>
<dd>
Prints the entry list
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintTableCellContent">lamList::listPrintTableCellContent()</a>
</dt>
<dd>
Prints the content of a cell in the account list for a given LDAP entry and attribute.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistPrintTableHeader">lamList::listPrintTableHeader()</a>
</dt>
<dd>
Prints the attribute and filter row at the account table head
</dd>
<dt>
<a href="../lists/lamList.html#methodlistRefreshData">lamList::listRefreshData()</a>
</dt>
<dd>
Rereads the entries from LDAP.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistShowOUSelection">lamList::listShowOUSelection()</a>
</dt>
<dd>
Prints a combobox with possible sub-DNs.
</dd>
<dt>
<a href="../lists/lamList.html#methodlistSort">lamList::listSort()</a>
</dt>
<dd>
Sorts an account list by a given attribute
</dd>
<dt>
<a href="../lists/lamList.html#methodshowPage">lamList::showPage()</a>
</dt>
<dd>
Prints the HTML code to display the list view.
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 101]<br />
Generates the list view.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 109]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lists/lamList.html">lamList</a> __construct(
string
$type)</code>
</td></tr></table>
</td></tr></table><br />
Constructor<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list object</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../lists/lamList.html#method__construct">lamList::__construct()</a> (Constructor)<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string&nbsp;&nbsp;</td>
<td><b>$type</b>&nbsp;&nbsp;</td>
<td>account type</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:32 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,461 @@
<html>
<head>
<title>Docs For Class lamListOption</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: lamListOption</h1>
Source Location: /lib/lists.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">Represents a list configuration option.</div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Roland Gruber</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lists/lamListOption.html#method__construct">__construct</a></li>
<li><a href="../lists/lamListOption.html#methodfillFromPostData">fillFromPostData</a></li>
<li><a href="../lists/lamListOption.html#methodgetID">getID</a></li>
<li><a href="../lists/lamListOption.html#methodgetMetaHTML">getMetaHTML</a></li>
<li><a href="../lists/lamListOption.html#methodgetValue">getValue</a></li>
<li><a href="../lists/lamListOption.html#methodsetValue">setValue</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Child classes:</h3>
<div class="tags">
<dl>
<dt><a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a></dt>
<dd>Boolean option for list configuration.</dd>
</dl>
<dl>
<dt><a href="../lists/lamSelectListOption.html">lamSelectListOption</a></dt>
<dd>Boolean option for list configuration.</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 998]<br />
Represents a list configuration option.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
<tr>
<td><b>abstract:</b>&nbsp;&nbsp;</td><td></td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 1010]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>lamConfigOption __construct(
String
$ID)</code>
</td></tr></table>
</td></tr></table><br />
Creates a new config option.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>config option</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<p>Overridden in child classes as:<br />
<dl>
<dt><a href="../lists/lamBooleanListOption.html#method__construct">lamBooleanListOption::__construct()</a></dt>
<dd>Creates a new boolean option.</dd>
</dl>
<dl>
<dt><a href="../lists/lamSelectListOption.html#method__construct">lamSelectListOption::__construct()</a></dt>
<dd>Creates a new selection list option.</dd>
</dl>
</p>
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$ID</b>&nbsp;&nbsp;</td>
<td>unique ID</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodfillFromPostData"></a>
<h3>method fillFromPostData <span class="smalllinenumber">[line 1028]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array fillFromPostData(
)</code>
</td></tr></table>
</td></tr></table><br />
Fills the config option from POST data.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of StatusMessages (array(&lt;type&gt;, &lt;head line&gt;, &lt;body&gt;))</td>
</tr>
<tr>
<td><b>abstract:</b>&nbsp;&nbsp;</td><td></td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<p>Overridden in child classes as:<br />
<dl>
<dt><a href="../lists/lamBooleanListOption.html#methodfillFromPostData">lamBooleanListOption::fillFromPostData()</a></dt>
<dd>Fills the config option from POST data.</dd>
</dl>
<dl>
<dt><a href="../lists/lamSelectListOption.html#methodfillFromPostData">lamSelectListOption::fillFromPostData()</a></dt>
<dd>Fills the config option from POST data.</dd>
</dl>
</p>
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetID"></a>
<h3>method getID <span class="smalllinenumber">[line 1019]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>String getID(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the option ID.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>ID</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMetaHTML"></a>
<h3>method getMetaHTML <span class="smalllinenumber">[line 1056]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMetaHTML(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the meta HTML data to display this option.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>meta HTML</td>
</tr>
<tr>
<td><b>abstract:</b>&nbsp;&nbsp;</td><td></td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<p>Overridden in child classes as:<br />
<dl>
<dt><a href="../lists/lamBooleanListOption.html#methodgetMetaHTML">lamBooleanListOption::getMetaHTML()</a></dt>
<dd>Returns the meta HTML data to display this option.</dd>
</dl>
<dl>
<dt><a href="../lists/lamSelectListOption.html#methodgetMetaHTML">lamSelectListOption::getMetaHTML()</a></dt>
<dd>Returns the meta HTML data to display this option.</dd>
</dl>
</p>
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetValue"></a>
<h3>method getValue <span class="smalllinenumber">[line 1035]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>String getValue(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the option value. The value must not contain &quot;=&quot; and &quot;;&quot;.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>value</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetValue"></a>
<h3>method setValue <span class="smalllinenumber">[line 1044]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setValue(
String
$value)</code>
</td></tr></table>
</td></tr></table><br />
Sets the config option value. The value must not contain &quot;=&quot; and &quot;;&quot;.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$value</b>&nbsp;&nbsp;</td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:39 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,355 @@
<html>
<head>
<title>Docs For Class lamListTool</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">lists</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_lists.html" class="menu">class tree: lists</a> ]
[ <a href="../elementindex_lists.html" class="menu">index: lists</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../lists/_templates---lists---deletelink.php.html"> deletelink.php
</a><br>
<a href="../lists/_templates---lists---list.php.html"> list.php
</a><br>
<a href="../lists/_lib---lists.inc.html"> lists.inc
</a><br>
<a href="../lists/_templates---lists---userlink.php.html"> userlink.php
</a><br>
</div><br />
subpackage <b>tree</b><br> <div class="package">
<a href="../lists/tree/_templates---tree---add_attr.php.html"> add_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---add_attr_form.php.html"> add_attr_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass.php.html"> add_oclass.php
</a><br>
<a href="../lists/tree/_templates---tree---add_oclass_form.php.html"> add_oclass_form.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value.php.html"> add_value.php
</a><br>
<a href="../lists/tree/_templates---tree---add_value_form.php.html"> add_value_form.php
</a><br>
<a href="../lists/tree/_templates---tree---collapse.php.html"> collapse.php
</a><br>
<a href="../lists/tree/_templates---tree---create.php.html"> create.php
</a><br>
<a href="../lists/tree/_templates---tree---create_form.php.html"> create_form.php
</a><br>
<a href="../lists/tree/_templates---tree---creation_template.php.html"> creation_template.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---custom.php.html"> custom.php
</a><br>
<a href="../lists/tree/_templates---tree---delete.php.html"> delete.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_attr.php.html"> delete_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---delete_form.php.html"> delete_form.php
</a><br>
<a href="../lists/tree/_templates---tree---download_binary_attr.php.html"> download_binary_attr.php
</a><br>
<a href="../lists/tree/_templates---tree---edit.php.html"> edit.php
</a><br>
<a href="../lists/tree/_templates---tree---expand.php.html"> expand.php
</a><br>
<a href="../lists/tree/_templates---tree---export.php.html"> export.php
</a><br>
<a href="../lists/tree/_templates---tree---export_form.php.html"> export_form.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---creation---new_ou_template.php.html"> new_ou_template.php
</a><br>
<a href="../lists/tree/_templates---tree---rdelete.php.html"> rdelete.php
</a><br>
<a href="../lists/tree/_templates---tree---refresh.php.html"> refresh.php
</a><br>
<a href="../lists/tree/_templates---tree---templates---templates.inc.html"> templates.inc
</a><br>
<a href="../lists/tree/_lib---tree.inc.html"> tree.inc
</a><br>
<a href="../lists/tree/_templates---tree---tree.php.html"> tree.php
</a><br>
<a href="../lists/tree/_templates---tree---tree_view.php.html"> tree_view.php
</a><br>
<a href="../lists/tree/_templates---tree---update.php.html"> update.php
</a><br>
<a href="../lists/tree/_templates---tree---update_confirm.php.html"> update_confirm.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../lists/lamBooleanListOption.html">lamBooleanListOption</a><br />
<a href="../lists/lamGroupList.html">lamGroupList</a><br />
<a href="../lists/lamHostList.html">lamHostList</a><br />
<a href="../lists/lamList.html">lamList</a><br />
<a href="../lists/lamListOption.html">lamListOption</a><br />
<a href="../lists/lamListTool.html">lamListTool</a><br />
<a href="../lists/lamMailAliasList.html">lamMailAliasList</a><br />
<a href="../lists/lamSelectListOption.html">lamSelectListOption</a><br />
<a href="../lists/lamSmbDomainList.html">lamSmbDomainList</a><br />
<a href="../lists/lamUserList.html">lamUserList</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: lamListTool</h1>
Source Location: /lib/lists.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description">Represents a tool which can be included in the account lists.</div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Roland Gruber</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../lists/lamListTool.html#method__construct">__construct</a></li>
<li><a href="../lists/lamListTool.html#methodgetImage">getImage</a></li>
<li><a href="../lists/lamListTool.html#methodgetLinkTarget">getLinkTarget</a></li>
<li><a href="../lists/lamListTool.html#methodgetName">getName</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 940]<br />
Represents a tool which can be included in the account lists.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b>&nbsp;&nbsp;</td><td>Roland Gruber</td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 954]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code><a href="../lists/lamListTool.html">lamListTool</a> __construct(
String
$name, String
$image, String
$target)</code>
</td></tr></table>
</td></tr></table><br />
Constructor<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>tool object</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$name</b>&nbsp;&nbsp;</td>
<td>tool name</td>
</tr>
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$image</b>&nbsp;&nbsp;</td>
<td>image file</td>
</tr>
<tr>
<td class="type">String&nbsp;&nbsp;</td>
<td><b>$target</b>&nbsp;&nbsp;</td>
<td>target page</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetImage"></a>
<h3>method getImage <span class="smalllinenumber">[line 966]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>String getImage(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the name of the tool image.<br /><br /><p>The image is returned without path (e.g. mytool.png). All images must reside in the graphics folder.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>image name</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetLinkTarget"></a>
<h3>method getLinkTarget <span class="smalllinenumber">[line 986]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>String getLinkTarget(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the PHP file (relative to 'templates/lists') which will be the target for this tool.<br /><br /><p>The target page will be opened with two GET parameters: DN and type (e.g. user)</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>page file (e.g. 'mytool.php')</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetName"></a>
<h3>method getName <span class="smalllinenumber">[line 976]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>String getName(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the tool name.<br /><br /><p>This is used for the tool tip.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>name</td>
</tr>
<tr>
<td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:40 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More