posts:ldap: remove duplicate `-d 1` arguments to ldapwhoami.
authorW. Trevor King <wking@tremily.us>
Thu, 27 Sep 2012 20:50:25 +0000 (16:50 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 27 Sep 2012 20:50:25 +0000 (16:50 -0400)
posts/LDAP.mdwn

index bf5782d0eba0a5ab0974038b635a6a50519b8c7c..b423f50eeabf1a18be1b5d94e4e8fc788533f803 100644 (file)
@@ -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
     …