update active directory interface to sync to mssql and to sync custom attributes

This commit is contained in:
Jonathan Jenne
2019-04-17 16:29:44 +02:00
parent 32b000c947
commit 0374016cde
10 changed files with 437 additions and 133 deletions

View File

@@ -0,0 +1,5 @@
Public Class AttributeMapping
Public AttributeName As String
Public FirebirdSyskey As String
Public MSSQLColumn As String
End Class