File Formats ftpgroups(4)
NAME
ftpgroups - FTP Server enhanced group access file
SYNOPSIS
/etc/ftpd/ftpgroups
DESCRIPTION
The ftpgroups file contains the enhanced group access infor-
mation.
After login, if the ftpaccess(4) file includes private yes,
the user may use the SITE GROUP and SITE GPAS commands to
specify an enhanced access group and a password for that
group. If the access group name and password are valid, the
FTP Server executes setuid(2) to make the user a member of
the real group listed in the ftpgroups file.
The format for the ftpgroups file is:
accessgroup:encryptedpassword:realgroupname
The fields are defined as follows:
accessgroup An arbitrary string of alphanumeric
and punctuation characters.
encryptedpassword The group password encrypted exactly
like in /etc/shadow.
realgroupname The name of a valid group returned by
getgrnam(3C).
The privatepw utility is an administrative tool to add,
delete and list enhanced access group information in the
ftpgroups file. See privatepw(1M). Lines that begin with a #
sign are treated as comment lines and are ignored.
FILES
/etc/ftpd/ftpgroups
/etc/ftpd/ftpaccess
SunOS 5.11 Last change: 1 May 2003 1
File Formats ftpgroups(4)
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWftpr
Interface Stability External
SEE ALSO
in.ftpd(1M), privatepw(1M), setuid(2), getgrnam(3C), ftpac-
cess(4), group(4), shadow(4), attributes(5)
SunOS 5.11 Last change: 1 May 2003 2
|