Set Minimum UID for New System

I want my UID's to start at 1000, how can I force the system to recognize this?TIA
[97 byte] By [tarheel92a] at [2007-11-26 20:16:50]
# 1
I am sure there is a file that this can be set but a down and dirty way would be create a dumby account with the UID of 999.From this point on all accounts created will have a UID greater than 999.
Lee_McCreerya at 2007-7-10 0:39:41 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Had not thought of that. I am using SMC however and not sure that will pick it up.TIA
tarheel92a at 2007-7-10 0:39:41 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
I would think it will. It still should be using the basic useradd. And the man page for useradd indicates it take the highest UID add "1" and that is the new users UID.
Lee_McCreerya at 2007-7-10 0:39:41 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...