Simple OpenLDAP instance for local usage.
Go to file
Denis Knauf 4a3908827d community.general.ldap_attrs attributes 2023-10-20 00:52:43 +02:00
defaults init 2020-11-07 23:12:44 +01:00
handlers init 2020-11-07 23:12:44 +01:00
meta init 2020-11-07 23:12:44 +01:00
tasks community.general.ldap_attrs attributes 2023-10-20 00:52:43 +02:00
tests init 2020-11-07 23:12:44 +01:00
vars init 2020-11-07 23:12:44 +01:00
.gitignore init 2020-11-07 23:12:44 +01:00
README.adoc init 2020-11-07 23:12:44 +01:00

README.adoc

OpenLDAP
========

Primary for using as `ldapi://` for example for mail-servers.

Requirements
------------

You need to have debian (or compatible, like ubuntu) or alpine already installed.

* sshd

Role Variables
--------------

ldap_basedn::
Your basedn like `cn=example,cn=org`.

Example Playbook
----------------

----
---
# vim: set expandtab tabstop=2 shiftwidth=2:

- hosts: ldapserver
  remote_user: root
  become: false

  tasks:
  - import_role:
      name: denkn.ldapi
----

License
-------

AGPLv3

Author Information
------------------

Denis Knauf - https://git.denkn.at/deac/ansible-role-ldapi