#27 Implement schema for entitlements
Closed: Fixed None Opened 13 years ago by dpal.

Add schema to store the entitlements information.


The plan is to create a new container, cn=entitlements, cn=etc to store the entries in.

The entries are very simple, consisting of just a UUID and one or more certificates.

So we need ipaObject to get ipaUniqueID and pkiUser to get userCertificate. A sample entry is:

dn: ipaUniqueID=f0f39a72-5369-48e4-8774-4f2c4df86e66, cn=entitlements, cn=etc, dc=example, dc=com
objectClass: top
objectClass: ipaObject
objectClass: pkiUser
userCertificate:: MM....=

Metadata Update from @dpal:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.0 - 2010/07

7 years ago

Login to comment on this ticket.

Metadata