Update src/DigitalData.ActiveDirectory/README.md

This commit is contained in:
tekh 2025-08-05 17:02:14 +02:00
parent cc3a62c477
commit b8d49b4f47

View File

@ -22,10 +22,10 @@ Das folgende Beispiel zeigt, wie ein `DirectorySearchQuery`-Objekt erstellt:
```json
{
"Filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
"Scope": SearchScope. Subtree,
"Property": [ "cn", "mail", "description" ],
"SearchRoot": {
"filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
"scope": 3,
"property": [ "cn", "mail", "description" ],
"searchRoot": {
"path": "LDAP://OU=Users,DC=example,DC=com",
"username": "MustermannM",
"password": "Must3rM@nn!"