Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-61755

LDAP Plugin - Group matching with user groups issue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • ldap-plugin
    • None
    • Jenkins 2.222.1
      OpenJDK 11.0.6+10-post-Ubuntu-1ubuntu118.04.1
      Ubuntu 18.04 LTS
      ldap plugin version 1.21

      Project-based Matrix Authorization Strategy
      Groups entered by samaccountname are not giving any permissions to its members. Group looks like is correctly recognized.
      Groups entered by cn/name are working correct.

      Configuration details:
      User search filter: (& (objectCategory=Person)(objectclass=user)(samaccountname={0})(!(userAccountControl:1.2.840.113556.1.4.803:=2)) )
      Group search filter: (& (objectclass=group) (| (samaccountname={0})(cn={0}) ) )
      Group membership|Search for LDAP groups containing user|Group membership filter: (member={0})

      Example: Member of below group will have only 'Configure' permissions.

            Unassigned Unassigned
            pawel_kaczanowski_syncron Paweł Kaczanowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: