Start testing a few more things out of smbtorture in the build farm.
[kai/samba.git] / examples / LDAP / samba-schema-netscapeds4.x
1 #
2 # LDAP Schema file for SAMBA attribute storage 
3 # This file is suitable for usage with Netscape Directory Server 4.1x
4 # Adapted by Scott Lawson with help from Ron Creamer
5 #
6
7 attribute       lmPassword              1.3.6.1.4.1.7165.2.1.1  cis single
8 attribute       ntPassword              1.3.6.1.4.1.7165.2.1.2  cis single
9 attribute       acctFlags               1.3.6.1.4.1.7165.2.1.4  cis single
10 attribute       pwdLastSet              1.3.6.1.4.1.7165.2.1.3  int single
11 attribute       logonTime               1.3.6.1.4.1.7165.2.1.5  int single
12 attribute       logoffTime              1.3.6.1.4.1.7165.2.1.6  int single
13 attribute       kickoffTime             1.3.6.1.4.1.7165.2.1.7  int single
14 attribute       pwdCanChange            1.3.6.1.4.1.7165.2.1.8  int single
15 attribute       pwdMustChange           1.3.6.1.4.1.7165.2.1.9  int single
16 attribute       homedrive               1.3.6.1.4.1.7165.2.1.10 cis single
17 attribute       scriptPath              1.3.6.1.4.1.7165.2.1.11 cis single
18 attribute       profilePath             1.3.6.1.4.1.7165.2.1.12 cis single
19 attribute       userWorkstations        1.3.6.1.4.1.7165.2.1.13 cis single
20 attribute       rid                     1.3.6.1.4.1.7165.2.1.14 int single
21 attribute       primaryGroupID          1.3.6.1.4.1.7165.2.1.15 int single
22 attribute       smbHome                 1.3.6.1.4.1.7165.2.1.17 cis single
23 attribute       domain                  1.3.6.1.4.1.7165.2.1.18 cis single
24
25 objectclass sambaAccount
26        oid
27                1.3.1.5.1.4.1.7165.2.2.2
28        superior
29                top
30        requires
31                objectClass,
32                uid,
33                rid
34        allows
35                cn,
36                lmPassword,
37                ntPassword,
38                pwdLastSet,
39                logonTime,
40                logoffTime,
41                KickoffTime,
42                pwdCanChange,
43                pwdMustChange,
44                acctFlags,
45                displayName,
46                smbHome,
47                homeDrive,
48                scriptPath,
49                profilePath,
50                description,
51                userWorkstations,
52                primaryGroupID,
53                domain
54