~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to share/dictionary.unix

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
1
2
#
2
3
#       Allegedly for ProFTPd.
3
4
#
4
 
#       $Id: dictionary.unix,v 1.1 2004/04/26 15:46:29 aland Exp $
 
5
#       $Id: dictionary.unix,v 1.1.4.1 2005/11/30 22:17:32 aland Exp $
5
6
#
6
7
 
7
 
VENDOR          Unix    4
 
8
VENDOR          Unix                            4
8
9
 
9
10
BEGIN-VENDOR    Unix
10
11
 
11
 
ATTRIBUTE       Unix-FTP-UID            10      integer
12
 
ATTRIBUTE       Unix-FTP-GID            11      integer
13
 
ATTRIBUTE       Unix-FTP-Home           12      string
14
 
ATTRIBUTE       Unix-FTP-Shell          13      string
15
 
ATTRIBUTE       Unix-FTP-Group-Names    14      string
16
 
ATTRIBUTE       Unix-FTP-Group-Ids      15      string
 
12
ATTRIBUTE       Unix-FTP-UID                            10      integer
 
13
ATTRIBUTE       Unix-FTP-GID                            11      integer
 
14
ATTRIBUTE       Unix-FTP-Home                           12      string
 
15
ATTRIBUTE       Unix-FTP-Shell                          13      string
 
16
ATTRIBUTE       Unix-FTP-Group-Names                    14      string
 
17
ATTRIBUTE       Unix-FTP-Group-Ids                      15      string
17
18
 
18
19
END-VENDOR      Unix