diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-05-13 17:10:03 -0400 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2009-05-19 11:50:39 -0600 |
commit | 86472a94eeb166a0d1379834e91995809a7ddf7e (patch) | |
tree | dfc8cc44e43b4ed91046b8c8e495eef7e554a805 /install/updates/10-RFC4876.update | |
parent | 9437fc669ef2d4ca8ba191ea2378cbc71085c34f (diff) | |
download | freeipa.git-86472a94eeb166a0d1379834e91995809a7ddf7e.tar.gz freeipa.git-86472a94eeb166a0d1379834e91995809a7ddf7e.tar.xz freeipa.git-86472a94eeb166a0d1379834e91995809a7ddf7e.zip |
Fix quoting to work with new csv handler in ldapupdate
Diffstat (limited to 'install/updates/10-RFC4876.update')
-rw-r--r-- | install/updates/10-RFC4876.update | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/install/updates/10-RFC4876.update b/install/updates/10-RFC4876.update index c743b4bc..4ec6f839 100644 --- a/install/updates/10-RFC4876.update +++ b/install/updates/10-RFC4876.update @@ -52,7 +52,7 @@ add:attributeTypes: SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC4876' ) -add:attributeTypes: +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.6 NAME 'authenticationMethod' DESC 'Identifies the types of authentication methods either used, required, or provided by a service or peer' @@ -60,8 +60,8 @@ add:attributeTypes: SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.7 NAME 'profileTTL' DESC 'Time to live, in seconds, before a profile is considered stale' @@ -69,29 +69,29 @@ add:attributeTypes: ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.9 NAME 'attributeMap' DESC 'Attribute mappings used, required, or supported by an agent or service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.10 NAME 'credentialLevel' DESC 'Identifies type of credentials either used, required, or supported by an agent or service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.11 NAME 'objectclassMap' DESC 'Object class mappings used, required, or supported by an agent or service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 - X-ORIGIN 'RFC4876' ) + X-ORIGIN 'RFC4876' )" add:attributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.12 NAME 'defaultSearchScope' DESC 'Default scope used when performing a search' @@ -99,37 +99,37 @@ add:attributeTypes: SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC4876' ) -add:attributeTypes: +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.13 NAME 'serviceCredentialLevel' DESC 'Specifies the type of credentials either used, required, or supported by a specific service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.14 NAME 'serviceSearchDescriptor' DESC 'Specifies search descriptors required, used, or supported by a particular service or agent' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.15 NAME 'serviceAuthenticationMethod' DESC 'Specifies types authentication methods either used, required, or supported by a particular service' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 - X-ORIGIN 'RFC4876' ) -add:attributeTypes: + X-ORIGIN 'RFC4876' )" +add:attributeTypes:" ( 1.3.6.1.4.1.11.1.3.1.1.16 NAME 'dereferenceAliases' DESC 'Specifies if a service or agent either requires, supports, or uses dereferencing of aliases.' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE - X-ORIGIN 'RFC4876' ) + X-ORIGIN 'RFC4876' )" add:objectClasses: ( 1.3.6.1.4.1.11.1.3.1.2.5 NAME 'DUAConfigProfile' SUP top STRUCTURAL |