Ab sofort steht euch hier im Forum die neue Add-on Verwaltung zur Verfügung – eine zentrale Plattform für alles rund um Erweiterungen und Add-ons für den DSM.
Damit haben wir einen Ort, an dem Lösungen von Nutzern mit der Community geteilt werden können. Über die Team Funktion können Projekte auch gemeinsam gepflegt werden.
Was die Add-on Verwaltung kann und wie es funktioniert findet Ihr hier

To complete the installation, you must edit /opt/etc/raddb/radiusd.conf,
and then run /opt/etc/init.d/S55freeradius to start the radius daemon.
prefix = /opt
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = ${prefix}/var
sbindir = ${exec_prefix}/sbin
logdir = /var/spool/radius/log
raddbdir = /opt/etc/raddb
radacctdir = /var/spool/radius/radacct
# Location of config and logfiles.
confdir = ${raddbdir}
run_dir = ${localstatedir}/run/radiusd
#
# The logging messages for the server are appended to the
# tail of this file.
#
log_file = ${logdir}/radius.log

#!/bin/sh
if [ -n "`pidof radiusd`" ]; then
/bin/killall radiusd 2>/dev/null
fi
if [ ! -d /var/spool/log/radius ] ; then
mkdir -p /var/spool/log/radius
fi
/opt/sbin/radiusd
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.