X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=blobdiff_plain;f=html%2Fdoc-direct.wml;h=7f9a630e2a858a0983b8a5407c6de4c5a5986105;hp=7f0dcbe69bf66451646a581a52b09ca23e26ab30;hb=613c432ec18ad7556fe5f649347f4e7b0cb19fd2;hpb=631621b124c4adb92a718842096120565680cc3f diff --git a/html/doc-direct.wml b/html/doc-direct.wml index 7f0dcbe..7f9a630 100644 --- a/html/doc-direct.wml +++ b/html/doc-direct.wml @@ -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).

@@ -18,7 +18,7 @@ ldap://db.debian.org -b dc=debian,dc=org. Alternatively, the -H and -b options can be put in one's ~/.ldaprc, in the following form:

-[ dbharris@gluck: ~/ ]$ cat ~/.ldaprc
+[ dbharris@ravel: ~/ ]$ cat ~/.ldaprc
 HOST db.debian.org
 BASE dc=debian,dc=org
 
@@ -29,7 +29,7 @@ authentication. There appears to be no ~/.ldaprc option which does the same as -x. With these parameters specified, we're ready to begin searching. Here's an example:

-[ dbharris@gluck: ~/ ]$ ldapsearch -x uid=dbharris keyfingerprint
+[ dbharris@ravel: ~/ ]$ ldapsearch -x uid=dbharris keyfingerprint
 <snip>
 # 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:
 

-[ dbharris@gluck: ~/ ]$ ldapsearch -x -H ldap://db.debian.org -b dc=debian,dc=org '(&(!(loginshell=/bin/bash))(uid=*))' loginshell
+[ dbharris@ravel: ~/ ]$ ldapsearch -x -H ldap://db.debian.org -b dc=debian,dc=org '(&(!(loginshell=/bin/bash))(uid=*))' loginshell