1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<html>
<head>
<title>Todo List</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_README.html">README</a></p>
</div>
<div id="todolist">
<p><a href="todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="li_main.html">main</a><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Crypt_AES.html">Crypt_AES</a><br />
<a href="li_Crypt_DES.html">Crypt_DES</a><br />
<a href="li_Crypt_Hash.html">Crypt_Hash</a><br />
<a href="li_Crypt_Random.html">Crypt_Random</a><br />
<a href="li_Crypt_RC4.html">Crypt_RC4</a><br />
<a href="li_Crypt_Rijndael.html">Crypt_Rijndael</a><br />
<a href="li_Crypt_RSA.html">Crypt_RSA</a><br />
<a href="li_Crypt_TerraDES.html">Crypt_TerraDES</a><br />
<a href="li_Crypt_TripleDES.html">Crypt_TripleDES</a><br />
<a href="li_default.html">default</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_horde-cipher.html">horde-cipher</a><br />
<a href="li_lam.html">lam</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_Math_BigInteger.html">Math_BigInteger</a><br />
<a href="li_metaHTML.html">metaHTML</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_Net_SFTP.html">Net_SFTP</a><br />
<a href="li_Net_SSH1.html">Net_SSH1</a><br />
<a href="li_Net_SSH2.html">Net_SSH2</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_phpLDAPadmin.html">phpLDAPadmin</a><br />
<a href="li_PHP_Compat.html">PHP_Compat</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</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>Todo List</h1></div>
<h2>phpLDAPadmin</h2>
<h3><a href="phpLDAPadmin/_templates---3rdParty---pla---lib---config_default.php.html">config_default.php</a></h3>
<ul>
<li>Add validation of set variables to enforce limits or particular values.</li>
</ul>
<h3><a href="phpLDAPadmin/Templates/TemplateRender.html#methoddrawJavascriptRandomPasswordAttribute">TemplateRender::drawJavascriptRandomPasswordAttribute()</a></h3>
<ul>
<li>This function doesnt work well if there are more than 1 RandomPasswordAttributes on the form for the same attribute (unlikely situation)</li>
</ul>
<h3><a href="phpLDAPadmin/DataStore/myldap.html#methodgetBaseDN">myldap::getBaseDN()</a></h3>
<ul>
<li>Sort the entries, so that they are in the correct DN order.</li>
</ul>
<h3><a href="phpLDAPadmin/DataStore/myldap.html#methodgetDNAttrValue">myldap::getDNAttrValue()</a></h3>
<ul>
<li>Caching these values may be problematic with multiple calls and different deref values.</li>
</ul>
<h3><a href="phpLDAPadmin/_templates---3rdParty---pla---lib---functions.php.html#functionpassword_types">password_types()</a></h3>
<ul>
<li>Dynamically work this list out so we only present hashes that we can encrypt</li>
</ul>
<h3><a href="phpLDAPadmin/Templates/QueryRender.html">QueryRender</a></h3>
<ul>
<li>need to add paging</li>
</ul>
<h3><a href="phpLDAPadmin/Templates/Template.html#methodsetContainer">Template::setContainer()</a></h3>
<ul>
<li>Trigger a query to the LDAP server and generate an error if the container doesnt exist</li>
</ul>
<h3><a href="phpLDAPadmin/Templates/Template.html">Template</a></h3>
<ul>
<li>askcontainer is no longer used?</li>
<li>RDN attributes need to be checked that are included in the schema, otherwise mark it is invalid</li>
<li>RDN attributes should be treated as MUST attributes even though the schema marks them as MAY</li>
</ul>
<div class="credit">
<hr />
Documentation generated on Sun, 25 Mar 2012 19:36:03 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>
|