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
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
+
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
+
[](https://discourse.linuxserver.io"post on our community forum.")
6
+
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
+
[](https://anchor.fm/linuxserverio"on hiatus. Coming back soon (late 2018).")
8
+
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
+
3
10
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
4
11
5
12
* regular and timely application updates
@@ -9,17 +16,20 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
9
16
* regular security updates
10
17
11
18
Find us at:
12
-
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
13
-
*[IRC](https://irc.linuxserver.io) - on freenode at `#linuxserver.io`. Our primary support channel is Discord.
14
19
*[Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
20
+
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
21
+
*[Discourse](https://discourse.linuxserver.io) - post on our community forum.
22
+
*[Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
23
+
*[Podcast](https://anchor.fm/linuxserverio) - on hiatus. Coming back soon (late 2018).
24
+
*[Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
[](https://microbadger.com/images/linuxserver/ldap-auth"Get your own version badge on microbadger.com")
19
-
[](https://microbadger.com/images/linuxserver/ldap-auth"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/ldap-auth"Get your own version badge on microbadger.com")
29
+
[](https://microbadger.com/images/linuxserver/ldap-auth"Get your own version badge on microbadger.com")
[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).
@@ -28,7 +38,7 @@ Find us at:
28
38
29
39
## Supported Architectures
30
40
31
-
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
41
+
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
32
42
33
43
Simply pulling `linuxserver/ldap-auth` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
34
44
@@ -100,17 +110,17 @@ Container images are configured using parameters passed at runtime (such as thos
100
110
101
111
* Shell access whilst the container is running: `docker exec -it ldap-auth /bin/bash`
102
112
* To monitor the logs of the container in realtime: `docker logs -f ldap-auth`
103
-
* container version number
113
+
* container version number
104
114
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' ldap-auth`
105
115
* image version number
106
116
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/ldap-auth`
107
117
108
118
## Updating Info
109
119
110
-
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
111
-
112
-
Below are the instructions for updating containers:
113
-
120
+
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
121
+
122
+
Below are the instructions for updating containers:
123
+
114
124
### Via Docker Run/Create
115
125
* Update the image: `docker pull linuxserver/ldap-auth`
116
126
* Stop the running container: `docker stop ldap-auth`
@@ -141,7 +151,7 @@ Below are the instructions for updating containers:
141
151
142
152
## Building locally
143
153
144
-
If you want to make local modifications to these images for development purposes or just to customize the logic:
154
+
If you want to make local modifications to these images for development purposes or just to customize the logic:
0 commit comments