~ubuntu-branches/ubuntu/natty/dpsyco/natty

« back to all changes in this revision

Viewing changes to base/README

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2002-04-08 20:41:30 UTC
  • Revision ID: james.westby@ubuntu.com-20020408204130-aumsesgfm39nwyb0
Tags: 1.0.10
* Added documentation from Machael Boman
  <michael.boman@securecirt.com>, closes: #128120.
* Fixed purge problem, moved deconfiguring to prerm from postinst,
  closes: #141732.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DocumentId:     $Id: README,v 1.2 2001/10/09 14:20:36 ola Exp $
 
2
Author:         $Author: ola $
 
3
                Ola Lundqvist <ola.lundqvist@euronetics.se>
 
4
References:     dpsyco/README
 
5
Date:           $Date: 2001/10/09 14:20:36 $
 
6
Summary:
 
7
        Information about the (Debian Packages of System Configurations)
 
8
        dpsyco way of configure your system
 
9
 
 
10
 
 
11
Introduction:
 
12
=============
 
13
 
 
14
This is the basic tools to make dpsyco work as it should.
 
15
 
 
16
 
 
17
User administration:
 
18
====================
 
19
 
 
20
With update-dpsyco-users you can automaticly create users. The created
 
21
user will have a UID between 500 and 999, but you can change that in
 
22
/etc/dpsyco/adduser.conf (but make sure that you change /etc/adduser.conf
 
23
at the same time).
 
24
 
 
25
File structure:
 
26
---------------
 
27
 
 
28
/usr/share/dpsyco/users
 
29
  $user(*)                      A file for each user with some configs vars.
 
30
  $package/$user        A directory for each user that tells what it
 
31
                        has access too.
 
32
        exist   - It exists
 
33
        samba   - It has access to samba (see the dpsyco-samba package).
 
34
        other   - Other files that might be needed, see the other dpsyco
 
35
                  packages.
 
36
 
 
37
* The varibles you can set there are:
 
38
  NAME="Name of the user"
 
39
  EMAIL="Email address to the user"
 
40
  CRYPT="Crypted password"
 
41
 
 
42
  and possibly other, see the other dpsyco packages.
 
43
 
 
44
Group administration:
 
45
=====================
 
46
 
 
47
With update-dpsyco-users you can automaticly create groups and assign
 
48
users to it. The created groups will have a GID between 300 and 499, but you
 
49
can change that in /etc/dpsyco/adduser.conf (but make sure that you change
 
50
/etc/adduser.conf at the same time). 
 
51
 
 
52
File structure:
 
53
---------------
 
54
 
 
55
/usr/share/dpsyco/groups
 
56
  $group                A file for each group with some configs vars
 
57
                        (not needed and not used).
 
58
  $package/$user        A directory for each group that tells what it
 
59
                        has access too.
 
60
        exist   - It exists
 
61
        members - A file with a list of member users.
 
62