Interfaces: Prepare language attribute in ADUser
This commit is contained in:
@@ -193,6 +193,8 @@ Public Class ActiveDirectoryInterface
|
|||||||
.FirebirdSyskey = oMap.FirebirdSyskey,
|
.FirebirdSyskey = oMap.FirebirdSyskey,
|
||||||
.MSSQLColumn = oMap.MSSQLColumn
|
.MSSQLColumn = oMap.MSSQLColumn
|
||||||
})
|
})
|
||||||
|
Else
|
||||||
|
_logger.Debug("Attribute [{0}] is empty.", oMap.AttributeName)
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
Else
|
Else
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ Public Class ADUser
|
|||||||
Public Property GivenName As String
|
Public Property GivenName As String
|
||||||
Public Property Middlename As String
|
Public Property Middlename As String
|
||||||
Public Property Email As String
|
Public Property Email As String
|
||||||
|
Public Property Language As String
|
||||||
|
|
||||||
Public CustomAttributes As List(Of CustomAttribute)
|
Public CustomAttributes As List(Of CustomAttribute)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user