Re: [pve-devel] Feature request: LDAP non-anonymous bind

2015-10-08 Thread Dietmar Maurer
> 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

Re: [pve-devel] [PATCH 5/5] DRBD: Implement snapshots.

2015-10-08 Thread Philipp Marek
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-devel] [PATCH 4/5] DRBD: indentation fixes as produced by vim.

2015-10-08 Thread Philipp Marek
--- 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-devel] [PATCH 3/5] DRBD: Fix typo in comment.

2015-10-08 Thread Philipp Marek
--- 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-devel] [PATCH 5/5] DRBD: Implement snapshots.

2015-10-08 Thread Philipp Marek
--- 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 @@

[pve-devel] [PATCH 1/5] DRBD: Implement "resize".

2015-10-08 Thread Philipp Marek
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-devel] [PATCH 2/5] DRBD: Remove search loop, limit results via the query.

2015-10-08 Thread Philipp Marek
--- 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

Re: [pve-devel] Feature request: LDAP non-anonymous bind

2015-10-08 Thread Sten Aus
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-