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 ```json
{ {
"Filter": "(&(objectClass=user)(sAMAccountName=john.doe))", "filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
"Scope": SearchScope. Subtree, "scope": 3,
"Property": [ "cn", "mail", "description" ], "property": [ "cn", "mail", "description" ],
"SearchRoot": { "searchRoot": {
"path": "LDAP://OU=Users,DC=example,DC=com", "path": "LDAP://OU=Users,DC=example,DC=com",
"username": "MustermannM", "username": "MustermannM",
"password": "Must3rM@nn!" "password": "Must3rM@nn!"