Displaying 2 results from an estimated 2 matches for "auth_admin_keep".
2015 Oct 22
1
Centos User Privileges.
On 10/22/2015 2:20 AM, John Hodrien wrote:
> On Thu, 22 Oct 2015, Alessandro Baggi wrote:
>
>> Hi J,
>> thank you for the suggestion. Why team make this possible? What is
>> the purpose?
>
> It's a nice flexible setup for a workstation situation. I can have
> CentOS
> installed on a workstation, and allow users to reboot it as long as
> there's
2012 Oct 13
2
Proposed libguestfs API for implementing libvirt virConnectOpenAuth
As in the example code below.
static void
do_auth (guestfs_h *g,
void *opaque,
uint64_t event,
int event_handle,
int flags,
const char *buf, size_t buf_len,
const uint64_t *array, size_t array_len)
{
char **creds;
size_t i;
char *prompt;
char *reply;
size_t replylen;
// buf will be the libvirt URI. It is always \0-terminated so