Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Artifactory - Can a Admin user be validated through LDAP group?

Tags:

artifactory

Can the Admin users in Artifactory be validated with the LDAP group. In short, we do not want to enable the user as a Admin in artifactory manually. We want artifactory to look at the ldap group and validate if the user can be a admin.

like image 910
Mir S Mehdi Avatar asked Mar 16 '23 22:03

Mir S Mehdi


1 Answers

No, you can't, and for a very good reason. Think about a change in your LDAP query schema. Everybody will be locked out forever.

Since version 5.3 Artifactory supports granting Admin privileges to a group of users. This allows you to import a group from your LDAP or Crowd server and grant Admin privileges to the whole group in a single action.

like image 62
JBaruch Avatar answered Apr 26 '23 19:04

JBaruch