From: W. Trevor King Date: Thu, 27 Sep 2012 20:50:25 +0000 (-0400) Subject: posts:ldap: remove duplicate `-d 1` arguments to ldapwhoami. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e722b1a6e3b881dc1bfca1b1e6cc20779a019de7;p=blog.git posts:ldap: remove duplicate `-d 1` arguments to ldapwhoami. --- diff --git a/posts/LDAP.mdwn b/posts/LDAP.mdwn index bf5782d..b423f50 100644 --- a/posts/LDAP.mdwn +++ b/posts/LDAP.mdwn @@ -474,11 +474,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 …