summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-05-01 19:20:52 +0000
committerGerald Carter <jerry@samba.org>2002-05-01 19:20:52 +0000
commit4d918a09c91d2036273b5fa33bd9f83a5c2a28d9 (patch)
treeb1c6d1f3b752b5a74f7601a059e6c34202762a98 /examples
parentdedb94b8836034e0614087b2050ea6e96d70abd7 (diff)
downloadsamba-4d918a09c91d2036273b5fa33bd9f83a5c2a28d9.tar.gz
samba-4d918a09c91d2036273b5fa33bd9f83a5c2a28d9.tar.xz
samba-4d918a09c91d2036273b5fa33bd9f83a5c2a28d9.zip
syncing up schema files.
Diffstat (limited to 'examples')
-rw-r--r--examples/LDAP/samba-schema-netscapeds4.x54
-rw-r--r--examples/LDAP/samba-schema-netscapeds5.x (renamed from examples/LDAP/samba-schema-netscpaeds5.ldif)0
2 files changed, 54 insertions, 0 deletions
diff --git a/examples/LDAP/samba-schema-netscapeds4.x b/examples/LDAP/samba-schema-netscapeds4.x
new file mode 100644
index 00000000000..c5a11b8b66c
--- /dev/null
+++ b/examples/LDAP/samba-schema-netscapeds4.x
@@ -0,0 +1,54 @@
+#
+# LDAP Schema file for SAMBA attribute storage
+# This file is suitable for usage with Netscape Directory Server 4.1x
+# Adapted by Scott Lawson with help from Ron Creamer
+#
+
+attribute lmPassword 1.3.6.1.4.1.7165.2.1.1 cis single
+attribute ntPassword 1.3.6.1.4.1.7165.2.1.2 cis single
+attribute acctFlags 1.3.6.1.4.1.7165.2.1.4 cis single
+attribute pwdLastSet 1.3.6.1.4.1.7165.2.1.3 int single
+attribute logonTime 1.3.6.1.4.1.7165.2.1.5 int single
+attribute logoffTime 1.3.6.1.4.1.7165.2.1.6 int single
+attribute kickoffTime 1.3.6.1.4.1.7165.2.1.7 int single
+attribute pwdCanChange 1.3.6.1.4.1.7165.2.1.8 int single
+attribute pwdMustChange 1.3.6.1.4.1.7165.2.1.9 int single
+attribute homedrive 1.3.6.1.4.1.7165.2.1.10 cis single
+attribute scriptPath 1.3.6.1.4.1.7165.2.1.11 cis single
+attribute profilePath 1.3.6.1.4.1.7165.2.1.12 cis single
+attribute userWorkstations 1.3.6.1.4.1.7165.2.1.13 cis single
+attribute rid 1.3.6.1.4.1.7165.2.1.14 int single
+attribute primaryGroupID 1.3.6.1.4.1.7165.2.1.15 int single
+attribute smbHome 1.3.6.1.4.1.7165.2.1.17 cis single
+attribute domain 1.3.6.1.4.1.7165.2.1.18 cis single
+
+objectclass sambaAccount
+ oid
+ 1.3.1.5.1.4.1.7165.2.2.2
+ superior
+ top
+ requires
+ objectClass,
+ uid,
+ rid
+ allows
+ cn,
+ lmPassword,
+ ntPassword,
+ pwdLastSet,
+ logonTime,
+ logoffTime,
+ KickoffTime,
+ pwdCanChange,
+ pwdMustChange,
+ acctFlags,
+ displayName,
+ smbHome,
+ homeDrive,
+ scriptPath,
+ profilePath,
+ description,
+ userWorkstations,
+ primaryGroupID,
+ domain
+
diff --git a/examples/LDAP/samba-schema-netscpaeds5.ldif b/examples/LDAP/samba-schema-netscapeds5.x
index 0abc9d82e27..0abc9d82e27 100644
--- a/examples/LDAP/samba-schema-netscpaeds5.ldif
+++ b/examples/LDAP/samba-schema-netscapeds5.x