merge ldap-client-fedora and ldap-client-debian into ldap-client
This commit is contained in:
parent
ef3871720e
commit
b77d7d5784
25 changed files with 35 additions and 160 deletions
|
@ -19,10 +19,7 @@
|
||||||
- [gitea](gitea/README.md): Gitea, a community managed lightweight code hosting solution
|
- [gitea](gitea/README.md): Gitea, a community managed lightweight code hosting solution
|
||||||
- [host-systemd-machined](host-systemd-machined/README.md): Host with machine started in Systemd Machined environment
|
- [host-systemd-machined](host-systemd-machined/README.md): Host with machine started in Systemd Machined environment
|
||||||
- [imap-client](imap-client/README.md): Application service needs interact with an IMAP server
|
- [imap-client](imap-client/README.md): Application service needs interact with an IMAP server
|
||||||
- ldap:
|
- [ldap-client](ldap-client/README.md): Application service needs interact with a LDAP server
|
||||||
- [ldap-client](ldap-client/README.md): Application service needs interact with a LDAP server
|
|
||||||
- [ldap-client-debian](ldap-client-debian/README.md): LDAP client for Fedora
|
|
||||||
- [ldap-client-fedora](ldap-client-fedora/README.md): LDAP client for Fedora
|
|
||||||
- [lemonldap](lemonldap/README.md): LemonLDAP, a Web Single Sign On and Access Management
|
- [lemonldap](lemonldap/README.md): LemonLDAP, a Web Single Sign On and Access Management
|
||||||
- [letsencrypt](letsencrypt/README.md): Let's encrypt, a nonprofit Certificate Authority providing TLS certificates
|
- [letsencrypt](letsencrypt/README.md): Let's encrypt, a nonprofit Certificate Authority providing TLS certificates
|
||||||
- [mailman](mailman/README.md): GNU Mailman, managing electronic mail discussion and e-newsletter lists
|
- [mailman](mailman/README.md): GNU Mailman, managing electronic mail discussion and e-newsletter lists
|
||||||
|
|
|
@ -22,5 +22,4 @@ Base information of a Debian server.
|
||||||
|
|
||||||
## Used by
|
## Used by
|
||||||
|
|
||||||
- [ldap-client-debian](../ldap-client-debian/README.md)
|
|
||||||
- [base-debian-bullseye](../base-debian-bullseye/README.md)
|
- [base-debian-bullseye](../base-debian-bullseye/README.md)
|
||||||
|
|
|
@ -25,5 +25,4 @@ Base information of a Fedora.
|
||||||
- [base-fedora-36](../base-fedora-36/README.md)
|
- [base-fedora-36](../base-fedora-36/README.md)
|
||||||
- [base-fedora-35](../base-fedora-35/README.md)
|
- [base-fedora-35](../base-fedora-35/README.md)
|
||||||
- [letsencrypt](../letsencrypt/README.md)
|
- [letsencrypt](../letsencrypt/README.md)
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
|
||||||
- [base-fedora-37](../base-fedora-37/README.md)
|
- [base-fedora-37](../base-fedora-37/README.md)
|
||||||
|
|
|
@ -23,13 +23,7 @@ Postfix and Dovecot as mail servers (Submission and IMAP).
|
||||||
- [dns-local](../dns-local/README.md)
|
- [dns-local](../dns-local/README.md)
|
||||||
- [relay-lmtp-client](../relay-lmtp-client/README.md)
|
- [relay-lmtp-client](../relay-lmtp-client/README.md)
|
||||||
- [relay-mail-client](../relay-mail-client/README.md)
|
- [relay-mail-client](../relay-mail-client/README.md)
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-fedora](../base-fedora/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
- [oauth2-client](../oauth2-client/README.md)
|
- [oauth2-client](../oauth2-client/README.md)
|
||||||
- [nginx-https](../nginx-https/README.md)
|
- [nginx-https](../nginx-https/README.md)
|
||||||
- [nginx-common](../nginx-common/README.md)
|
- [nginx-common](../nginx-common/README.md)
|
||||||
|
|
|
@ -4,6 +4,6 @@ website: https://www.dovecot.org/
|
||||||
depends:
|
depends:
|
||||||
- base-fedora-36
|
- base-fedora-36
|
||||||
- relay-lmtp-client
|
- relay-lmtp-client
|
||||||
- ldap-client-fedora
|
- ldap-client
|
||||||
- oauth2-client
|
- oauth2-client
|
||||||
- nginx-https
|
- nginx-https
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# ldap-client-debian
|
|
||||||
|
|
||||||
[All applications services for this dataset.](../README.md)
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
LDAP client for Fedora.
|
|
||||||
|
|
||||||
## Dependances
|
|
||||||
|
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-debian](../base-debian/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
|
|
||||||
## Used by
|
|
||||||
|
|
||||||
- [odoo](../odoo/README.md)
|
|
||||||
- [lemonldap](../lemonldap/README.md)
|
|
|
@ -1,5 +0,0 @@
|
||||||
format: '0.1'
|
|
||||||
description: LDAP client for Fedora
|
|
||||||
depends:
|
|
||||||
- ldap-client
|
|
||||||
- base-debian
|
|
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<rougail version="0.10">
|
|
||||||
<variables>
|
|
||||||
<family name="annuaire">
|
|
||||||
<family name="client">
|
|
||||||
<variable name="ldap_client_file" type="filename" description="Nom du fichier du client LDAP" hidden="True">
|
|
||||||
<value>/etc/ldap/ldap.conf</value>
|
|
||||||
</variable>
|
|
||||||
</family>
|
|
||||||
</family>
|
|
||||||
</variables>
|
|
||||||
</rougail>
|
|
|
@ -1,29 +0,0 @@
|
||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# ldap-client-fedora
|
|
||||||
|
|
||||||
[All applications services for this dataset.](../README.md)
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
LDAP client for Fedora.
|
|
||||||
|
|
||||||
## Dependances
|
|
||||||
|
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-fedora](../base-fedora/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
|
|
||||||
## Used by
|
|
||||||
|
|
||||||
- [piwigo](../piwigo/README.md)
|
|
||||||
- [dovecot](../dovecot/README.md)
|
|
||||||
- [roundcube](../roundcube/README.md)
|
|
||||||
- [nextcloud](../nextcloud/README.md)
|
|
||||||
- [openldap](../openldap/README.md)
|
|
|
@ -1,5 +0,0 @@
|
||||||
format: '0.1'
|
|
||||||
description: LDAP client for Fedora
|
|
||||||
depends:
|
|
||||||
- ldap-client
|
|
||||||
- base-fedora
|
|
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<rougail version="0.10">
|
|
||||||
<variables>
|
|
||||||
<family name="annuaire">
|
|
||||||
<family name="client">
|
|
||||||
<variable name="ldap_client_file" type="filename" description="Nom du fichier du client LDAP" hidden="True">
|
|
||||||
<value>/etc/openldap/ldap.conf</value>
|
|
||||||
</variable>
|
|
||||||
</family>
|
|
||||||
</family>
|
|
||||||
</variables>
|
|
||||||
</rougail>
|
|
|
@ -39,8 +39,13 @@ Application service needs interact with a LDAP server.
|
||||||
|
|
||||||
## Used by
|
## Used by
|
||||||
|
|
||||||
- [ldap-client-debian](../ldap-client-debian/README.md)
|
- [odoo](../odoo/README.md)
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
- [piwigo](../piwigo/README.md)
|
||||||
|
- [dovecot](../dovecot/README.md)
|
||||||
|
- [roundcube](../roundcube/README.md)
|
||||||
|
- [nextcloud](../nextcloud/README.md)
|
||||||
|
- [lemonldap](../lemonldap/README.md)
|
||||||
|
- [openldap](../openldap/README.md)
|
||||||
|
|
||||||
## Linked to
|
## Linked to
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
<variable name="ldap_key_file_group" type="unix_user" description="Groupe du fichier de la clef privée LDAP" hidden="True">
|
<variable name="ldap_key_file_group" type="unix_user" description="Groupe du fichier de la clef privée LDAP" hidden="True">
|
||||||
<value>root</value>
|
<value>root</value>
|
||||||
</variable>
|
</variable>
|
||||||
|
<variable name="ldap_client_file" type="filename" description="Nom du fichier du client LDAP" hidden="True"/>
|
||||||
</family>
|
</family>
|
||||||
</family>
|
</family>
|
||||||
</variables>
|
</variables>
|
||||||
|
@ -95,5 +96,12 @@
|
||||||
<param type="variable">ldapclient_base_dn</param>
|
<param type="variable">ldapclient_base_dn</param>
|
||||||
<target>ldapclient_user_dn</target>
|
<target>ldapclient_user_dn</target>
|
||||||
</fill>
|
</fill>
|
||||||
|
<fill name="calc_value">
|
||||||
|
<param>/etc/ldap/ldap.conf</param>
|
||||||
|
<param name="condition" type="variable">os_name</param>
|
||||||
|
<param name="expected">Debian</param>
|
||||||
|
<param name="default">/etc/openldap/ldap.conf</param>
|
||||||
|
<target>ldap_client_file</target>
|
||||||
|
</fill>
|
||||||
</constraints>
|
</constraints>
|
||||||
</rougail>
|
</rougail>
|
||||||
|
|
|
@ -21,13 +21,7 @@ LemonLDAP, a Web Single Sign On and Access Management.
|
||||||
- [base-machine](../base-machine/README.md)
|
- [base-machine](../base-machine/README.md)
|
||||||
- [base](../base/README.md)
|
- [base](../base/README.md)
|
||||||
- [dns-local](../dns-local/README.md)
|
- [dns-local](../dns-local/README.md)
|
||||||
- [ldap-client-debian](../ldap-client-debian/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-debian](../base-debian/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
||||||
- [relay-mail-client](../relay-mail-client/README.md)
|
- [relay-mail-client](../relay-mail-client/README.md)
|
||||||
- [nginx-common](../nginx-common/README.md)
|
- [nginx-common](../nginx-common/README.md)
|
||||||
|
|
|
@ -3,7 +3,7 @@ description: LemonLDAP, a Web Single Sign On and Access Management
|
||||||
website: https://lemonldap-ng.org/
|
website: https://lemonldap-ng.org/
|
||||||
depends:
|
depends:
|
||||||
- base-debian-bullseye
|
- base-debian-bullseye
|
||||||
- ldap-client-debian
|
- ldap-client
|
||||||
- reverse-proxy-client
|
- reverse-proxy-client
|
||||||
- relay-mail-client
|
- relay-mail-client
|
||||||
- nginx-common
|
- nginx-common
|
||||||
|
|
|
@ -22,13 +22,7 @@ Nextcloud, Online collaboration platform.
|
||||||
- [base](../base/README.md)
|
- [base](../base/README.md)
|
||||||
- [dns-local](../dns-local/README.md)
|
- [dns-local](../dns-local/README.md)
|
||||||
- [postgresql-client](../postgresql-client/README.md)
|
- [postgresql-client](../postgresql-client/README.md)
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-fedora](../base-fedora/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
- [redis-client](../redis-client/README.md)
|
- [redis-client](../redis-client/README.md)
|
||||||
- [oauth2-client](../oauth2-client/README.md)
|
- [oauth2-client](../oauth2-client/README.md)
|
||||||
- [relay-mail-client](../relay-mail-client/README.md)
|
- [relay-mail-client](../relay-mail-client/README.md)
|
||||||
|
|
|
@ -4,7 +4,7 @@ website: https://nextcloud.com/
|
||||||
depends:
|
depends:
|
||||||
- base-fedora-36
|
- base-fedora-36
|
||||||
- postgresql-client
|
- postgresql-client
|
||||||
- ldap-client-fedora
|
- ldap-client
|
||||||
- redis-client
|
- redis-client
|
||||||
- oauth2-client
|
- oauth2-client
|
||||||
- relay-mail-client
|
- relay-mail-client
|
||||||
|
|
|
@ -24,13 +24,7 @@ Odoo, an ERP and CRM.
|
||||||
- [postgresql-client](../postgresql-client/README.md)
|
- [postgresql-client](../postgresql-client/README.md)
|
||||||
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
||||||
- [relay-mail-client](../relay-mail-client/README.md)
|
- [relay-mail-client](../relay-mail-client/README.md)
|
||||||
- [ldap-client-debian](../ldap-client-debian/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-debian](../base-debian/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
- [oauth2-client](../oauth2-client/README.md)
|
- [oauth2-client](../oauth2-client/README.md)
|
||||||
- [nginx-https](../nginx-https/README.md)
|
- [nginx-https](../nginx-https/README.md)
|
||||||
- [nginx-common](../nginx-common/README.md)
|
- [nginx-common](../nginx-common/README.md)
|
||||||
|
|
|
@ -6,6 +6,6 @@ depends:
|
||||||
- postgresql-client
|
- postgresql-client
|
||||||
- reverse-proxy-client
|
- reverse-proxy-client
|
||||||
- relay-mail-client
|
- relay-mail-client
|
||||||
- ldap-client-debian
|
- ldap-client
|
||||||
- oauth2-client
|
- oauth2-client
|
||||||
- nginx-https
|
- nginx-https
|
||||||
|
|
|
@ -15,13 +15,7 @@ OpenLDAP, a LDAP server.
|
||||||
|
|
||||||
## Dependances
|
## Dependances
|
||||||
|
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-fedora](../base-fedora/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
- [base-fedora-36](../base-fedora-36/README.md)
|
- [base-fedora-36](../base-fedora-36/README.md)
|
||||||
- [base-fedora](../base-fedora/README.md)
|
- [base-fedora](../base-fedora/README.md)
|
||||||
- [systemd](../systemd/README.md)
|
- [systemd](../systemd/README.md)
|
||||||
|
@ -76,10 +70,10 @@ OpenLDAP, a LDAP server.
|
||||||
### Machine (*machine*)
|
### Machine (*machine*)
|
||||||
|
|
||||||
| Description | Values |
|
| Description | Values |
|
||||||
|-------------------------------------------------|----------|
|
|--------------------------------------------------|----------|
|
||||||
| *[**var_size**](extras/machine/20_unbound.xml)* | 256 |
|
| *[**var_size**](extras/machine/20_openldap.xml)* | 256 |
|
||||||
| *[**add_tmp**](extras/machine/20_unbound.xml)* | False |
|
| *[**add_tmp**](extras/machine/20_openldap.xml)* | False |
|
||||||
| *[**add_swap**](extras/machine/20_unbound.xml)* | False |
|
| *[**add_swap**](extras/machine/20_openldap.xml)* | False |
|
||||||
|
|
||||||
### Accounts (*accounts*)
|
### Accounts (*accounts*)
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@ format: '0.1'
|
||||||
description: OpenLDAP, a LDAP server
|
description: OpenLDAP, a LDAP server
|
||||||
website: https://www.openldap.org/
|
website: https://www.openldap.org/
|
||||||
depends:
|
depends:
|
||||||
- ldap-client-fedora
|
- ldap-client
|
||||||
- base-fedora-36
|
- base-fedora-36
|
||||||
|
|
|
@ -22,13 +22,7 @@ Piwigo, a photo management software.
|
||||||
- [base](../base/README.md)
|
- [base](../base/README.md)
|
||||||
- [dns-local](../dns-local/README.md)
|
- [dns-local](../dns-local/README.md)
|
||||||
- [mariadb-client](../mariadb-client/README.md)
|
- [mariadb-client](../mariadb-client/README.md)
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-fedora](../base-fedora/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
- [redis-client](../redis-client/README.md)
|
- [redis-client](../redis-client/README.md)
|
||||||
- [oauth2-client](../oauth2-client/README.md)
|
- [oauth2-client](../oauth2-client/README.md)
|
||||||
- [relay-mail-client](../relay-mail-client/README.md)
|
- [relay-mail-client](../relay-mail-client/README.md)
|
||||||
|
|
|
@ -4,7 +4,7 @@ website: http://piwigo.org/
|
||||||
depends:
|
depends:
|
||||||
- base-fedora-36
|
- base-fedora-36
|
||||||
- mariadb-client
|
- mariadb-client
|
||||||
- ldap-client-fedora
|
- ldap-client
|
||||||
- redis-client
|
- redis-client
|
||||||
- oauth2-client
|
- oauth2-client
|
||||||
- relay-mail-client
|
- relay-mail-client
|
||||||
|
|
|
@ -30,13 +30,7 @@ Roundcube, a webmail.
|
||||||
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
||||||
- [php-fpm](../php-fpm/README.md)
|
- [php-fpm](../php-fpm/README.md)
|
||||||
- [php](../php/README.md)
|
- [php](../php/README.md)
|
||||||
- [ldap-client-fedora](../ldap-client-fedora/README.md)
|
- [ldap-client](../ldap-client/README.md)
|
||||||
- [ldap-client](../ldap-client/README.md)
|
|
||||||
- [base-fedora](../base-fedora/README.md)
|
|
||||||
- [systemd](../systemd/README.md)
|
|
||||||
- [base-machine](../base-machine/README.md)
|
|
||||||
- [base](../base/README.md)
|
|
||||||
- [dns-local](../dns-local/README.md)
|
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ depends:
|
||||||
- oauth2-client
|
- oauth2-client
|
||||||
- nginx-https
|
- nginx-https
|
||||||
- php-fpm
|
- php-fpm
|
||||||
- ldap-client-fedora
|
- ldap-client
|
||||||
|
|
Loading…
Reference in a new issue