stop mentioning gluck as a good machine to work on
authorStephen Gran <steve@lobefin.net>
Thu, 26 Nov 2009 08:41:26 +0000 (08:41 +0000)
committerStephen Gran <steve@lobefin.net>
Thu, 26 Nov 2009 08:41:26 +0000 (08:41 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
html/doc-direct.wml
html/doc-mail.wml

index 7f0dcbe..7f9a630 100644 (file)
@@ -5,7 +5,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 gluck.debian.org
+database, connect to it from a .debian.org machine, such as ravel.debian.org
 (which is recommended for general shell usage anyhow).
 </p>
 
@@ -18,7 +18,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@gluck: ~/ ]$ cat ~/.ldaprc
+[ dbharris@ravel: ~/ ]$ cat ~/.ldaprc
 HOST db.debian.org
 BASE dc=debian,dc=org
 </pre>
@@ -29,7 +29,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@gluck: ~/ ]$ ldapsearch -x uid=dbharris keyfingerprint
+[ dbharris@ravel: ~/ ]$ ldapsearch -x uid=dbharris keyfingerprint
 &lt;snip&gt;
 # dbharris, users, debian, org
 dn: uid=dbharris,ou=users,dc=debian,dc=org
@@ -44,7 +44,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@gluck: ~/ ]$ ldapsearch -x -H ldap://db.debian.org -b dc=debian,dc=org '(&amp;(!(loginshell=/bin/bash))(uid=*))' loginshell
+[ dbharris@ravel: ~/ ]$ ldapsearch -x -H ldap://db.debian.org -b dc=debian,dc=org '(&amp;(!(loginshell=/bin/bash))(uid=*))' loginshell
 </pre>
 
 <p>
index 1544ad1..e711989 100644 (file)
@@ -153,5 +153,5 @@ a short while before any changes made take effect.
 <p>
 If the mail you're sending to the mail robot is too long for your MTA
 and gets split please use a different mail origin or pass the mail to
-the MTA on a debian.org machine, e.g. gluck:
-<pre>cat .ssh/id_rsa.pub | gpg --clearsign | ssh gluck mail changes@db.debian.org</pre>
+the MTA on a debian.org machine, e.g. ravel:
+<pre>cat .ssh/id_rsa.pub | gpg --clearsign | ssh ravel mail changes@db.debian.org</pre>