Update src/DigitalData.ActiveDirectory/README.md
This commit is contained in:
parent
bd9f002757
commit
32116d8687
@ -26,7 +26,7 @@ Das folgende Beispiel zeigt, wie ein `DirectorySearchQuery`-Objekt erstellt:
|
||||
```json
|
||||
{
|
||||
"filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
|
||||
"scope": 3,
|
||||
"scope": 2,
|
||||
"property": [ "cn", "mail", "description" ],
|
||||
"searchRoot": {
|
||||
"path": "LDAP://OU=Users,DC=example,DC=com",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user