diff options
Diffstat (limited to 'etc/ltsp/ltsp.conf.in')
-rw-r--r-- | etc/ltsp/ltsp.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ltsp/ltsp.conf.in b/etc/ltsp/ltsp.conf.in index 0e00294..a9a21a4 100644 --- a/etc/ltsp/ltsp.conf.in +++ b/etc/ltsp/ltsp.conf.in @@ -35,7 +35,7 @@ MASK_SYSTEM_SERVICES="apache2 etckeeper icinga2 nmbd smbd systemd-journald isc-d # Allow local root logins by setting a password hash for the root user. # The hash contains $, making it hard to escape in POST_INIT_x="sed ...". # So put sed in a section and call it at POST_INIT like this: -#POST_INIT_SET_ROOT_HASH="section_set_root_hash" +POST_INIT_SET_ROOT_HASH="section_set_root_hash" #[set_root_hash] -#sed 's|^root:[^:]*:|root:@rootpw@:|' -i /etc/shadow +sed 's|^root:[^:]*:|root:@rootpw@:|' -i /etc/shadow |