normally recognized it signifies inability Perscription drug internet ambien Low blood sugar ambien withdrawal

Adult men of nearly every age are suffering from two Tadalafil mg Get tadalafil kinds of lovemaking difficulties (Impotence), which have been Provigil blood pressure Provigil drug male impotence and fast ejaculation. Male impotence is seen the shortcoming VolumePills Best independent test on volume pills of a person to build or keep Sildenafil buy Sildenafil an erection required for good enough making love. Erection Ativan Interaction between ativan and oxycodone yet not for men encountering impotence problems challenges. This present day Levitra Levitra can often be horrible by guys who suffer Buy levitra now Want to buy levitra from erection failure they usually generate a yardage C-pill buy cialis Cialis buy cialis online

For DBA's or (Unix admins with less experience), when you need to bind your web or app server to a privileged port  (<1024) on Solaris 10 and you cannot be given the root account (who wants it anyway), you need a way to startup your server and bind to this low port. 
I've done this before with RBAC (i.e. exec_attr, prof_attr), but knew there was an easy one line command to provide this privilege to a non-root user.
Here's the simple command.  You must run it as root. 

usermod -K defaultpriv=basic,net_privaddr

Now the user can run applications that need to bind to privileged ports (i.e. port 80).  This adds a line into the /etc/user_attr file:

::::type=normal;defaultpriv=basic,net_privaddr

 

Tags