~rlane/nova/ldapimprovements

« back to all changes in this revision

Viewing changes to nova/auth/openssh-lpk_sun.schema

  • Committer: Ryan Lane
  • Date: 2010-10-25 22:42:49 UTC
  • Revision ID: laner@controller-20101025224249-q28x7rk7mv9fyfr3
Moving the openldap schema out of nova.sh into it's own files, and adding sun (opends/opendj/sun directory server/fedora ds) schema files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dn: cn=schema
 
2
attributeTypes: ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey' DESC 'MANDATORY: OpenSSH Public key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
 
3
objectClasses: ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY DESC 'MANDATORY: OpenSSH LPK objectclass' MAY ( sshPublicKey $ uid ) )