add surname and guid to users, filter users and groups

This commit is contained in:
Jonathan Jenne
2019-11-08 14:52:15 +01:00
parent faa86ed0be
commit 68dfc365ee
5 changed files with 75 additions and 19 deletions

View File

@@ -1,7 +1,14 @@
Public Class ADSyncArgs
Inherits JobArgs
''' <summary>
''' LDAP URI that acts as the root node of searches, ex: LDAP://DIGITALDATA
''' </summary>
Public RootPath As String
Public UserFilter As String
Public GroupFilter As String
Public DisableFirebird As String
Public DisableMSSQL As String
End Class