Skip to content

Commit

Permalink
Merge pull request #2615 from vmware/jenkins_sync_eng_docs
Browse files Browse the repository at this point in the history
Auto updated assets for docs eng
  • Loading branch information
Chaitanya Deshpande authored Apr 10, 2023
2 parents 0085d6d + bedc01e commit 6a81505
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/AuthProfile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,27 +1231,27 @@ <h3 class="field-label"><a name="LdapAuthSettings">LdapAuthSettings</a> <a class
<div class="model">
<h3 class="field-label"><a name="LdapDirectorySettings">LdapDirectorySettings</a> <a class="up" href="#__Models">Up</a></h3>
<div class="field-items">
<div class="param">admin_bind_dn (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP Admin User DN. Administrator credentials are required to search for users under user search DN or groups under group search DN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">admin_bind_dn </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP Admin User DN. Administrator credentials are required to search for users under user search DN or groups under group search DN. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">group_filter (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Group filter is used to identify groups during search. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">group_member_attribute (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP group attribute that identifies each of the group members. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">group_member_is_full_dn (optional)</div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> Group member entries contain full DNs instead of just user id attribute values. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">group_search_dn (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP group search DN is the root of search for a given group in the LDAP directory. Only matching groups present in this LDAP directory sub-tree will be checked for user membership. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">group_search_scope (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP group search scope defines how deep to search for the group starting from the group search DN. Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">ignore_referrals (optional)</div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> During user or group search, ignore searching referrals. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">password (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP Admin User Password. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">password </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP Admin User Password. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_attributes (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">array[String]</a></span> LDAP user attributes to fetch on a successful user bind. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_id_attribute (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user id attribute is the login attribute that uniquely identifies a single user record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_id_attribute </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user id attribute is the login attribute that uniquely identifies a single user record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_search_dn (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user search DN is the root of search for a given user in the LDAP directory. Only user records present in this LDAP directory sub-tree will be validated. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_search_scope (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user search scope defines how deep to search for the user starting from user search DN. Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
</div> <!-- field-items -->
</div>
<div class="model">
<h3 class="field-label"><a name="LdapUserBindSettings">LdapUserBindSettings</a> <a class="up" href="#__Models">Up</a></h3>
<div class="field-items">
<div class="param">dn_template (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user DN pattern is used to bind LDAP user after replacing the user token with real username. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">token (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP token is replaced with real user name in the user DN pattern. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">dn_template </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user DN pattern is used to bind LDAP user after replacing the user token with real username. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">token </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP token is replaced with real user name in the user DN pattern. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_attributes (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">array[String]</a></span> LDAP user attributes to fetch on a successful user bind. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_id_attribute (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user id attribute is the login attribute that uniquely identifies a single user record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
<div class="param">user_id_attribute </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> LDAP user id attribute is the login attribute that uniquely identifies a single user record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. </div>
</div> <!-- field-items -->
</div>
<div class="model">
Expand Down

0 comments on commit 6a81505

Please sign in to comment.