[pve-devel] pve-manager updates
Seth Lauzon
seth.lauzon at gmail.com
Thu Jul 21 23:28:00 CEST 2011
Howdy,
Attached is the svn diff including the Create/Modify/Delete functionality for Authentication methods.
A few things I have noticed:
- It seems that r6311 has caused the groups ComboBox to not retrieve the store data. Although it looks as though when you make selections it processes them correctly. I assume this has something to do with the new setValues(). This seems to be intermittent. I have tried with both firefox and chrome with the same results. Can you verify?
- When I use create an authentication entry it returns a '500 OK' response, but does not add the entry. I have verified this is the same in pvesh (see below). Can you verify?
pve:/access/domains> create /access/domains -realm test -base_dn test -user_attr test -comment test -default 0 -type LDAP -port 5539 -secure 1 -server1 test -server2 test2
200 OK
pve:/access/domains> get /access/domains
200 OK
[
{
"comment" : "Proxmox VE authentication server",
"realm" : "pve",
"type" : "builtin"
},
{
"comment" : "Linux PAM standard authentication",
"realm" : "pam",
"type" : "builtin"
}
]
pve:/access/domains>
Thanks,
Seth
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pve-manager_authservers.diff
Type: application/octet-stream
Size: 9350 bytes
Desc: not available
URL: <http://lists.proxmox.com/pipermail/pve-devel/attachments/20110721/a5c2ab60/attachment.obj>
More information about the pve-devel
mailing list