mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Copy openldap package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
committed by
Steven Barth
parent
f2b27cdef2
commit
3c78eaff96
@@ -0,0 +1,26 @@
|
||||
--- /dev/null
|
||||
+++ b/servers/slapd/schema/autofs.schema
|
||||
@@ -0,0 +1,23 @@
|
||||
+attributetype ( 1.3.6.1.1.1.1.31 NAME 'automountMapName'
|
||||
+ DESC 'Automount map name'
|
||||
+ EQUALITY caseExactMatch
|
||||
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
|
||||
+
|
||||
+attributetype ( 1.3.6.1.1.1.1.32 NAME 'automountKey'
|
||||
+ DESC 'Automount key value'
|
||||
+ EQUALITY caseExactMatch
|
||||
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
|
||||
+
|
||||
+attributetype ( 1.3.6.1.1.1.1.33 NAME 'automountInformation'
|
||||
+ DESC 'Automount information'
|
||||
+ EQUALITY caseExactMatch
|
||||
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
|
||||
+
|
||||
+objectclass ( 1.3.6.1.1.1.2.16 NAME 'automountMap' SUP top STRUCTURAL
|
||||
+ MUST ( automountMapName )
|
||||
+ MAY ( description ) )
|
||||
+
|
||||
+objectclass ( 1.3.6.1.1.1.2.17 NAME 'automount' SUP top STRUCTURAL
|
||||
+ DESC 'Automount'
|
||||
+ MUST ( automountKey $ automountInformation )
|
||||
+ MAY description )
|
||||
Reference in New Issue
Block a user