Blame SOURCES/autofs-5.1.2-update-and-add-README-for-old-autofs-schema.patch

304803
autofs-5.1.2 - update and add README for old autofs schema
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
The distribution file samples/autofs.schema is very old and is
304803
incorrect.
304803
304803
This schema was added to the discribution long ago when it was
304803
not clear what schema to use for Linux autofs information.
304803
304803
The schema was updated (at least to have consistent OIDs) somewhere
304803
along the line but the autofs distribution copy was never updated.
304803
The schema has now been updated in autofs but it is not recommended
304803
for use as the schema for autofs map information.
304803
304803
The rfc2307 or, preferably the, rfc2307bis schema is the recommened
304803
schema to use.
304803
304803
Signed-off-by: Ian Kent <raven@themaw.net>
304803
---
304803
 CHANGELOG                 |    1 +
304803
 README.autofs-schema      |   22 ++++++++++++++++++++++
304803
 samples/autofs.schema.new |   23 +++++++++++++++++++++++
304803
 3 files changed, 46 insertions(+)
304803
 create mode 100644 README.autofs-schema
304803
304803
--- /dev/null
304803
+++ autofs-5.0.7/README.autofs-schema
304803
@@ -0,0 +1,22 @@
304803
+autofs schema
304803
+=============
304803
+
304803
+The distribution file samples/autofs.schema is very old and is
304803
+incorrect.
304803
+
304803
+This schema was added to the discribution long ago when it was
304803
+not clear what schema to use for Linux autofs information.
304803
+
304803
+The schema was corrected somewhere along the line but the autofs
304803
+distribution copy was never updated. The schema has now been
304803
+updated but it is not recommended for use as the schema for autofs
304803
+map information.
304803
+
304803
+The rfc2307 or, preferably the, rfc2307bis schema is the recommened
304803
+schema to use.
304803
+
304803
+Note: Upstream the schema file was updated but in RHEL-6 the old
304803
+schema file has been left in place and the updated schema file
304803
+add as autofs.schema.new.
304803
+
304803
+Ian
304803
--- /dev/null
304803
+++ autofs-5.0.7/samples/autofs.schema.new
304803
@@ -0,0 +1,23 @@
304803
+# Depends upon core.schema and cosine.schema
304803
+
304803
+# OID Base is 1.3.6.1.4.1.2312.4
304803
+#
304803
+# Attribute types are under 1.3.6.1.4.1.2312.4.1
304803
+# Object classes are under 1.3.6.1.4.1.2312.4.2
304803
+# Syntaxes are under 1.3.6.1.4.1.2312.4.3
304803
+
304803
+# Attribute Type Definitions
304803
+
304803
+attributetype ( 1.3.6.1.4.1.2312.4.1.2 NAME 'automountInformation'
304803
+	DESC 'Information used by the autofs automounter'
304803
+	EQUALITY caseExactMatch
304803
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
304803
+
304803
+objectclass ( 1.3.6.1.4.1.2312.4.2.3 NAME 'automount' SUP top STRUCTURAL
304803
+	DESC 'An entry in an automounter map'
304803
+	MUST ( cn $ automountInformation $ objectclass )
304803
+	MAY ( description ) )
304803
+
304803
+objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL
304803
+	DESC 'An group of related automount objects'
304803
+	MUST ( ou ) )
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -217,6 +217,7 @@
304803
 - set autofs mounts catatonic at exit.
304803
 - check NFS server availability on local mount fallback.
304803
 - honor last rw in mount options when doing a bind mount.
304803
+- update and add README for old autofs schema.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================