Static User Database
====================

Static user database can be used when you want to use only single UID and GID
values for all users, and their home directories can be specified with a simple
template. The syntax is:

---%<-------------------------------------------------------------------------
userdb static {
  args = uid=<uid> gid=<gid> home=<dir template>
}
---%<-------------------------------------------------------------------------

The home is optional. You can also return other <extra fields>
[UserDatabase.ExtraFields.txt]. You can use the standard <variables>
[Variables.txt] everywhere.

Example
-------

---%<-------------------------------------------------------------------------
userdb static {
  args = uid=500 gid=500 home=/home/%u nice=10
}
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2007-04-06 04:42)
