Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/sessionauth.global.class.in

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

revision 2231 by niro, Fri Jan 10 23:54:30 2014 UTC revision 2243 by niro, Mon Jan 13 09:27:41 2014 UTC
# Line 2  Line 2 
2    
3  provide auth ssl  provide auth ssl
4    
5  PASSWD="/etc/mcoredpasswd"  PASSWD="@@SYSCONFDIR@@/mcoredpasswd"
6    
7  md5crypt()  md5crypt()
8  {  {
# Line 84  validate_auth() Line 84  validate_auth()
84   return 1   return 1
85   fi   fi
86   else   else
87   eecho "User '${user}' unkown."   eecho "User '${user}' unknown."
88   export valid_session="no"   export valid_session="no"
89   return 1   return 1
90   fi   fi

Legend:
Removed from v.2231  
changed lines
  Added in v.2243