Use official Microsoft ads-kerberos (#15316)

* Use @microsoft/ads-kerberos

* Bundle ads-kerberos
This commit is contained in:
Charles Gagnon
2021-05-03 16:18:11 -07:00
committed by GitHub
parent 027e8a6f33
commit cb8f9d9d90
10 changed files with 30 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as kerberos from 'ads-kerberos2';
import * as kerberos from '@microsoft/ads-kerberos';
import * as vscode from 'vscode';
export async function authenticateKerberos(hostname: string): Promise<string> {