We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acfb20 commit 8c8dd35Copy full SHA for 8c8dd35
lib/kerberos.js
@@ -80,10 +80,9 @@ function initializeServer(service, callback) {
80
validateParameter(service, { name: 'service', type: 'string' });
81
validateParameter(callback, { name: 'callback', type: 'function' });
82
83
- kerberos.authGSSServerInit(service, callback);
+ kerberos.initializeServer(service, callback);
84
}
85
86
-
87
/**
88
* Destroys the context for GSSAPI client-side authentication.
89
*
0 commit comments