-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
nginx-goldap (0.2.0-1) UNRELEASED; urgency=medium | ||
|
||
* Add support for TLS and user/password ldap conn | ||
* new env vars LDAP_URL, LDAP_USER, LDAP_PASSWORD | ||
* LDAP_URL replace LDAP_HOST and LDAP_PORT (though still works) | ||
|
||
-- Olivier Sallou <[email protected]> Mon, 15 Nov 2021 12:57:54 +0000 | ||
|
||
nginx-goldap (0.1.0-1) UNRELEASED; urgency=medium | ||
|
||
* Update doc | ||
* Add /etc/default/nginx-goldap | ||
|
||
-- Olivier Sallou <[email protected]> Mon, 27 Nov 2021 12:57:54 +0000 | ||
|
||
nginx-goldap (0.0.1-1) UNRELEASED; urgency=medium | ||
|
||
* Initial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
LDAP_URL= | ||
LDAP_HOST= | ||
LDAP_USER= | ||
LDAP_PASSWORD= | ||
LDAP_USER_DN= | ||
LDAP_GROUP_DN= | ||
|