Skip to main content

Script for transferring LDAP users from Postgresql database.

Project description

ldap-user-transfer

Script for transferring LDAP users from Postgresql database. Tested only in OpenLDAP, may work in others.

Configuration

  • db :

    • user_sql: Sql query for fetching users. (Cast id column to varchar)
    • group_sql: Sql query for getting group of user (Cast id column to varchar)
    • user_pk: Id column of user table
    • user_password_column: Password column of user in plain text. If this property given, userPassword field on LDAP will filled password with SHA-512 encryption in CRYPT format.
    • group_pk: Id column of group table
    • cursor_fetch_size: This script use postgresql binary cursors to iterate large amount of user rows. You can set cursor fetch size with this value.
  • ldap:

    • user_base: user base DN without base DN
    • group_base: group base DN without base DN
    • user_classes: LDAP classes of user object (as list)
  • mappings:

    • user_fields: mapping of user table column names and LDAP attributes in <String, String> or <String, List> formats.
    • groups: mapping of group names on db and LDAP group names in <String, String> format. Use id column of groups table for mapping.

Usage

After installing package from PyPI, define your config.yml path via LDAP_USER_TRANSFER_CONFIG environment variable then run ldap-transfer-user command.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ldap_user_transfer-1.0.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file ldap_user_transfer-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: ldap_user_transfer-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for ldap_user_transfer-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 53085c5ffda1e1a5b7d48e74e2eedebddcf4209fcf7417471d413b75441eb91e
MD5 64fa300e840339403e850e6485b8ec73
BLAKE2b-256 7fbaf30604916e7772d2d23a95692da9ed9d5713ff31ce493433f7edd660a18b

See more details on using hashes here.

Supported by

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