Changeset 34563 in vbox for trunk/src/VBox/HostServices/auth/pam
- Timestamp:
- Dec 1, 2010 11:39:52 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c
r34558 r34563 28 28 * service must be lowercase. See PAM documentation for details. 29 29 * 30 * The VRDPAuth module takes the PAM service name from the30 * The Auth module takes the PAM service name from the 31 31 * environment variable VRDP_AUTH_PAM_SERVICE. If the variable 32 32 * is not specified, then the 'login' PAM service is used. … … 77 77 #include <security/pam_appl.h> 78 78 79 #include <VBox/V RDPAuth.h>79 #include <VBox/VBoxAuth.h> 80 80 81 81 #ifdef VRDP_PAM_DLLOAD
Note:
See TracChangeset
for help on using the changeset viewer.