Changeset 77 for trunk/samba/source/pam_smbpass/pam_smb_passwd.c
- Timestamp:
- Sep 30, 2007, 3:42:50 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/pam_smbpass/pam_smb_passwd.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/pam_smbpass/pam_smb_passwd.c
r1 r77 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation; either version 2of the License, or8 the Free Software Foundation; either version of the License, or 9 9 (at your option) any later version. 10 10 … … 15 15 16 16 You should have received a copy of the GNU General Public License 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 18 20 19 */ … … 30 29 31 30 #ifndef LINUX 31 32 32 #include <security/pam_appl.h> 33 34 33 35 #endif 34 36 #endif 37 38 #if defined(HAVE_SECURITY_PAM_MODULES_H) 35 39 #include <security/pam_modules.h> 40 41 42 36 43 37 44 #include "general.h" … … 130 137 oldsig_handler = CatchSignal(SIGPIPE, SIGNAL_CAST SIG_IGN); 131 138 132 if (!initialize_password_db(False )) {139 if (!initialize_password_db(False)) { 133 140 _log_err( LOG_ALERT, "Cannot access samba password database" ); 134 141 CatchSignal(SIGPIPE, SIGNAL_CAST oldsig_handler);
Note:
See TracChangeset
for help on using the changeset viewer.
