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

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