Metadata-Version: 2.4
Name: openldapctrl
Version: 0.3.0
Summary: Simple command tool to setup openldap server.
Author: rRR0VrFP
Maintainer: rRR0VrFP
License: MIT
Keywords: ldaputils,openldapctrl
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: summary

# openldapctrl

Simple command tool to setup openldap server.

## Install

```
pip install openldapctrl
```

## Installed Commands

- openldapctrl

## Usage

```
C:\gitlab.zc.local\openldapctrl>openldapctrl --help
Usage: openldapctrl [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  add-namespace-entries     Add namespace entries, e.g.
  change-admin-password     Change admin's password.
  init-database             Setup a simple database.
  install-default-schemas   Install default schemas.
  install-schema-idsObject  Add id1, id2, ..., id10 attribute names to user...
  install-server            Yum install openldap servers and related...
  simple-setup              Setup a simple openldap server.
```

## Releases

### v0.3.0 2025/11/28

- Change hdb to mdb for new release of openldap.

### v0.2.10 2025/11/28

- Doc update.

### v0.2.9 2020/11/21

- Set users base dn to users.accounts.
- Change the permission settings.

### v0.1.18 2020/11/15

- First release.
