Update src/DigitalData.ActiveDirectory/README.md

This commit is contained in:
tekh 2025-08-05 17:23:34 +02:00
parent ce3698d8e1
commit 48f9379f2a

View File

@ -27,6 +27,7 @@ Das folgende Beispiel zeigt, wie ein `DirectorySearchQuery`-Objekt erstellt:
{
"filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
"scope": 2,
"sizeLimit": 500,
"property": [ "cn", "mail", "description" ],
"searchRoot": {
"path": "LDAP://OU=Users,DC=example,DC=com",