mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-12 02:27:17 +00:00
allow more characters in ldap base_dn attribute
This commit is contained in:
parent
8461960715
commit
d9483d9406
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=1.0
|
||||
PACKAGE=libpve-access-control
|
||||
PKGREL=12
|
||||
PKGREL=13
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -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+',
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user