Skip to content

allow LDAP-client integration for the OS user lookup #10

Description

@FRosner

Problem

When specifying the user and group, one has to know the uid and gid (#11).

Solution

Allow a simple LDAP lookup. Make LDAP server, dc configurable as environment variables. It should be compatible with #11 somehow.

Search for user

ldapsearch -x -LLL -H ldaps://<ldapserver>:636/ -b "ou=people,dc=<dc-subdomain>,dc=<dc-name>,dc=<dc-topleveldomain>" '(uid=<uid>)'

Search for group

ldapsearch -x -LLL -H ldaps://<ldapserver-socket>/ -b "ou=groups,dc=<dc-subdomain>,dc=<dc-name>,dc=<dc-topleveldomain>" '(cn=<cn>)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions