Skip to content

useful scripts for Astaro Security Gateway (aka Sophos UTM)

Notifications You must be signed in to change notification settings

enkaskal/asgscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

#!/usr/bin/env bash

# Make sure only root can run our script
if [ "$(id -u)" != "0" ]; then
	echo "This script must be run as root" 1>&2
	exit 1
fi

CC=/usr/local/bin/confd-client.plx

echo -e "RAW\nset([],'licensing','active_ips')"  | ${CC} -batch
${CC} set licensing user_limit_exceeded 0

About

useful scripts for Astaro Security Gateway (aka Sophos UTM)

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages