aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/doc/us/manual.html
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2004-11-03 11:04:45 +0000
committerTomas Guisasola <tomas@luaforge.net>2004-11-03 11:04:45 +0000
commit2f9d1ce1c7bfcd1840af422423db0bda1d1362a4 (patch)
tree259d30417fc064c75ce5f0a33bea4a75d58a0292 /lualdap/doc/us/manual.html
parentAcrescimo das variaveis de informacao. (diff)
downloadlualdap-2f9d1ce1c7bfcd1840af422423db0bda1d1362a4.tar.xz
lualdap-2f9d1ce1c7bfcd1840af422423db0bda1d1362a4.zip
Pequena melhoria no texto.
Diffstat (limited to 'lualdap/doc/us/manual.html')
-rwxr-xr-xlualdap/doc/us/manual.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html
index fab0506..e52ab36 100755
--- a/lualdap/doc/us/manual.html
+++ b/lualdap/doc/us/manual.html
@@ -127,8 +127,8 @@ The argument <tt>who</tt> should be the <a href="#dn">distinguished name</a>
of the entry that has the password to be checked against the third argument,
<tt>password</tt>.
The optional argument <tt>usetls</tt> is a Boolean flag indicating if
-Transport Layer Security (TLS) should be used.
-
+Transport Layer Security (TLS) should be used.<br>
+Returns a connection object or <tt>nil</tt> followed by an error string.
</ul>
@@ -254,7 +254,7 @@ ld:add ("mydn=newuser,ou=people,dc=ldap,dc=world", {
abc = "qwerty",
tel = { "123456758", "98765432", },
givenName = "New User",
-}()
+})()
ld:modify {"mydn=newuser,ou=people,dc=ldp,dc=world",
{ '=', givenName = "New", cn = "New", sn = "User", },
@@ -322,7 +322,7 @@ of LDAP Search Filters (RFC 2254)</a>
<hr>
<small>
-$Id: manual.html,v 1.15 2004-05-31 11:00:13 tomas Exp $
+$Id: manual.html,v 1.16 2004-11-03 11:04:45 tomas Exp $
</small>
</body>