From e722b1a6e3b881dc1bfca1b1e6cc20779a019de7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 27 Sep 2012 16:50:25 -0400 Subject: [PATCH] posts:ldap: remove duplicate `-d 1` arguments to ldapwhoami. --- posts/LDAP.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 … -- 2.26.2