source: npl/commonservers/radius/post.radius @ 5160d62

perl-5.22
Last change on this file since 5160d62 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 167 bytes
RevLine 
[c5c522c]1chmod 700 /home/system/radius
2
3if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then
4 smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1;
5fi
6exit 0
Note: See TracBrowser for help on using the repository browser.