Re: [PHP] Re: How to add user to linux using php

2006-09-08 Thread Jon Anderson
Michelle Konzack wrote: Am 2006-09-05 08:36:21, schrieb Jon Anderson: Or create a simple shell/perl/php/whatever wrapper for adduser, and allow sudo for that wrapper by the web server user only. For example, you could create a wrapper that only allows one alphanumeric argument for the use

[PHP] Re: How to add user to linux using php

2006-09-08 Thread Michelle Konzack
Am 2006-09-05 08:36:21, schrieb Jon Anderson: > Or create a simple shell/perl/php/whatever wrapper for adduser, and > allow sudo for that wrapper by the web server user only. > > For example, you could create a wrapper that only allows one > alphanumeric argument for the username, and another f