mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / LDAP.mdwn
index bf5782d0eba0a5ab0974038b635a6a50519b8c7c..52f8a35e393da7ff3003d047b5543f90ea70b696 100644 (file)
@@ -242,10 +242,8 @@ Mutt
 If you use the [[Mutt]] email client (or just want a simple way to
 query email addresses from the command line) there are a [number of
 scripts][mutts] available.  Pick whichever sounds most appealing to
-you.  I wrote up [[mutt-ldap.py]], which lets you configuration the
-connection details via a config file (`~/.mutt-ldap.rc`) rather than
-editing the script itself.  Usage details are available in the
-docstring.
+you.  I wrote up [[mutt-ldap.py|mutt-ldap]], which has since seen
+contributions from others and been pulled out into its own repository.
 
 Apple Address Book
 ------------------
@@ -474,11 +472,11 @@ You can get more detailed messages from `ldapwhoami` by increasing the
 debuglevel (for example, with the `-d 1` option), which helps when
 you're troubleshooting these kinds of issues.  For example:
 
-    $ ldapwhoami -d 1 -Y GSSAPI -d 1
+    $ ldapwhoami -d 1 -Y GSSAPI
     …
     ldap_int_sasl_open: host=some.dynamic.canonical.host.net
     …
-    $ ldapwhoami -d 1 -Y GSSAPI -N -d 1
+    $ ldapwhoami -d 1 -Y GSSAPI -N
     …
     ldap_int_sasl_open: host=ldapserver.example.com
     …