root/trunk/configs/ldap/publickey.schema
| Revision 4, 394 bytes (checked in by bkuhn, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | attributetype ( 1.3.6.1.4.1.22054.1.1.1.13 NAME 'sshPublicKey' |
| 2 | DESC 'MANDATORY: OpenSSH Public key' |
| 3 | SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) |
| 4 | |
| 5 | # printableString SYNTAX yes|no |
| 6 | objectclass ( 1.3.6.1.4.1.22054.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY |
| 7 | DESC 'MANDATORY: OpenSSH LPK objectclass' |
| 8 | MUST ( sshPublicKey $ uid ) |
| 9 | ) |
Note: See TracBrowser for help on using the browser.