]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/AccessControl.pm
fix access control
[pve-access-control.git] / PVE / API2 / AccessControl.pm
index 46b55104238da897f3d2e8c809bcd97fb1ad8efc..a4076481e6364999276b3b5ede4645334190a190 100644 (file)
@@ -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 => {