On Wed, Mar 28, 2007 at 10:51:44PM -0400, Michael Olson wrote:
> I created a user for myself (mwolson, UID starting at 10150) in order
> to test procmail and .forward handling by exim.
> 
> I received the following error when running the create-user script:
> 
> + pts cu mwolson 10150
> pts: Permission denied ; unable to create user mwolson with id 10150

Surely you forgot to kinit and/or aklog.

I've created user yure using this script and it worked
flawlessly.

Just one thing that we can add to the script is automatic
ID assignment. Currently the best way to find out an
UID that is not used is to run "getent group | tail".
If last number reported is say, mwolson.cgi:x:10151:,
then you create next user with 10160 (round up to next 10).

_______________________________________________
HCoop-SysAdmin mailing list
[email protected]
http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin

Reply via email to