Integration des Active Directory Controllers und Active Directory Service abgeschlossen.
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
<Reference Include="DigitalData.Core.Attributes">
|
||||
<HintPath>..\..\DigitalData.Core\DigitalData.Core.Attributes\bin\Debug\net7.0\DigitalData.Core.Attributes.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DigitalData.Core.Contracts">
|
||||
<HintPath>..\..\DigitalData.Core\DigitalData.Core.Attributes\bin\Debug\net7.0\DigitalData.Core.Contracts.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace DigitalData.UserManager.Domain.Entities
|
||||
[ADFilter("(&(objectClass=group) (samAccountName=*))")]
|
||||
public class ADGroup
|
||||
{
|
||||
public string SAMAccountName { get; set; }
|
||||
public IEnumerable<string> Samaccountname { get; set; }
|
||||
//public string Name { get; set; }
|
||||
//public string ObjectSid { get; set; }
|
||||
//public string ObjectCategory { get; set; }
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,7 +8,8 @@
|
||||
".NETCoreApp,Version=v7.0": {
|
||||
"DigitalData.UserManager.Domain/1.0.0": {
|
||||
"dependencies": {
|
||||
"DigitalData.Core.Attributes": "1.0.0.0"
|
||||
"DigitalData.Core.Attributes": "1.0.0.0",
|
||||
"DigitalData.Core.Contracts": "1.0.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"DigitalData.UserManager.Domain.dll": {}
|
||||
@@ -21,6 +22,14 @@
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Core.Contracts/1.0.0.0": {
|
||||
"runtime": {
|
||||
"DigitalData.Core.Contracts.dll": {
|
||||
"assemblyVersion": "1.0.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -34,6 +43,11 @@
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Core.Contracts/1.0.0.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {
|
||||
"DigitalData.UserManager.Domain/1.0.0": {
|
||||
"runtime": {
|
||||
"DigitalData.UserManager.Domain.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"DigitalData.UserManager.Domain/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
28da2e05d6943b8d9236770b879c3cb7f0487122
|
||||
95e0c0254180ef41d498bfd49d7efe64ba775773
|
||||
|
||||
@@ -22,6 +22,8 @@ E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Doma
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\obj\Debug\net7.0\refint\DigitalData.UserManager.Domain.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\obj\Debug\net7.0\DigitalData.UserManager.Domain.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\obj\Debug\net7.0\ref\DigitalData.UserManager.Domain.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\obj\Debug\net7.0\DigitalData.UserManager.Domain.csproj.CopyComplete
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\bin\Debug\net7.0\DigitalData.Core.Contracts.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\bin\Debug\net7.0\DigitalData.Core.Contracts.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\bin\Debug\net7.0\DigitalData.Core.Attributes.dll
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\bin\Debug\net7.0\DigitalData.Core.Attributes.pdb
|
||||
E:\TekH\Visual Studio\DDWeb\DigitalData.UserManager\DigitalData.UserManager.Domain\obj\Debug\net7.0\DigitalData.UserManager.Domain.csproj.CopyComplete
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user