-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathldap-account-manager.xml
69 lines (69 loc) · 3.43 KB
/
ldap-account-manager.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<Container version="2">
<Name>ldap-account-manager</Name>
<Repository>ldapaccountmanager/lam:stable</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project>https://github.com/LDAPAccountManager/lam</Project>
<Overview>LDAP Account Manager (LAM) is a webfrontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. LAM was designed to make LDAP management as easy as possible for the user. It abstracts from the technical details of LDAP and allows persons without technical background to manage LDAP entries. If needed, power users may still directly edit LDAP entries via the integrated LDAP browser.</Overview>
<Category>Tools: Network:Management Status:Stable</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/ldap-account-manager.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/ldap-account-manager.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1589010244</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>LDAP Account Manager (LAM) is a webfrontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. LAM was designed to make LDAP management as easy as possible for the user. It abstracts from the technical details of LDAP and allows persons without technical background to manage LDAP entries. If needed, power users may still directly edit LDAP entries via the integrated LDAP browser.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value></Value>
<Name>LDAP_SERVER</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>LDAP_DOMAIN</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>LDAP_BASE_DN</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>LDAP_ADMIN_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>LAM_PASSWORD</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Webui" Target="80" Default="" Mode="tcp" Description="Webui" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="LDAP_SERVER" Target="LDAP_SERVER" Default="" Mode="" Description="Container Variable: LDAP_SERVER" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="LDAP_DOMAIN" Target="LDAP_DOMAIN" Default="" Mode="" Description="Container Variable: LDAP_DOMAIN" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="LDAP_BASE_DN" Target="LDAP_BASE_DN" Default="" Mode="" Description="Container Variable: LDAP_BASE_DN" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="LDAP_ADMIN_USER" Target="LDAP_ADMIN_USER" Default="" Mode="" Description="Container Variable: LDAP_ADMIN_USER" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="LAM_PASSWORD" Target="LAM_PASSWORD" Default="" Mode="" Description="Container Variable: LAM_PASSWORD" Type="Variable" Display="always" Required="false" Mask="false"></Config>
</Container>