summaryrefslogtreecommitdiff
path: root/sysutils/su2/DESCR
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-04 09:56:38 +0000
committercjep <cjep>2002-06-04 09:56:38 +0000
commitb79e6ad3c0d2284f30b05bcc1992ec74338612da (patch)
treee6f88a4cc9359069027d60a2659ba6ee384a6f60 /sysutils/su2/DESCR
parent4bec820731b5c347113185eabd7cbb4c5f75b93c (diff)
downloadpkgsrc-b79e6ad3c0d2284f30b05bcc1992ec74338612da.tar.gz
Initial import of su2 1.3 into the NetBSD packages collection.
su2 is a replacement for the su program. su2 gives you the ability to masquerade with the UID of other users, using your own password to switch. Submitted by collver at linuxfreemail.com in PR#14141. Thanks! (MD5 checksum of the su2 distribution checked against FreeBSD ports' entry.)
Diffstat (limited to 'sysutils/su2/DESCR')
-rw-r--r--sysutils/su2/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/su2/DESCR b/sysutils/su2/DESCR
new file mode 100644
index 00000000000..0c71b55bd63
--- /dev/null
+++ b/sysutils/su2/DESCR
@@ -0,0 +1,18 @@
+ su2 is a great program for anyone that has anything to do with
+system administration. su2 gives you the ability to masquerade with
+the UID of other users. You use own password to switch. Probably the
+biggest benefit of su2 is that you retain your own customized shell
+environment.
+
+ For the most part, this program is used by system administrators to
+become root, but su2 has been written to enable much more flexibility
+than this. Regular users can put a .su2rc file in their home
+directory to enable other users to become them. While this may sound
+odd, it is sometimes useful to allow a number of users to masquerade
+around with the uid of restricted accounts. One such example of this
+is a 'www' account which is a common occurance with the proliferation
+of the web. While the www user's password may be starred out to
+disable direct logins, root could put a set of user names into
+~www/.su2rc to enable these users to 'become' www and do Web
+administration. [This feature can be disabled if you are worried
+about 'account sharing.']