stubs for the secharden/auth functionality coming in 2.0
This commit is contained in:
@ -381,31 +381,53 @@ echo Completed running "$FUNCNAME"
|
|||||||
|
|
||||||
function secharden-ssh()
|
function secharden-ssh()
|
||||||
{
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
|
|
||||||
curl --silent ${DL_ROOT}/Modules/Security/secharden-ssh.sh|$(which bash)
|
curl --silent ${DL_ROOT}/Modules/Security/secharden-ssh.sh|$(which bash)
|
||||||
|
|
||||||
|
echo Completed running "$FUNCNAME"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function secharden-auto-upgrades()
|
||||||
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
|
#curl --silent ${DL_ROOT}/Modules/Security/secharden-ssh.sh|$(which bash)
|
||||||
|
echo Completed running "$FUNCNAME"
|
||||||
|
}
|
||||||
|
|
||||||
# Auto Upgrades
|
function secharden-2fa()
|
||||||
#curl --silent ${DL_ROOT}/Modules/Security/secharden-auto-upgrades.sh|$(whcih bash)
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
|
#curl --silent ${DL_ROOT}/Modules/Security/secharden-2fa.sh|$(which bash)
|
||||||
|
echo Completed running "$FUNCNAME"
|
||||||
|
}
|
||||||
|
|
||||||
# 2fa
|
function secharden-audit-agents()
|
||||||
#curl --silent ${DL_ROOT}/Modules/Security/secharden-2fa.sh|$(whcih bash)
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
|
#curl --silent ${DL_ROOT}/Modules/Security/secharden-audit-agents.sh|$(which bash)
|
||||||
|
echo Completed running "$FUNCNAME"
|
||||||
|
}
|
||||||
|
|
||||||
# Audit agents
|
function secharden-scap-stig()
|
||||||
#curl --silent ${DL_ROOT}/Modules/Security/secharden-audit-agents.sh|$(whcih bash)
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
# SCAP/STIG/Compliance As Code
|
#curl --silent ${DL_ROOT}/Modules/Security/secharden-scap-stig.sh|$(which bash)
|
||||||
#curl --silent ${DL_ROOT}/Modules/Security/secharden-scap-stig.sh|$(whcih bash)
|
echo Completed running "$FUNCNAME"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Authentication
|
# Authentication
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
# Cloudron ldap
|
function auth-cloudron-ldap()
|
||||||
#curl --silent ${DL_ROOT}/Modules/Security/auth-cloudron-ldap.sh|$(whcih bash)
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
|
#curl --silent ${DL_ROOT}/Modules/Auth/auth-cloudron-ldap.sh|$(which bash)
|
||||||
|
echo Completed running "$FUNCNAME"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# RUn the various functions in the correct order
|
# RUn the various functions in the correct order
|
||||||
@ -418,3 +440,8 @@ global-installPackages
|
|||||||
global-postPackageConfiguration
|
global-postPackageConfiguration
|
||||||
|
|
||||||
secharden-ssh
|
secharden-ssh
|
||||||
|
#secharden-2fa
|
||||||
|
#secharden-auto-upgrades
|
||||||
|
#secharden-audit-agents
|
||||||
|
#secharden-scap-stig
|
||||||
|
#auth-cloudron-ldap
|
Reference in New Issue
Block a user