feat(auth): AD-Authentifizierungsprüfung hinzugefügt

This commit is contained in:
Developer 02
2024-04-02 15:02:07 +02:00
parent fa66e7ba0d
commit 59619702ab
56 changed files with 47 additions and 34 deletions

View File

@@ -1,11 +0,0 @@
using System.DirectoryServices;
namespace DigitalData.Core.Contracts.Infrastructure
{
public interface IADDataAccessor
{
SearchResultCollection ReadAll();
SearchResult? ReadOne();
}
}

View File

@@ -1,9 +0,0 @@
using System.DirectoryServices;
namespace DigitalData.Core.Contracts.Infrastructure
{
public interface ISearcherProvider<ADDataAccessor>
{
public Func<DirectorySearcher> Provide { get; }
}
}

View File

@@ -1 +1 @@
f4387e0fddd1173993a6db1f0ae947a265e040d2
c04ab3cbc3319f5880fb96acc2dc1da3e8fd9daa