Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




FTPUSERS(5)                 BSD File Formats Manual                FTPUSERS(5)

NAME
     ftpusers, ftpchroot -- tnftpd(8) access control file

DESCRIPTION
     The ftpusers file provides user access control for tnftpd(8) by defining which users may login.

     If the ftpusers file does not exist, all users are denied access.

     A ``\'' is the escape character; it can be used to escape the meaning of the comment character, or if
     it is the last character on a line, extends a configuration directive across multiple lines.  A ``#''
     is the comment character, and all characters from it to the end of line are ignored (unless it is
     escaped with the escape character).

     The syntax of each line is:
           userglob[:groupglob][@host] [directive [class]]

     These elements are:

           userglob   matched against the user name, using fnmatch(3) glob matching (e.g, `f*').

           groupglob  matched against all the groups that the user is a member of, using fnmatch(3) glob
                      matching (e.g, `*src').

           host       either a CIDR address (refer to inet_net_pton(3)) to match against the remote address
                      (e.g, `1.2.3.4/24'), or an fnmatch(3) glob to match against the remote hostname (e.g,
                      `*.NetBSD.org').

           directive  If ``allow'' or ``yes'' the user is allowed access.  If ``deny'' or ``no'', or
                      directive is not given, the user is denied access.

           class      defines the class to use in ftpd.conf(5).

     If class is not given, it defaults to one of the following:

           chroot  If there is a match in /private/etc/ftpchroot for the user.

           guest   If the user name is ``anonymous'' or `ftp'.

           real    If neither of the above is true.

     No further comparisons are attempted after the first successful match.  If no match is found, the user
     is granted access.  This syntax is backward-compatible with the old syntax.

     If a user requests a guest login, the tnftpd(8) server checks to see that both ``anonymous'' and
     ``ftp'' have access, so if you deny all users by default, you will need to add both ``anonymous allow''
     and ``ftp allow'' to /private/etc/ftpusers in order to allow guest logins.

   /private/etc/ftpchroot
     The file /private/etc/ftpchroot is used to determine which users will have their session's root direc-tory directory
     tory changed (using chroot(2)), either to the directory specified in the ftpd.conf(5) chroot directive
     (if set), or to the home directory of the user.  If the file does not exist, the root directory change
     is not performed.

     The syntax is similar to ftpusers, except that the class argument is ignored.  If there's a positive
     match, the session's root directory is changed.  No further comparisons are attempted after the first
     successful match.  This syntax is backward-compatible with the old syntax.

FILES
     /private/etc/ftpchroot             List of normal users who should have their ftp session's root direc-tory directory
                                        tory changed by using chroot(2).
     /private/etc/ftpusers              This file.
     /usr/share/ftpd/examples/ftpusers  A sample ftpusers file.

SEE ALSO
     fnmatch(3), inet_net_pton(3), ftpd.conf(5), tnftpd(8)

BSD                            February 28, 2003                           BSD

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.