projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28361fc
)
posts:ldap: remove duplicate `-d 1` arguments to ldapwhoami.
author
W. Trevor King
<wking@tremily.us>
Thu, 27 Sep 2012 20:50:25 +0000
(16:50 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 27 Sep 2012 20:50:25 +0000
(16:50 -0400)
posts/LDAP.mdwn
patch
|
blob
|
history
diff --git
a/posts/LDAP.mdwn
b/posts/LDAP.mdwn
index bf5782d0eba0a5ab0974038b635a6a50519b8c7c..b423f50eeabf1a18be1b5d94e4e8fc788533f803 100644
(file)
--- 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
…