Code

Moved to trunk/branches/tags structure
[gosa.git] / contrib / iplanet / 66gonicus-pureftpd.ldif
1 #
2 # Schema for PureFTPD
3 #
4 dn: cn=schema
5 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.1 NAME 'FTPQuotaFiles' DESC 'Quota (in
6   number of files) for an FTP user' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1
7  466.115.121.1.27 SINGLE-VALUE )
8 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.2 NAME 'FTPQuotaMBytes' DESC 'Quota (i
9  n megabytes) for an FTP user' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.1
10  15.121.1.27 SINGLE-VALUE )
11 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.3 NAME 'FTPUploadRatio' DESC 'Ratio (c
12  ompared with FTPRatioDown) for uploaded files' EQUALITY integerMatch SYNTAX 1
13  .3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
14 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.4 NAME 'FTPDownloadRatio' DESC 'Ratio 
15  (compared with FTPRatioUp) for downloaded files' EQUALITY integerMatch SYNTAX
16   1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
17 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.5 NAME 'FTPUploadBandwidth' DESC 'Band
18  width (in KB/s) to limit upload speeds to' EQUALITY integerMatch SYNTAX 1.3.6
19  .1.4.1.1466.115.121.1.27 SINGLE-VALUE )
20 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.6 NAME 'FTPDownloadBandwidth' DESC 'Ba
21  ndwidth (in KB/s) to limit download speeds to' EQUALITY integerMatch SYNTAX 1
22  .3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
23 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.7 NAME 'FTPStatus' DESC 'Account statu
24  s: enabled or disabled' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.1
25  15.121.1.26 SINGLE-VALUE )
26 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.8 NAME 'FTPuid' DESC 'System uid (over
27  rides uidNumber if present)' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.11
28  5.121.1.27 SINGLE-VALUE )
29 attributeTypes: ( 1.3.6.1.4.1.6981.11.3.9 NAME 'FTPgid' DESC 'System uid (over
30  rides gidNumber if present)' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.11
31  5.121.1.27 SINGLE-VALUE )
32 objectClasses: ( 1.3.6.1.4.1.6981.11.2.3 NAME 'PureFTPdUser' DESC 'PureFTPd us
33  er with optional quota, throttling, and ratio' SUP top AUXILIARY MAY ( FTPSta
34  tus $ FTPQuotaFiles $ FTPQuotaMBytes $ FTPUploadRatio $ FTPDownloadRatio $ FT
35  PUploadBandwidth $ FTPDownloadBandwidth $ FTPuid $ FTPgid ) )