Skip to content

Commit e5f8947

Browse files
authored
Merge pull request #30796 from bergerhoffer/github-27766
GitHub-27766: Updating example object class filter to person
2 parents d324879 + 8f83136 commit e5f8947

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/ldap-syncing-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ baseDN: ou=users,dc=example,dc=com <1>
5959
scope: sub <2>
6060
derefAliases: never <3>
6161
timeout: 0 <4>
62-
filter: (objectClass=inetOrgPerson) <5>
62+
filter: (objectClass=person) <5>
6363
pageSize: 0 <6>
6464
----
6565
<1> The distinguished name (DN) of the branch of the directory where all

modules/ldap-syncing-config-activedir.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ activeDirectory:
2626
baseDN: "ou=users,dc=example,dc=com"
2727
scope: sub
2828
derefAliases: never
29-
filter: (objectclass=inetOrgPerson)
29+
filter: (objectclass=person)
3030
pageSize: 0
3131
userNameAttributes: [ mail ] <1>
3232
groupMembershipAttributes: [ memberOf ] <2>

modules/ldap-syncing-config-augmented-activedir.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ augmentedActiveDirectory:
3333
baseDN: "ou=users,dc=example,dc=com"
3434
scope: sub
3535
derefAliases: never
36-
filter: (objectclass=inetOrgPerson)
36+
filter: (objectclass=person)
3737
pageSize: 0
3838
userNameAttributes: [ mail ] <3>
3939
groupMembershipAttributes: [ memberOf ] <4>

modules/ldap-syncing-nesting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ augmentedActiveDirectory:
118118
baseDN: "ou=users,dc=example,dc=com"
119119
scope: sub
120120
derefAliases: never
121-
filter: (objectclass=inetOrgPerson)
121+
filter: (objectclass=person)
122122
pageSize: 0
123123
userNameAttributes: [ mail ] <4>
124124
groupMembershipAttributes: [ "memberOf:1.2.840.113556.1.4.1941:" ] <5>

0 commit comments

Comments
 (0)