mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-11 21:09:02 +08:00
ldap-auth
This commit is contained in:
parent
7bf6c4fd69
commit
e29af9fdde
43
linuxserver.io/ldap-auth.xml
Normal file
43
linuxserver.io/ldap-auth.xml
Normal file
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>ldap-auth</Name>
|
||||
<Repository>linuxserver/ldap-auth</Repository>
|
||||
<Registry>https://hub.docker.com/r/linuxserver/ldap-auth/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>bash</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/xxxxx-support-linuxserverio-ldap-auth/</Support>
|
||||
<Project>https://github.com/nginxinc/nginx-ldap-auth</Project>
|
||||
<Overview>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).</Overview>
|
||||
<Category>Tools: Network:Web Network:Management Status:Stable</Category>
|
||||
<WebUI/>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/ldap-auth.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ldap-auth-logo.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DonateText>Donate</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate/</DonateLink>
|
||||
<Description>LDAP-auth software is for authenticating users who request protected resources from servers proxied by nginx.</Description>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>8888</HostPort>
|
||||
<ContainerPort>8888</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>9000</HostPort>
|
||||
<ContainerPort>9000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data/>
|
||||
<Environment/>
|
||||
<Labels/>
|
||||
<Config Name="LDAP auth daemon port" Target="8888" Default="" Mode="tcp" Description="LDAP auth daemon port" Type="Port" Display="always" Required="false" Mask="false">8888</Config>
|
||||
<Config Name="LDAP login page port" Target="9000" Default="" Mode="tcp" Description="LDAP login page port" Type="Port" Display="always" Required="false" Mask="false">9000</Config>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user