Hallo,
I'm wondering if any of you got a schema for inserting PGP keys and
assorted values into LDAPv3 (I'm using OpenLDAP 2.0.6)?
All I have found was a draft (draft-ietf-asid-whois-schema-03.txt) with
all I need.
+--------------------+--------+----------------------------+
|Name | Rec. ? | Description
|
+--------------------+--------+----------------------------+
|PGP-Version: | | PGP version, e.g. 2.6.3i
|
|PGP-Key-Length: | R | Public key length,
|
| | | e.g. 1024
|
|PGP-Key-ID: | R | Public key ID,
|
| | | e.g. FB5E1519
|
|PGP-Key-Name: | R | Name associated with key
|
| | | e.g. Patrik Faltstrom
|
| | | <paf@swip.net>
|
|PGP-Fingerprint: | | Public key checksum,
|
| | | e.g. 2C E2 6F...
|
|PGP-Public-Key: | R | PGP key in "ASCII Armour"
|
|PGP-Public-Key-URI: | | Uniform Resource
|
| | | Identifier of public key
|
+--------------------+--------+----------------------------+
Or:
is it possible to write my own schema without using a OID. (As it is
written in the OpenLDAP Admin Guide: Under no circumstances should you
use a fictious OID).
Armin