Changes between Version 16 and Version 17 of campuswifiandeduroam2023Agenda/pwdc


Ignore:
Timestamp:
Jul 30, 2024, 8:05:18 AM (7 weeks ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • campuswifiandeduroam2023Agenda/pwdc

    v16 v17  
    2525Install files in /usr/share/:
    2626
    27 {{{ # mv ltb-project-self-service-password-* /usr/share/self-service-password}}}
    28 {{{#mkdir /usr/share/self-service-password/cache}}}
    29 {{{#mkdir /usr/share/self-service-password/templates_c}}}
     27{{{mkdir /usr/share/self-service-password}}}
     28
     29{{{mkdir /usr/share/self-service-password/cache}}}
     30
     31{{{mkdir /usr/share/self-service-password/templates_c}}}
     32
     33{{{  mv ltb-project-self-service-password-* /usr/share/self-service-password}}}
    3034
    3135Adapt ownership of Smarty cache repositories so Apache user can write into them. For example:
    3236
    33 {{{chown apache:apache /usr/share/self-service-password/cache}}}
    34 {{{chown apache:apache /usr/share/self-service-password/templates_c}}}
     37{{{chown www-data:www-data /usr/share/self-service-password/cache}}}
     38{{{chown www-data:www-data /usr/share/self-service-password/templates_c}}}
    3539
    3640//Due to a bug in old Debian and Ubuntu smarty3 package, you may face the error syntax error, unexpected token "class". In this case, install a newer version of the package://