mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
9.1
This commit is contained in:
parent
ae720c7b5c
commit
a316f67005
5 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
ldap-account-manager (9.1.RC1-1) unstable; urgency=medium
|
ldap-account-manager (9.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
|
|
||||||
-- Roland Gruber <post@rolandgruber.de> Tue, 25 Feb 2024 07:36:27 +0200
|
-- Roland Gruber <post@rolandgruber.de> Thu, 13 Mar 2025 07:36:27 +0200
|
||||||
|
|
||||||
ldap-account-manager (9.0-1) unstable; urgency=medium
|
ldap-account-manager (9.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||||
|
|
||||||
ARG LAM_RELEASE=9.1.RC1
|
ARG LAM_RELEASE=9.1
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
ldap-account-manager:
|
ldap-account-manager:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: ldapaccountmanager/lam:9.1.RC1
|
image: ldapaccountmanager/lam:9.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
March 2025 9.1
|
13.03.2025 9.1
|
||||||
- Usability improvements (347, 348, 360, 403)
|
- Usability improvements (347, 348, 360, 403)
|
||||||
- Active Directory: deleted entries in "CN=Deleted Objects" can be shown (option in server profile, advanced settings)
|
- Active Directory: deleted entries in "CN=Deleted Objects" can be shown (option in server profile, advanced settings)
|
||||||
- Security: LAM no longer ships with any default passwords, main configuration password is requested on login if not yet set (390)
|
- Security: LAM no longer ships with any default passwords, main configuration password is requested on login if not yet set (390)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9.1.RC1
|
9.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue