You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Find us at:
42
42
43
43
[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).
@@ -111,9 +111,9 @@ Container images are configured using parameters passed at runtime (such as thos
111
111
| :----: | --- |
112
112
|`-p 8888`| the port for ldap auth daemon |
113
113
|`-p 9000`| the port for ldap login page |
114
-
|`-e FERNETKEY=`| Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
115
-
|`-e CERTFILE=`|Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
116
-
|`-e KEYFILE=`|Point this to the private key file, matching the certificate file referred to in CERTFILE |
114
+
|`-e FERNETKEY=`| Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
115
+
|`-e CERTFILE=`|Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
116
+
|`-e KEYFILE=`|Optionally point this to the private key file, matching the certificate file referred to in CERTFILE |
117
117
118
118
## Environment variables from files (Docker secrets)
119
119
@@ -211,7 +211,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012)."
- { env_var: "FERNETKEY", env_value: "", desc: "Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)" }
33
-
- { env_var: "CERTFILE", env_value: "", desc: "Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon" }
34
-
- { env_var: "KEYFILE", env_value: "", desc: "Point this to the private key file, matching the certificate file referred to in CERTFILE" }
32
+
- { env_var: "FERNETKEY", env_value: "", desc: "Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications)" }
33
+
- { env_var: "CERTFILE", env_value: "", desc: "Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon" }
34
+
- { env_var: "KEYFILE", env_value: "", desc: "Optionally point this to the private key file, matching the certificate file referred to in CERTFILE" }
35
35
36
36
# application setup block
37
37
app_setup_block_enabled: true
@@ -43,7 +43,7 @@ app_setup_block: |
43
43
44
44
# changelog
45
45
changelogs:
46
-
- { date: "19.09.22:", desc: "Rebase to alpine 3.17." }
46
+
- { date: "30.12.22:", desc: "Rebase to alpine 3.17." }
47
47
- { date: "19.09.22:", desc: "Rebase to alpine 3.15." }
0 commit comments