Added PolicyKit authentication support

This commit is contained in:
Daniel P. Berrange
2007-12-05 18:21:27 +00:00
parent f8f1977826
commit 282342c1c5
16 changed files with 365 additions and 8 deletions

View File

@@ -1308,6 +1308,15 @@ xdr_remote_auth_sasl_step_ret (XDR *xdrs, remote_auth_sasl_step_ret *objp)
return TRUE;
}
bool_t
xdr_remote_auth_polkit_ret (XDR *xdrs, remote_auth_polkit_ret *objp)
{
if (!xdr_int (xdrs, &objp->complete))
return FALSE;
return TRUE;
}
bool_t
xdr_remote_procedure (XDR *xdrs, remote_procedure *objp)
{