From a1de8bf85f8d133dbdd91182b2540f3af8f4e738 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Wed, 6 Jun 2018 14:12:45 -0400 Subject: [PATCH] typo in ucp ldap config (#6821) --- .../ucp/2.2/guides/admin/configure/external-auth/index.md | 2 +- ee/ucp/admin/configure/external-auth/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/ucp/2.2/guides/admin/configure/external-auth/index.md b/datacenter/ucp/2.2/guides/admin/configure/external-auth/index.md index 2c2ba3d9ab..bf9f3bb2c0 100644 --- a/datacenter/ucp/2.2/guides/admin/configure/external-auth/index.md +++ b/datacenter/ucp/2.2/guides/admin/configure/external-auth/index.md @@ -157,7 +157,7 @@ Click **Confirm** to add your LDAP domain. | Filter | The LDAP search filter used to find users. If you leave this field empty, all directory entries in the search scope with valid username attributes are created as users. | | | Search subtree instead of just one level | Whether to perform the LDAP search on a single level of the LDAP tree, or search through the full LDAP tree starting at the Base DN. | | | Select Group Members | Whether to further filter users by selecting those who are also members of a specific group on the directory server. This feature is helpful if the LDAP server does not support `memberOf` search filters. | | -| Iterate through group members | If `Select Group Members` is selected, this option searches for users by first iterating over the target group's membership, making a separate LDAP query for each member. as opposed to first querying for all users which match the above search query and intersecting those with the set of group members. This option can be more efficient in situations where the number of members of the target group is significantly smaller than the number of users which would match the above search filter, or if your directory server does not support simple pagination of search results. | | +| Iterate through group members | If `Select Group Members` is selected, this option searches for users by first iterating over the target group's membership, making a separate LDAP query for each member, as opposed to first querying for all users which match the above search query and intersecting those with the set of group members. This option can be more efficient in situations where the number of members of the target group is significantly smaller than the number of users which would match the above search filter, or if your directory server does not support simple pagination of search results. | | | Group DN | If `Select Group Members` is selected, this specifies the distinguished name of the group from which to select users. | | | Group Member Attribute | If `Select Group Members` is selected, the value of this group attribute corresponds to the distinguished names of the members of the group. | | diff --git a/ee/ucp/admin/configure/external-auth/index.md b/ee/ucp/admin/configure/external-auth/index.md index 6404ab2d50..05d005d30f 100644 --- a/ee/ucp/admin/configure/external-auth/index.md +++ b/ee/ucp/admin/configure/external-auth/index.md @@ -157,7 +157,7 @@ Click **Confirm** to add your LDAP domain. | Filter | The LDAP search filter used to find users. If you leave this field empty, all directory entries in the search scope with valid username attributes are created as users. | | | Search subtree instead of just one level | Whether to perform the LDAP search on a single level of the LDAP tree, or search through the full LDAP tree starting at the Base DN. | | | Match Group Members | Whether to further filter users by selecting those who are also members of a specific group on the directory server. This feature is helpful if the LDAP server does not support `memberOf` search filters. | | -| Iterate through group members | If `Select Group Members` is selected, this option searches for users by first iterating over the target group's membership, making a separate LDAP query for each member. as opposed to first querying for all users which match the above search query and intersecting those with the set of group members. This option can be more efficient in situations where the number of members of the target group is significantly smaller than the number of users which would match the above search filter, or if your directory server does not support simple pagination of search results. | | +| Iterate through group members | If `Select Group Members` is selected, this option searches for users by first iterating over the target group's membership, making a separate LDAP query for each member, as opposed to first querying for all users which match the above search query and intersecting those with the set of group members. This option can be more efficient in situations where the number of members of the target group is significantly smaller than the number of users which would match the above search filter, or if your directory server does not support simple pagination of search results. | | | Group DN | If `Select Group Members` is selected, this specifies the distinguished name of the group from which to select users. | | | Group Member Attribute | If `Select Group Members` is selected, the value of this group attribute corresponds to the distinguished names of the members of the group. | |