> Any news on adding those few lines to master regarding LDAP
> non-anonymous bind?
IMHO this is a security risk (adding plain text passwords to www-data readable
files)
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bi
Sorry, I used "git email-send" badly -- I wanted to write preface email,
as usual, but forgot the --compose commandline argument (and "compose=true"
in .git/config doesn't seem to work).
About this patch I wanted to mention a few things:
* This implementation works with the small script at
---
PVE/Storage/DRBDPlugin.pm | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm
index b150b16..14f232b 100644
--- a/PVE/Storage/DRBDPlugin.pm
+++ b/PVE/Storage/DRBDPlugin.pm
@@ -364,7 +364,7 @@ sub volume_resize {
---
PVE/Storage/DRBDPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm
index 91addc5..b150b16 100644
--- a/PVE/Storage/DRBDPlugin.pm
+++ b/PVE/Storage/DRBDPlugin.pm
@@ -314,7 +314,7 @@ sub activate_volume {
($rc,
---
PVE/Storage/DRBDPlugin.pm | 88 ---
1 file changed, 84 insertions(+), 4 deletions(-)
diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm
index 14f232b..3cc7f0b 100644
--- a/PVE/Storage/DRBDPlugin.pm
+++ b/PVE/Storage/DRBDPlugin.pm
@@
Needs a recent DRBDmanage and DRBD 9 version - 9.0.0 has a known bug.
---
PVE/Storage/DRBDPlugin.pm | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm
index b780829..565fb4c 100644
--- a/PVE/Storage/DRBDPlugin.p
---
PVE/Storage/DRBDPlugin.pm | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm
index 565fb4c..91addc5 100644
--- a/PVE/Storage/DRBDPlugin.pm
+++ b/PVE/Storage/DRBDPlugin.pm
@@ -304,15 +304,11 @@ sub activate_volume
Any news on adding those few lines to master regarding LDAP
non-anonymous bind?
On 07.09.15 16:25, Sten Aus wrote:
Hi
I would like to propse a feature: LDAP non-anonymous bind.
As it has been discussed already in forums I will link it here as well:
http://forum.proxmox.com/threads/14649-LDAP-