allow more characters in ldap base_dn attribute

This commit is contained in:
Dietmar Maurer 2012-02-22 06:17:27 +01:00
parent 8461960715
commit d9483d9406
3 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=1.0
PACKAGE=libpve-access-control
PKGREL=12
PKGREL=13
DESTDIR=
PREFIX=/usr

View File

@ -663,7 +663,7 @@ my $valid_attributes = {
ldap => {
server1 => '[\w\d]+(.[\w\d]+)*',
server2 => '[\w\d]+(.[\w\d]+)*',
base_dn => '\w+=[\w\s]+(,\s*\w+=[\w\s]+)*',
base_dn => '\w+=[^,]+(,\s*\w+=[^,]+)*',
user_attr => '\S{2,}',
secure => '',
port => '\d+',

View File

@ -1,3 +1,9 @@
libpve-access-control (1.0-13) unstable; urgency=low
* allow more characters in ldap base_dn attribute
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 06:17:02 +0100
libpve-access-control (1.0-12) unstable; urgency=low
* allow more characters with realm IDs