X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=html%2Fdoc-direct.wml;h=d8fa0395f36f3bd480330dfaa7ddf7d29c4d3d98;hb=d7549c547cb431e08ba11810fe9e8b68d132bc4e;hp=da7912a58d06f1ab01a0e470e67e36558bd0c28a;hpb=445558464610e365550510019b701154fda4e7fa;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/html/doc-direct.wml b/html/doc-direct.wml index da7912a..d8fa039 100644 --- a/html/doc-direct.wml +++ b/html/doc-direct.wml @@ -17,12 +17,12 @@ The LDAP utilities package (\ ldap-utils) provides an utility called ldapsearch that can be used to execute direct queries to the database. This is done by supplying the following arguments to ldapsearch: -x -H -ldap://db.debian.org -b dc=debian,dc=org. Alternatively, the +ldaps://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@people: ~/ ]$ cat ~/.ldaprc
-HOST db.debian.org
+URI ldaps://db.debian.org
 BASE 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:

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

@@ -58,7 +58,7 @@ interesting queries are:

(&(keyfingerprint=*)(supplementaryGid=Debian))
  • Show people in a certain group gidmembership=adm
  • People named james cn=james
  • -
  • Someone whos last name phonetically sounds like 'Ackerma' +
  • Someone whose last name phonetically sounds like 'Ackerma' sn~=ackerm
  • All the sparcs host=sparc