Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/config_auth.sh

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

revision 472 by niro, Thu Jun 5 20:39:40 2008 UTC revision 473 by niro, Fri Jun 6 23:21:49 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_auth.sh,v 1.3 2008-06-05 20:39:40 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_auth.sh,v 1.4 2008-06-06 23:21:49 niro Exp $
2  # configures the system authentification via mysql db settings  # configures the system authentification via mysql db settings
3    
4  set_shadow_pass()  set_shadow_pass()
# Line 40  EOF Line 40  EOF
40  config_auth()  config_auth()
41  {  {
42   # first of all get the vars   # first of all get the vars
43   evaluate_table client_auth   evaluate_table_xml client_auth
44    
45   set_shadow_pass root "${client_auth_shell}"   set_shadow_pass root "${client_auth_shell}"
46   set_shadow_pass "${ALX_UNPRIV_USER}" "${client_auth_station}"   set_shadow_pass "${ALX_UNPRIV_USER}" "${client_auth_station}"

Legend:
Removed from v.472  
changed lines
  Added in v.473