python-ldap2jira
Set of utilities for finding jira accounts with LDAP check and optional file map.
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'])
Release files for ldap2jira 1.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ldap2jira-1.2.4.tar.gz | 13.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ldap2jira-1.2.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.9 kB
Release files / ldap2jira-1.2.4.tar.gz
| Download URL | ldap2jira-1.2.4.tar.gz |
|---|---|
| Size | 13.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db1e7fcb3f15af48251d7032fbedb25f63a1772ebc211838cf8e18d677a17349
|
|
BLAKE2b-256 checksum How to use checksums |
96436dfac70070bc7706312b3151c18e4e9b1ba185334f23a30c8d339ef3ead1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / ldap2jira-1.2.4-py3-none-any.whl
| Download URL | ldap2jira-1.2.4-py3-none-any.whl |
|---|---|
| Size | 10.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f03af90fb84c7b2a69d5d07dade91881b20f6ac81bf3e47fe13fb5eb4106ec44
|
|
BLAKE2b-256 checksum How to use checksums |
c447db29e468ec484fc2d49460891d4a999676ff44b2c65fe5e2dd87c1362695
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|