feat(auth): AD-Authentifizierungsprüfung hinzugefügt
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using System.DirectoryServices;
|
||||
|
||||
namespace DigitalData.Core.Contracts.Infrastructure
|
||||
{
|
||||
public interface IADDataAccessor
|
||||
{
|
||||
SearchResultCollection ReadAll();
|
||||
|
||||
SearchResult? ReadOne();
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
using System.DirectoryServices;
|
||||
|
||||
namespace DigitalData.Core.Contracts.Infrastructure
|
||||
{
|
||||
public interface ISearcherProvider<ADDataAccessor>
|
||||
{
|
||||
public Func<DirectorySearcher> Provide { get; }
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
f4387e0fddd1173993a6db1f0ae947a265e040d2
|
||||
c04ab3cbc3319f5880fb96acc2dc1da3e8fd9daa
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user