Update src/DigitalData.ActiveDirectory/README.md

This commit is contained in:
tekh 2025-08-05 17:20:33 +02:00
parent bd9f002757
commit 32116d8687

View File

@ -26,7 +26,7 @@ Das folgende Beispiel zeigt, wie ein `DirectorySearchQuery`-Objekt erstellt:
```json ```json
{ {
"filter": "(&(objectClass=user)(sAMAccountName=john.doe))", "filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
"scope": 3, "scope": 2,
"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",