X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAPI2%2FAccessControl.pm;h=a4076481e6364999276b3b5ede4645334190a190;hp=46b55104238da897f3d2e8c809bcd97fb1ad8efc;hb=9691923469709bd3f5660748e17a6036ad80faaa;hpb=12683df7c4ee7dd10257a35189998ebe2bde5597 diff --git a/PVE/API2/AccessControl.pm b/PVE/API2/AccessControl.pm index 46b5510..a407648 100644 --- a/PVE/API2/AccessControl.pm +++ b/PVE/API2/AccessControl.pm @@ -132,7 +132,10 @@ __PACKAGE__->register_method ({ name => 'create_ticket', path => 'ticket', method => 'POST', - permissions => { user => 'world' }, + permissions => { + description => "You need to pass valid credientials.", + user => 'world' + }, protected => 1, # else we can't access shadow files description => "Create or verify authentication ticket.", parameters => {