Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/pam_smbpass/pam_smb_passwd.c

    r124 r134  
    127127
    128128    if (geteuid() != 0) {
    129         _log_err(pamh, LOG_DEBUG, "Cannot access samba password database, not running as root.");
     129        _log_err( LOG_DEBUG, "Cannot access samba password database, not running as root.");
    130130        return PAM_AUTHINFO_UNAVAIL;
    131131    }
Note: See TracChangeset for help on using the changeset viewer.