I'm trying to configure Nexus 3.42.0-01 with OpenLDAP.
I set the configuration as below:
LDAP server address: ldaps://192.168.0.1:636
Search Base DN: dc=my,dc=domain,dc=local
Authentication Method: Simple Authentication
Username: uid=appauth,ou=auth,ou=nexus_cicd,ou=Applications,dc=my,dc=domain,dc=local
Password: ********
User relative DN: <blank>
User subtree: <checked>
Object Class: inetOrgPerson
User filter: <blank>
User ID attribute: uid
Real name attribute: cn
Email attribute: mail
Map LDAP groups roles: <checked>
Group type: Dynamic Groups
Group member of attribute: memberOf
I can view all users, but my problem is how can I restrict access to only users of a specific group?
Thanks for your support.