diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-05-06 12:35:44 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-05-06 12:35:44 +0000 |
commit | cc558d05051861a4f0943963d7152489dcfc07f7 (patch) | |
tree | ac84808059e772018c76b184e8a9f5a308c8406b /app-emulation/vmware-server/files/vmware-authd | |
parent | Fix the manifest for the previous vmware-modules checkin. (diff) | |
download | vmware-cc558d05051861a4f0943963d7152489dcfc07f7.tar.gz vmware-cc558d05051861a4f0943963d7152489dcfc07f7.tar.bz2 vmware-cc558d05051861a4f0943963d7152489dcfc07f7.zip |
BIG update for the vmware-* packages, including:
* New patch system
* Cleaned up files directory
* New vmware-modules build system
* New vmware-pkg eclass (to be used for workstation/player/etc eventually)
* Vmware-console now finally installed as vmware-server-console
svn path=/trunk/; revision=33
Diffstat (limited to 'app-emulation/vmware-server/files/vmware-authd')
-rw-r--r-- | app-emulation/vmware-server/files/vmware-authd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-emulation/vmware-server/files/vmware-authd b/app-emulation/vmware-server/files/vmware-authd new file mode 100644 index 0000000..fce8f64 --- /dev/null +++ b/app-emulation/vmware-server/files/vmware-authd @@ -0,0 +1,6 @@ +#%PAM-1.0 +auth sufficient pam_unix.so shadow nullok +auth required pam_unix_auth.so shadow nullok +account required pam_listfile.so item=group sense=allow file=/etc/vmware/vmwaregroup onerr=fail +account sufficient pam_unix.so +account required pam_unix_acct.so |