chmod 700 /home/system/radius if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1; fi exit 0