Changeset 36051 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 22, 2011 11:55:10 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/pam/pam_vbox.c
r29060 r36051 5 5 6 6 /* 7 * Copyright (C) 2008-201 0Oracle Corporation7 * Copyright (C) 2008-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 210 210 else 211 211 { 212 #ifdef _DEBUG 212 213 pam_vbox_log(h, "pam_vbox_do_check: credentials retrieved: user=%s, password=%s, domain=%s\n", 213 214 pszUsername, pszPassword, pszDomain); 215 #else 216 pam_vbox_log(h, "pam_vbox_do_check: credentials retrieved: user=%s, password=XXX, domain=%s\n", 217 pszUsername, pszDomain); 218 #endif 214 219 /* Fill credentials into PAM. */ 215 220 pamrc = pam_set_item(h, PAM_USER, pszUsername);
Note:
See TracChangeset
for help on using the changeset viewer.