man pages section 4: File Formats
只搜尋這本書
查看這本書:
以 PDF 格式下載這本書 (3065 KB)

ftpgroups(4)

Name | Synopsis | Description | Files | Attributes | See Also

Name

    ftpgroups– FTP Server enhanced group access file

Synopsis

    /etc/ftpd/ftpgroups
    

Description

    The ftpgroups file contains the enhanced group access information.

    After login, if the ftpaccess(4) file includes private yes, the user may use the SITE GROUP and SITE GPASS 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 setegid(2) to make the user a member of the real group listed in the ftpgroups file.

    The format for the ftpgroups file is:

    accessgroup:encrypted_password:real_group_name

    The fields are defined as follows:

    accessgroup

    An arbitrary string of alphanumeric and punctuation characters.

    encrypted_password

    The group password encrypted exactly like in /etc/shadow.

    real_group_name

    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

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE

    ATTRIBUTE VALUE

    Availability

    SUNWftpr

    Interface Stability

    External

See Also

SunOS 5.10 Last Revised 1 May 2003

Name | Synopsis | Description | Files | Attributes | See Also