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

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