|
|
|
|
@ -1,7 +1,10 @@
|
|
|
|
|
#!/usr/bin/bash
|
|
|
|
|
#this file contains different values for ublinux scripts
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
##
|
|
|
|
|
## This file contains default values for ublinux configurations
|
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
declare -A AUTHPAM
|
|
|
|
|
declare -A JOURNALD
|
|
|
|
|
declare -A DOMAIN
|
|
|
|
|
|
|
|
|
|
##rc.desktop/all/* is launching when desktop is ready
|
|
|
|
|
@ -210,4 +213,9 @@ MKSQFS_OPTS="-b 32K -comp gzip"
|
|
|
|
|
|
|
|
|
|
AUTHPAM[minimal]=with-faillock,with-time,with-systemd-homed
|
|
|
|
|
|
|
|
|
|
JOURNALD[Storage]=persistent
|
|
|
|
|
JOURNALD[Compress]=yes
|
|
|
|
|
JOURNALD[SystemMaxUse]=8M
|
|
|
|
|
JOURNALD[RuntimeMaxUse]=8M
|
|
|
|
|
|
|
|
|
|
DOMAIN[client]=realmd_sssd
|
|
|
|
|
|