/[smeserver]/rpms/pwauth/sme9/pwauth-config.patch
ViewVC logotype

Diff of /rpms/pwauth/sme9/pwauth-config.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Wed Mar 6 22:16:45 2013 UTC Revision 1.2 by wellsi, Wed Jun 5 03:54:10 2013 UTC
# Line 1  Line 1 
1  diff -ruN pwauth-2.3.10.old/config.h pwauth-2.3.10/config.h  diff -ruN pwauth-2.3.10.old/config.h pwauth-2.3.10/config.h
2  --- pwauth-2.3.10.old/config.h  2011-10-05 07:01:12.000000000 -0600  --- pwauth-2.3.10.old/config.h  2013-06-04 20:12:37.000000000 -0700
3  +++ pwauth-2.3.10/config.h      2013-03-06 15:08:18.852911338 -0700  +++ pwauth-2.3.10/config.h      2013-06-04 20:25:06.000000000 -0700
 @@ -123,7 +123,7 @@  
   
  /* #define SHADOW_NONE         /**/  
  /* #define SHADOW_BSD          /* FreeBSD, NetBSD, OpenBSD, BSDI, OS X */  
 -#define SHADOW_SUN             /* Linux, Solaris, IRIX */  
 +/* #define SHADOW_SUN          /* Linux, Solaris, IRIX */  
  /* #define SHADOW_JFH          /**/  
  /* #define SHADOW_MDW          /**/  
  /* #define SHADOW_AIX          /* AIX (see also AUTHENTICATE_AIX) */  
 @@ -131,7 +131,7 @@  
   
     /* HIGH-LEVEL OPTIONS */  
   
 -/* #define PAM                 /* Linux PAM or OpenPAM */  
 +#define PAM                    /* Linux PAM or OpenPAM */  
  /* #define PAM_OLD_OS_X                /* PAM on OS X version 10.5 or older */  
  /* #define PAM_SOLARIS         /* PAM on Solaris other than 2.6 */  
  /* #define PAM_SOLARIS_26      /* PAM on Solaris 2.6 */  
4  @@ -213,8 +213,8 @@  @@ -213,8 +213,8 @@
5    * uid numbers.    * uid numbers.
6    */    */
# Line 30  diff -ruN pwauth-2.3.10.old/config.h pwa Line 12  diff -ruN pwauth-2.3.10.old/config.h pwa
12    
13    
14   /* If NOLOGIN_FILE is defined to the full path name of a file, then the   /* If NOLOGIN_FILE is defined to the full path name of a file, then the
15    @@ -227,8 +227,8 @@
16      * right with PAM.
17      */
18    
19    -/* #define NOLOGIN_FILE "/etc/nologin" /**/
20    -/* #define MIN_NOLOGIN_UID 1           /**/
21    +#define NOLOGIN_FILE "/etc/nologin"    /**/
22    +#define MIN_NOLOGIN_UID 1              /**/
23    
24    
25     /* Defining CHECK_LOGIN_EXPIRATION and CHECK_PASSWORD_EXPIRATION causes
26  @@ -278,7 +278,7 @@  @@ -278,7 +278,7 @@
27    * to change the uid list.    * to change the uid list.
28    */    */
29    
30  -#define SERVER_UIDS 30         /* user "wwwrun" on the author's system */  -/* #define SERVER_UIDS 30              /* user "wwwrun" on the author's system */
31  +#define SERVER_UIDS 100,101,102                /* user "www" and "admin" (100 allows for upgraded systems) */  +#define SERVER_UIDS 100,101,102                /* user "www" and "admin" (100 allows for upgraded systems) */
32    
33    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed