remove autogenerated files
[mirror/userdir-ldap.git] / web / doc-direct.html
diff --git a/web/doc-direct.html b/web/doc-direct.html
deleted file mode 100644 (file)
index 9dc1f48..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=">
-<title>Debian GNU/Linux -- Direct LDAP Access</title>
-<link rev="made" href="mailto:webmaster@debian.org">
-<meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
-<meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
-<meta name="Language" content="">
-<meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
-<meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
-<meta name="Modified"  content="2002-07-12 19:23:30">
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
-<table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
-<tr>
-  <td align="left" valign="middle">
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-  <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
-  </td>
-</tr>
-</table>
-<!--UdmComment-->
-<table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
-<tr>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td rowspan="2" align="center">
-<a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
-<a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
-<a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
-<a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
-<a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
-<a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
-<a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
-</td>
-<td valign="top">
-<img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-<tr>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
-</td>
-<td valign="bottom">
-<img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
-</td>
-</tr>
-</table>
-<!--/UdmComment-->
-<h1>Direct LDAP Access</h1>
-<p>
-The LDAP utilities package provides a program called ldapsearch that can be
-used to execute direct queries to the database. Generally this is done by
-putting
-<pre>
-HOST db.debian.org
-BASE dc=debian,dc=org
-</pre>
-in ~/.ldaprc. Then queries can be performed, for instance
-<pre>
-samosa{jgg}~#ldapsearch uid=wakkerma keyfingerprint
-uid=wakkerma,ou=users,dc=debian,dc=org
-keyfingerprint=38444C2CA6AD756EB4A2E5FA612AFF59
-keyfingerprint=576E100B518D2F1636B028053CB892502FA3BC2D
-</pre>
-Shows the PGP key finger prints for the <tt>wakkerma</tt> user. The first word
-in the command is the query to perform, the rest of command line are the
-attributes to return, if omitted then all readable attributes are returned.
-More complicated queries are possible, for instance:
-<pre>
-samosa{jgg}~#ldapsearch '(&(!(loginshell=/bin/bash))(uid=*))' loginshell
-uid=admin,ou=users,dc=debian,dc=org
-
-uid=mryan,ou=users,dc=debian,dc=org
-loginshell=/usr/bin/tcsh
-
-uid=jkominek,ou=users,dc=debian,dc=org
-loginshell=/usr/bin/zsh
-
-uid=caelum,ou=users,dc=debian,dc=org
-loginshell=/usr/bin/zsh
-[..]
-</pre>
-Shows users that do not use bash as their shell. Some other interesting
-queries are:
-<ul>
-<li>Count the number of developers <tt>(&(keyfingerprint=*)(gidnumber=800))</tt>
-<li>Show people in a certain group <tt>gidmembership=adm</tt>
-<li>People named james <tt>cn=james</tt>
-<li>Someone whos last name phonetically sounds like 'Ackerma' <tt>sn~=ackerm</tt>
-<li>All the sparcs <tt>host=sparc</tt>
-</ul>
-<a href="http://info.internet.isi.edu:80/in-notes/rfc/files/rfc2254.txt">RFC 2254</a>
-has more information about the filter expressions.
-<h1>Other LDAP Browsers</h1>
-<p>
-The GQ package has a graphical LDAP browser that can browse the debian.org
-tree. It is somewhat ungainly with the large number of entries in our
-directory, but it does work nonetheless. Configuration is similar, use the
-preferences dialog to add a new host with the information given above.
-<p>
-Netscape has a browser for their mailer, but I have never been able to get
-it to work, please email if you have any luck.
-<p>
-To my knowledge there are no interfaces for popular mailers like mutt and
-gnus. Such an interface would allow using the directory as an enhanced address
-book.
-<hr noshade width="100%" size="1">
-Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
-<hr noshade width="100%" size="1">
-<small>
-You can contact us at
-<a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
-</small>
-<p>
-<small>
-Last Modified: Fri, Jul 12 17:23:30 UTC 2002
-  <br>
-  Copyright &copy; 1997-2002
- <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
-</small>
-</body>
-</html>