Update src/DigitalData.ActiveDirectory/README.md
This commit is contained in:
parent
cc3a62c477
commit
b8d49b4f47
@ -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!"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user