Add embeded libregrah/idm server

This add a new service "idm" providing and LDAP service (via ldaps) on
port 9235.  If not existing it will bootstrap an initial LDAP tree and
administrative user as well as a self-signed Certificate and Key
(similar to what is done for glauth).
This commit is contained in:
Ralf Haferkamp
2022-02-25 11:43:03 +01:00
parent a3aad659f8
commit 02775b72c7
24 changed files with 651 additions and 6 deletions
+2
View File
@@ -1,6 +1,8 @@
SHELL := bash
NAME := ocis
TAGS := disable_crypt
include ../.make/recursion.mk
############ tooling ############