diff --git a/etc/adduser.conf b/etc/adduser.conf new file mode 100644 index 000000000000..04d6aaef12f3 --- /dev/null +++ b/etc/adduser.conf @@ -0,0 +1,12 @@ +# +# Configuration file for adduser (1) +# +# $Id: adduser.conf,v 1.2 1994/12/28 07:11:29 gclarkii Exp $ + +$useautoids = "1"; # Define this if you wish to use auto-increment +$defgroupid = "20"; # Default ID +$defusrdir = "\/usr\/u"; # Default User Dir +$userdefshell = "\/bin\/csh"; # Default user shell +$skel_location = "\/usr\/share\/skel"; # Location of shell skeletons +$userids = "\/etc\/userids"; # Location of 'userids' file + diff --git a/etc/userids b/etc/userids new file mode 100644 index 000000000000..3cda32fc2747 --- /dev/null +++ b/etc/userids @@ -0,0 +1 @@ +515