Line | |
---|
1 | # |
---|
2 | # LDAP Public Key Patch schema for use with openssh-ldappubkey |
---|
3 | # Author: Eric AUGE <eau@phear.org> |
---|
4 | # |
---|
5 | # Based on the proposal of : Mark Ruijter |
---|
6 | # |
---|
7 | |
---|
8 | |
---|
9 | # octetString SYNTAX |
---|
10 | attributetype ( 1.3.6.1.4.1.24552.500.1.1.1 |
---|
11 | NAME 'sshPublicKey' |
---|
12 | DESC 'MANDATORY: OpenSSH Public key' |
---|
13 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) |
---|
14 | |
---|
15 | attributetype ( 1.3.6.1.4.1.24552.500.1.1.2 |
---|
16 | NAME 'gpgPublicKey' |
---|
17 | DESC 'MANDATORY: GnuPG Public key' |
---|
18 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) |
---|
19 | |
---|
20 | # printableString SYNTAX yes|no |
---|
21 | objectclass ( 1.3.6.1.4.1.24552.500.1.1.0 |
---|
22 | NAME 'ldapPublicKey' SUP top AUXILIARY |
---|
23 | DESC 'MANDATORY: Public key for SSH and GPG' |
---|
24 | MAY ( sshPublicKey $ gpgPublicKey ) |
---|
25 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.