From 86594449247637a6228c3e99557a2f7aeebcbee7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 30 Jun 2019 18:18:33 +0300 Subject: [PATCH] Add license and author information to the different container READMEs. --- ldap-account-manager/README.md | 11 +++++++++++ nss-pam-ldapd/README.md | 11 +++++++++++ slapd/README.md | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/ldap-account-manager/README.md b/ldap-account-manager/README.md index e3462c5..d054ca8 100644 --- a/ldap-account-manager/README.md +++ b/ldap-account-manager/README.md @@ -9,3 +9,14 @@ for `/var/lib/ldap-account-manager` that contains the application's configuration files. On first run the default files are copied to the volume and the configuration is done through the application itself. The default master password is `lam`. + +## License + +This software is licensed under the MIT license (see `LICENSE.txt`). + +## Author Information + +Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( +https://www.shore.co.il/). Patches are welcome via [`git send-email`]( +http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located +at: <https://www.shore.co.il/git/>. diff --git a/nss-pam-ldapd/README.md b/nss-pam-ldapd/README.md index 46bdbc8..0b47ed7 100644 --- a/nss-pam-ldapd/README.md +++ b/nss-pam-ldapd/README.md @@ -18,3 +18,14 @@ Name | Default value `LDAP_STARTTLS` | `false` `LDAP_BASE_DN` | `dc=trusted` `LDAP_CACERTFILE` | `/etc/ssl/certs/ca-certificates.crt` + +## License + +This software is licensed under the MIT license (see `LICENSE.txt`). + +## Author Information + +Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( +https://www.shore.co.il/). Patches are welcome via [`git send-email`]( +http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located +at: <https://www.shore.co.il/git/>. diff --git a/slapd/README.md b/slapd/README.md index f67a189..0b4799b 100644 --- a/slapd/README.md +++ b/slapd/README.md @@ -19,3 +19,14 @@ Name | Description | Default value ## Persistence The database is at `/var/lib/ldap`. + +## License + +This software is licensed under the MIT license (see `LICENSE.txt`). + +## Author Information + +Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( +https://www.shore.co.il/). Patches are welcome via [`git send-email`]( +http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located +at: <https://www.shore.co.il/git/>. -- GitLab