Changes between Version 16 and Version 17 of campuswifiandeduroam2023Agenda/pwdc
- Timestamp:
- Jul 30, 2024, 8:05:18 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
campuswifiandeduroam2023Agenda/pwdc
v16 v17 25 25 Install files in /usr/share/: 26 26 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}}} 30 34 31 35 Adapt ownership of Smarty cache repositories so Apache user can write into them. For example: 32 36 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}}} 35 39 36 40 //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://