~ubuntu-branches/ubuntu/raring/shadow/raring-proposed

« back to all changes in this revision

Viewing changes to man/groupdel.8

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-05 09:45:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505094521-wpk2wn3q7957tlah
Tags: 1:4.1.3.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/stdout-encrypted-password.patch: chpasswd can report
    password hashes on stdout (debian bug 505640).
  - debian/login.pam: Enable SELinux support (debian bug 527106).
  - debian/securetty.linux: support Freescale MX-series (debian bug 527095).
* Add debian/patches/300_lastlog_failure: fixed upstream (debian bug 524873).
* Drop debian/patches/593_omit_lastchange_field_if_clock_is_misset: fixed
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"     Title: groupdel
2
2
.\"    Author: 
3
3
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4
 
.\"      Date: 04/03/2008
 
4
.\"      Date: 04/15/2009
5
5
.\"    Manual: System Management Commands
6
6
.\"    Source: System Management Commands
7
7
.\"
8
 
.TH "GROUPDEL" "8" "04/03/2008" "System Management Commands" "System Management Commands"
 
8
.TH "GROUPDEL" "8" "04/15/2009" "System Management Commands" "System Management Commands"
9
9
.\" disable hyphenation
10
10
.nh
11
11
.\" disable justification (adjust text to left margin only)
20
20
The
21
21
\fBgroupdel\fR
22
22
command modifies the system account files, deleting all entries that refer to
23
 
\fIgroup\fR\. The named group must exist\.
 
23
\fIgroup\fR\&. The named group must exist\&.
24
24
.PP
25
 
You must manually check all file systems to insure that no files remain with the named group as the file group ID\.
 
25
You must manually check all file systems to insure that no files remain with the named group as the file group ID\&.
26
26
.SH "CAVEATS"
27
27
.PP
28
 
You may not remove the primary group of any existing user\. You must remove the user before you remove the group\.
 
28
You may not remove the primary group of any existing user\&. You must remove the user before you remove the group\&.
29
29
.SH "CONFIGURATION"
30
30
.PP
31
31
The following configuration variables in
32
 
\fI/etc/login\.defs\fR
 
32
\fI/etc/login\&.defs\fR
33
33
change the behavior of this tool:
34
34
.PP
35
35
\fBMAX_MEMBERS_PER_GROUP\fR (number)
36
36
.RS 4
37
 
Maximum members per group entry\. When the maximum is reached, a new group entry (line) is started in
 
37
Maximum members per group entry\&. When the maximum is reached, a new group entry (line) is started in
38
38
\fI/etc/group\fR
39
 
(with the same name, same password, and same GID)\.
40
 
.sp
41
 
The default value is 0, meaning that there are no limits in the number of members in a group\.
42
 
.sp
43
 
This feature (split group) permits to limit the length of lines in the group file\. This is useful to make sure that lines for NIS groups are not larger than 1024 characters\.
44
 
.sp
45
 
If you need to enforce such limit, you can use 25\.
46
 
.sp
47
 
Note: split groups may not be supported by all tools (even in the Shadow toolsuite\. You should not use this variable unless you really need it\.
 
39
(with the same name, same password, and same GID)\&.
 
40
.sp
 
41
The default value is 0, meaning that there are no limits in the number of members in a group\&.
 
42
.sp
 
43
This feature (split group) permits to limit the length of lines in the group file\&. This is useful to make sure that lines for NIS groups are not larger than 1024 characters\&.
 
44
.sp
 
45
If you need to enforce such limit, you can use 25\&.
 
46
.sp
 
47
Note: split groups may not be supported by all tools (even in the Shadow toolsuite)\&. You should not use this variable unless you really need it\&.
48
48
.RE
49
49
.SH "FILES"
50
50
.PP
51
51
\fI/etc/group\fR
52
52
.RS 4
53
 
Group account information\.
 
53
Group account information\&.
54
54
.RE
55
55
.PP
56
56
\fI/etc/gshadow\fR
57
57
.RS 4
58
 
Secure group account information\.
 
58
Secure group account information\&.
59
59
.RE
60
60
.SH "EXIT VALUES"
61
61
.PP