[packages] openldap: remove unused ldif directory (#10712, thanks flyn), add missing...
[openwrt/svn-archive/archive.git] / libs / openldap / patches / 020-autofs-schema.patch
index 093270fc72da2e8c117e06e7743013b066b4900e..11c73f5551b37b819d4befb80890032f2bde68bb 100644 (file)
@@ -5,21 +5,21 @@
 +      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 )