Welcome to OpenLDAP ACL Test's documentation!

https://github.com/mypaceshun/openldap-acl-test/actions/workflows/main.yml/badge.svg https://codecov.io/gh/mypaceshun/openldap-acl-test/branch/main/graph/badge.svg?token=1L16BLXJ74 Documentation Status

OpenLDAP ACL Test

OpenLDAPのACLをチェックを補助するツールです。 設定ファイルをよみ、適切に slapacl コマンドを実行し、 結果を記録します。

Install

pip コマンドを用いてPyPI経由でインストール可能です。

pip install openldap-acl-test

Usage

acltest というコマンドがインストールされます。

$ acltest --help
Usage: acltest [OPTIONS]

Options:
  -c, --conffile PATH  conffile path  [default: acltest_conf.yml]
  --slapacl PATH       slapacl path  [default: /usr/sbin/slapacl]
  --dry-run            dry run
  -v, --verbose        verbose output
  -h, --help           Show this message and exit.
  --version            Show the version and exit.

内部で slapacl を呼ぶので slapacl が実行可能な環境で実行する必要があります。

Document

API Reference

Changelog

Indices and tables