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

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