DocumentId:	$Id: README,v 1.2 2001/10/09 14:20:36 ola Exp $
Author:		$Author: ola $
		Ola Lundqvist <ola.lundqvist@euronetics.se>
References:	dpsyco/README
Date:		$Date: 2001/10/09 14:20:36 $
Summary:
	Information about the (Debian Packages of System Configurations)
	dpsyco way of configure your system


Introduction:
=============

This is the basic tools to make dpsyco work as it should.


User administration:
====================

With update-dpsyco-users you can automaticly create users. The created
user will have a UID between 500 and 999, but you can change that in
/etc/dpsyco/adduser.conf (but make sure that you change /etc/adduser.conf
at the same time).

File structure:
---------------

/usr/share/dpsyco/users
  $user(*)			A file for each user with some configs vars.
  $package/$user	A directory for each user that tells what it
			has access too.
	exist	- It exists
	samba	- It has access to samba (see the dpsyco-samba package).
	other	- Other files that might be needed, see the other dpsyco
		  packages.

* The varibles you can set there are:
  NAME="Name of the user"
  EMAIL="Email address to the user"
  CRYPT="Crypted password"

  and possibly other, see the other dpsyco packages.

Group administration:
=====================

With update-dpsyco-users you can automaticly create groups and assign
users to it. The created groups will have a GID between 300 and 499, but you
can change that in /etc/dpsyco/adduser.conf (but make sure that you change
/etc/adduser.conf at the same time). 

File structure:
---------------

/usr/share/dpsyco/groups
  $group		A file for each group with some configs vars
			(not needed and not used).
  $package/$user	A directory for each group that tells what it
			has access too.
	exist	- It exists
	members	- A file with a list of member users.

