We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663dda9 + 1d9898b commit f7e8093Copy full SHA for f7e8093
v3/examples_windows_test.go
@@ -11,7 +11,7 @@ import (
11
12
// This example demonstrates passwordless bind using the current process' user
13
// credentials on Windows (SASL GSSAPI mechanism bind with SSPI client).
14
-func ExampleConn_SSPIClient_GSSAPIBind() {
+func ExampleConn_GSSAPIBind() {
15
// Windows only: Create a GSSAPIClient using Windows built-in SSPI lib
16
// (secur32.dll).
17
// This will use the credentials of the current process' user.
0 commit comments