Change LDAP Group Settings

JFrog REST APIs

ft:sourceType
Paligo

Description: Changes the LDAP group settings.

Since: Artifactory 7.57.1

Security: Requires admin user token authentication

Usage: PUT access/api/v1/ldap/groups

Sample Request

request body:
{
    "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"
}
  • HTTP SSO

    • Get HTTP SSO

    • Update HTTP SSO

  • LDAP Setting

    • Get the LDAP Settings

    • Get the LDAP Settings by Key

    • Delete LDAP Settings

    • Add LDAP Settings

    • Change LDAP Settings

  • LDAP Group Setting

    • Get the LDAP Group Settings

    • Get the LDAP Group Settings by Group Name

    • Delete LDAP Group Settings

    • Add LDAP Group Settings

    • Change LDAP Group Settings