User Management: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Authentication= | =Authentication= | ||
Proxmox VE stores all user attributes in /etc/pve/users.cfg. So there must be an entry for each user in that file. The password is not stored, instead you can use the following methods to verify passwords. | |||
==Microsoft Active Directory== | ==Microsoft Active Directory== | ||
Line 16: | Line 19: | ||
==Linux PAM standard authentication== | ==Linux PAM standard authentication== | ||
==Proxmox VE authentication server== | ==Proxmox VE authentication server== | ||
=Users and Groups= | =Users and Groups= | ||
Revision as of 06:33, 23 February 2012
Note: Article about Proxmox VE 2.0 beta |
draft.
Introduction
Proxmox VE supports multiple authentication sources, e.g. Microsoft Active Directory, LDAP, Linux PAM or the integrated Proxmox VE authentication server.
By using the role based user- and permission management for all objects (VM´s, storages, nodes, etc.) granular access can be defined.
Authentication
Proxmox VE stores all user attributes in /etc/pve/users.cfg. So there must be an entry for each user in that file. The password is not stored, instead you can use the following methods to verify passwords.