On Wed, Oct 23, 2002 at 12:09:17PM +0530, Arnab Sengupta wrote: > i am having the following problem.I am new to php.What i would like to > do is to create linux user account programmatically through PHP.For that I > try to execute the Linux shell command useradd <username> <group> etc.
Don't do it. If your software is meant for web access (your choice of PHP indicates this), then maintain your separate user table in a PostgreSQL/MySQL database. Still, if you want to do it... no, I better not - there is already tons of horribly insecure PHP code out there. Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
