svn commit: samba r2482 - in branches/SAMBA_3_0: packaging/SuSE source/nsswitch

jra at samba.org jra at samba.org
Wed Sep 22 00:50:13 GMT 2004


Author: jra
Date: 2004-09-22 00:50:12 +0000 (Wed, 22 Sep 2004)
New Revision: 2482

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0&rev=2482&nolog=1

Log:
Fix from Arthur van Dongen <avdongen at xs4all.nl> to fix acces -> access typos.
Jeremy.

Modified:
   branches/SAMBA_3_0/packaging/SuSE/samba3-vscan.diff
   branches/SAMBA_3_0/source/nsswitch/pam_winbind.c


Changeset:
Modified: branches/SAMBA_3_0/packaging/SuSE/samba3-vscan.diff
===================================================================
--- branches/SAMBA_3_0/packaging/SuSE/samba3-vscan.diff	2004-09-22 00:33:09 UTC (rev 2481)
+++ branches/SAMBA_3_0/packaging/SuSE/samba3-vscan.diff	2004-09-22 00:50:12 UTC (rev 2482)
@@ -18,7 +18,7 @@
 -                                lrufiles_add(filepath, stat_buf.st_mtime, TRUE);
 +                                lrufiles_add(filepath, stat_buf.st_mtime, True);
  
- 				/* virus found, deny acces */
+ 				/* virus found, deny access */
  				errno = EACCES;
  				return -1;
  			} else if ( retval == 0 ) {
@@ -68,7 +68,7 @@
 -                                lrufiles_add(filepath, stat_buf.st_mtime, TRUE);
 +                                lrufiles_add(filepath, stat_buf.st_mtime, True);
  
-                                 /* virus found, deny acces */
+                                 /* virus found, deny access */
                                  errno = EACCES;
                                  return -1;
  			} else if ( retval == 0 ) {
@@ -197,7 +197,7 @@
 -                                lrufiles_add(filepath, stat_buf.st_mtime, TRUE);
 +                                lrufiles_add(filepath, stat_buf.st_mtime, True);
  
- 				/* virus found, deny acces */
+ 				/* virus found, deny access */
  				errno = EACCES; 
  				return -1;
                          } else if ( retval == 0 ) {

Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2004-09-22 00:33:09 UTC (rev 2481)
+++ branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2004-09-22 00:50:12 UTC (rev 2482)
@@ -176,7 +176,7 @@
 	case PAM_SUCCESS:
 		if (req_type == WINBINDD_PAM_AUTH) {
 			/* Otherwise, the authentication looked good */
-			_pam_log(LOG_NOTICE, "user '%s' granted acces", user);
+			_pam_log(LOG_NOTICE, "user '%s' granted access", user);
 		} else if (req_type == WINBINDD_PAM_CHAUTHTOK) {
 			/* Otherwise, the authentication looked good */
 			_pam_log(LOG_NOTICE, "user '%s' password changed", user);
@@ -551,7 +551,7 @@
 	    return PAM_USER_UNKNOWN;
 	case 0:
 	    /* Otherwise, the authentication looked good */
-	    _pam_log(LOG_NOTICE, "user '%s' granted acces", username);
+	    _pam_log(LOG_NOTICE, "user '%s' granted access", username);
 	    return PAM_SUCCESS;
 	default:
 	    /* we don't know anything about this return value */



More information about the samba-cvs mailing list