source:
npl/commonservers/radius/post.radius
@
5160d62
Last change on this file since 5160d62 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | chmod 700 /home/system/radius |
2 | ||
3 | if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then | |
4 | smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1; | |
5 | fi | |
6 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.