mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
ab20642f0d
Including 1. LDAP group configure settings 2. Assign role to LDAP user group. 3. Manage user group
746 B
746 B
Test 12-02 LDAP Usergroup Update
Purpose
To verify admin user can update an LDAP group
References:
User guide
Environments:
- This test requires that a Harbor instance is running and available.
- An LDAP server is running and available, and enabled memberof overlay feature
- LDAP group config parameter are configured.
- ldap_group_basedn
- ldap_group_filter
- ldap_gid
- ldap_group_scope
Test Steps:
- Login UI as admin user.
- In
Administration->User Group
page, Add an LDAP with a valid group DN with group name. - In
Administration->User Group
page, Update the user group with a different name.
Expected Outcome:
- In step3 the user group name is updated
Possible Problem:
None