ravel is no longer recommended for general shell usage
authorPaul Wise <pabs@debian.org>
Tue, 10 Feb 2015 02:16:02 +0000 (10:16 +0800)
committerPaul Wise <pabs@debian.org>
Tue, 10 Feb 2015 02:16:51 +0000 (10:16 +0800)
debian/changelog
html/doc-direct.wml

index 3a394bd..e2909e6 100644 (file)
@@ -1,10 +1,14 @@
 userdir-ldap-cgi (0.3.40) UNRELEASED; urgency=medium
 
+  [ Peter Palfrader ]
   * Add dependency on libcrypt-cbc-perl.
   * Use $config{maildomain} in update.cgi instead of hardcoded db.d.o.
   * Use $config{sslcafile} instead of hardcoding the path to the SSL CA
     in Util.pm.
 
+  [ Paul Wise ]
+  * ravel is no longer recommended for general shell usage
+
  -- Peter Palfrader <weasel@debian.org>  Sat, 03 Jan 2015 13:56:47 +0100
 
 userdir-ldap-cgi (0.3.39) unstable; urgency=medium
index 57308b0..422ae9d 100644 (file)
@@ -8,7 +8,7 @@
 the information available to non-developers via the LDAP interface has been
 limited a great deal. However, as always, the full database is accessible from
 any .debian.org machine. If you wish relatively unfettered access to the LDAP
-database, connect to it from a .debian.org machine, such as ravel.debian.org
+database, connect to it from a .debian.org machine, such as people.debian.org
 (which is recommended for general shell usage anyhow).
 </p>
 
@@ -21,7 +21,7 @@ ldap://db.debian.org -b dc=debian,dc=org</strong>. Alternatively, the
 <strong>-H</strong> and <strong>-b</strong> options can be put in
 one's ~/.ldaprc, in the following form:
 </p><pre>
-[ dbharris@ravel: ~/ ]$ cat ~/.ldaprc
+[ dbharris@people: ~/ ]$ cat ~/.ldaprc
 HOST db.debian.org
 BASE dc=debian,dc=org
 </pre>
@@ -32,7 +32,7 @@ authentication. There appears to be no ~/.ldaprc option which does the same as
 <strong>-x</strong>. With these parameters specified, we're ready to begin
 searching. Here's an example:
 </p><pre>
-[ dbharris@ravel: ~/ ]$ ldapsearch -x uid=dbharris keyfingerprint
+[ dbharris@people: ~/ ]$ ldapsearch -x uid=dbharris keyfingerprint
 &lt;snip&gt;
 # dbharris, users, debian, org
 dn: uid=dbharris,ou=users,dc=debian,dc=org
@@ -47,7 +47,7 @@ return. If you only specify the query, but don't provide any attributes to
 return, all readable attributes are returned. While the example was quite
 simple, complex queries can be performed as well:
 </p><pre>
-[ dbharris@ravel: ~/ ]$ ldapsearch -x -H ldap://db.debian.org -b dc=debian,dc=org '(&amp;(!(loginshell=/bin/bash))(uid=*))' loginshell
+[ dbharris@people: ~/ ]$ ldapsearch -x -H ldap://db.debian.org -b dc=debian,dc=org '(&amp;(!(loginshell=/bin/bash))(uid=*))' loginshell
 </pre>
 
 <p>