Update src/DigitalData.ActiveDirectory/README.md
This commit is contained in:
@@ -27,6 +27,7 @@ Das folgende Beispiel zeigt, wie ein `DirectorySearchQuery`-Objekt erstellt:
|
|||||||
{
|
{
|
||||||
"filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
|
"filter": "(&(objectClass=user)(sAMAccountName=john.doe))",
|
||||||
"scope": 2,
|
"scope": 2,
|
||||||
|
"sizeLimit": 500,
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user