Re: [libvirt] [PATCH] sasl auth:add default mapping of credentials to machines

2016-06-24 Thread Daniel P. Berrange
On Thu, Jun 16, 2016 at 07:32:54PM +0800, longguang.yue wrote: > this patch is for help document > > thanks very much > > > > > At 2016-06-16 17:39:12, "Daniel P. Berrange" wrote: > >On Mon, Jun 13, 2016 at 05:58:06PM +0800, longguang.yue wrote: > >> From 98a2e7784f14f1c69dbb93e0bfb6539987aa

Re: [libvirt] [PATCH] sasl auth:add default mapping of credentials to machines

2016-06-16 Thread longguang.yue
this patch is for help document thanks very much At 2016-06-16 17:39:12, "Daniel P. Berrange" wrote: >On Mon, Jun 13, 2016 at 05:58:06PM +0800, longguang.yue wrote: >> From 98a2e7784f14f1c69dbb93e0bfb6539987aa16d4 Mon Sep 17 00:00:00 2001 >> From: yuelongguang >> Date: Mon, 13 Jun 2016 17:2

Re: [libvirt] [PATCH] sasl auth:add default mapping of credentials to machines

2016-06-16 Thread Daniel P. Berrange
On Mon, Jun 13, 2016 at 05:58:06PM +0800, longguang.yue wrote: > From 98a2e7784f14f1c69dbb93e0bfb6539987aa16d4 Mon Sep 17 00:00:00 2001 > From: yuelongguang > Date: Mon, 13 Jun 2016 17:29:57 +0800 > Subject: [PATCH] add default mapping of credentials to machine > > --- > src/util/virauthconfig.c

[libvirt] [PATCH] sasl auth:add default mapping of credentials to machines

2016-06-13 Thread longguang.yue
hi,all: in production environment, it is important to keep safe. libvirt does automatic validation, but it needs to set up mapping for each machine. this patch is to add default certificate mapping , make it easy in lange scale environment. maybe another way is using regex to do exact matc