AppFeed/templates/linuxserversRepository/linuxserver.io/ldap-auth.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

42 lines
2.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<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>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80759-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 users 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>
<WebUI></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>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Donate</DonateText>
<DonateLink>https://www.linuxserver.io/donate/</DonateLink>
<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></Data>
<Environment></Environment>
<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>
<Category>Tools:Utilities Network:Web Network:Management</Category>
<Description>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 users 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).</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/ldap-auth.xml</templatePath>
</Container>