Description: Returns the details on the LDAP group settings authentication by LDAP setting group name.
Since: Artifactory 7.57.1
Security: Requires admin user token authentication
Usage: GET /access/api/v1/ldap/groups/{ldap_group_setting_name}
Sample Response
response {
"name": "ldapGroup2",
"enabled_ldap": "ldap2",
"group_base_dn": null,
"group_name_attribute": "cn",
"group_member_attribute": "uniqueMember",
"sub_tree": true,
"force_attribute_search": false,
"filter": "(objectClass=groupOfNames)",
"description_attribute": "description",
"strategy": "STATIC"
}