OfflineModus

This commit is contained in:
ms
2025-02-18 16:06:44 +01:00
parent 7c03ab197b
commit 130faf71ef

View File

@@ -12,7 +12,7 @@ Public Class Login
Class1.DebugText = LDAP
' Class1.DebugText &= Environment.UserDomainName & vbCrLf
'Class1.DebugText &= ReturnLDAP(Environment.UserDomainName) & vbCrLf
Class1.CheckDebug()
Class1.CheckDebug(True)
Try
userPrincipalName = System.DirectoryServices.AccountManagement.UserPrincipal.Current.UserPrincipalName
Catch ex As Exception