[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Using PGP.Com with OpenLDAP
- To: <openldap-software@OpenLDAP.org>
- Subject: Using PGP.Com with OpenLDAP
- From: "Thomas Vincent" <tvincent@2wire.com>
- Date: Tue, 27 Jul 2004 14:36:42 -0700
- Content-class: urn:content-classes:message
- Thread-index: AcR0IcXq2hZzpXQJS/yJ2XZJVyUX0Q==
- Thread-topic: Using PGP.Com with OpenLDAP
Hi,
We are trying to get pgpprefs to be picked up from OpenLDAP with PGP 8.0.2? I have got it talking to the server, but the PGPAdmin tool keeps saying it is getting a naming violation. Any ideas?
Cheers,
Tom
The following schema was used:
attributeType ( 1.3.6.1.4.1.3401.8.2.2 NAME 'pgpElementType'
DESC 'PGP defined attribute containing the type of the pref object'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
X-ORIGIN 'Pretty Good Privacy (PGP)' )
attributeType ( 1.3.6.1.4.1.3401.8.2.3 NAME 'pgpData'
DESC 'PGP defined attribute containing the admin pref data'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
SINGLE-VALUE
X-ORIGIN 'Pretty Good Privacy (PGP)' )
objectClass ( 1.3.6.1.4.1.3401.8.2.4 NAME 'pgpProfile'
DESC 'PGP defined objectclass of a collection admin prefs'
SUP top
MUST ( objectClass )
MAY ( cn $ owner )
X-ORIGIN 'Pretty Good Privacy (PGP)' )
objectClass ( 1.3.6.1.4.1.3401.8.2.1 NAME 'pgpElement'
DESC 'PGP defined objectclass of a single admin pref object'
SUP top
MUST ( objectClass )
MAY ( pgpElementType $ pgpData $ owner )
X-ORIGIN 'Pretty Good Privacy (PGP)' )