You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by jdhoek <gi...@git.apache.org> on 2014/10/13 14:19:39 UTC

[GitHub] archiva-redback-core pull request: Work with users defined in LDAP...

GitHub user jdhoek opened a pull request:

    https://github.com/apache/archiva-redback-core/pull/1

    Work with users defined in LDAP posixGroups

    Add a configuration key `LDAP_DN_ATTRIBUTE`.
    
    This patch enables authenticating with an LDAP instance configured to use *posixGroup* LDAP groups with *memberUid*.
    
    Configuring these parameters allows the use of such an LDAP-server:
    
    ```
    ldap.config.dn: 'dn'
    ldap.config.groups.member: 'memberUid'
    ldap.config.groups.class: 'posixGroup'
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/LableOrg/archiva-redback-core feature/ldapdnconfigurable

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/archiva-redback-core/pull/1.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1
    
----
commit 1e5c5675a71314af2fdd9e6d7fd0c70b321fc9c4
Author: Jeroen Hoek <je...@lable.org>
Date:   2014-10-07T11:18:41Z

    Work with users defined in LDAP posixGroups.
    
    Add a configuration key LDAP_DN_ATTRIBUTE

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] archiva-redback-core pull request: Work with users defined in LDAP...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/archiva-redback-core/pull/1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---