Interfaces: Prepare language attribute in ADUser

This commit is contained in:
Jonathan Jenne
2022-12-16 08:36:56 +01:00
parent e717dffa54
commit d5e98c5de4
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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)