Skip to main content

Set of utilities for finding jira accounts with LDAP check and optional file map

Project description

python-ldap2jira

Set of utilities for finding jira accounts with LDAP check and optional file map.

Test Coverage Pypi Upload Pypi Version Documentation Status

Pypi Package

https://pypi.org/project/ldap2jira/

Docs

https://python-ldap2jira.readthedocs.io/

Usage

Install package from pypi

pip install ldap2jira

In python

from ldap2jira import LDAP2JiraUserMap

l2j = LDAP2JiraUserMap(
    jira_url='https://yourjiraserver',
    jira_user='yourjirauser',
    jira_password='yourpassword',
    ldap_url='ldap://yourldapserver,
    ldap_base='ou=users,dc=your,dc=base',
    ldap_query_fields_username=['uid'],
    ldap_fields_username=['uid'],
    ldap_fields_mail=['mail'],
    ldap_fields_name=['cn'],
    ldap_fields_jira_search=[
        'mail', 'uid', 'cn'],
    email_domain='yourdomain.org'
)

l2j.find_jira_accounts(['usertofind', 'user2tofind'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ldap2jira-1.2.4.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

ldap2jira-1.2.4-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page