7.0
This commit is contained in:
parent
934f3be4a1
commit
3ffefbd821
|
@ -1,4 +1,4 @@
|
||||||
ldap-account-manager (7.0.RC1-1) unstable; urgency=medium
|
ldap-account-manager (7.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||||
|
|
||||||
ARG LAM_RELEASE=7.0.RC1
|
ARG LAM_RELEASE=7.0
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- LAM_RELEASE=7.0.RC1
|
- LAM_RELEASE=7.0
|
||||||
image: ldapaccountmanager/lam:latest
|
image: ldapaccountmanager/lam:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
December 2019 7.0
|
21.12.2019 7.0
|
||||||
- Lamdaemon can be configured with directory prefix for homedirs
|
- Lamdaemon can be configured with directory prefix for homedirs
|
||||||
- Account list filters match on substrings instead of whole value
|
- Account list filters match on substrings instead of whole value
|
||||||
- YubiKey: support to configure multiple verification servers
|
- YubiKey: support to configure multiple verification servers
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.0.RC1
|
7.0
|
||||||
|
|
Loading…
Reference in New Issue