]> git.sur5r.net Git - openldap/blob - contrib/web_ldap/web_ldap.html
Fix dynamic linking dependencies for NT and Unix
[openldap] / contrib / web_ldap / web_ldap.html
1 <html>
2 <head>
3 <title>Web LDAP Access</title>
4 </head>
5 <body text="#000000"
6 bgcolor="#FFFFCC">
7 <h2>Web LDAP Access</h2>
8 <!-- Form Action Statement -->
9 <form action="/cgi-bin/web_ldap" method="POST">
10 <input type=hidden name="FORM" value="300">
11 <p>
12 Please fill in the LDAP request you desire. You may use
13 wildcards (*) in this fashion:
14 <ul>
15 <b>Common Name Examples</b><p>
16 <li>cn=jens moller
17 <li>cn=*moller
18 <li>cn=j* moller
19 <p>
20 <b>Surname Examples</b><p>
21 <li>sn=moller
22 <li>sn=*moller
23 </ul>
24 <p>
25 You may specify a configuration file if you have created a
26 new one, otherwise, leave it set to "DEF".
27 <hr>
28
29 <pre>
30  LDAP Request: <input type="text" size="40" name="LDAP_REQUEST">
31   
32   Config File: <input type="text" size="40" value="DEF" name="CONFIG">
33 </pre>
34
35 <input type="submit" name="button" value="Generate Results">
36 <input type="reset" value="Reset">
37 </ul>
38 <p>
39 </form>
40 <hr>
41 This is a freeware prototype application that includes the
42 source code. Please study it if you need to understand how it
43 works. It currenly only does simple LDAP Directory reads, however, 
44 an interactive application has to start somewhere. 
45 <p>
46 Authored by: <a href="mailto:Jens@colomar.com">Jens Moller</a>.
47 </body>
48 </html>
49
50