diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/radius-shell.postinst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b8022db..969e8f5 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: PAM RADIUS client authentication module Package: radius-shell Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, libcap2-bin, libcap2, libnss-mapuser +Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, libcap2-bin, libcap2, libnss-mapuser, vyatta-cfg-system Description: Shell front-end used for radius users. This provides a uid fixup program. Due to the limitations of the RADIUS protocol, we can't tell whether a user is privileged until diff --git a/debian/radius-shell.postinst b/debian/radius-shell.postinst index 55ebd22..aa918d4 100644 --- a/debian/radius-shell.postinst +++ b/debian/radius-shell.postinst @@ -9,7 +9,7 @@ case "$1" in configure) radshell=/sbin/radius_shell chmod 750 $radshell - chgrp radius_users $radshell + chgrp users $radshell setcap cap_setuid+ep $radshell # The users will have been created by the libnss-mapuser package # and possibly by an older version, so change the shells here. |