summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-01-16 10:25:21 -0500
committerRob Crittenden <rcritten@redhat.com>2009-01-19 10:40:11 -0500
commitc892051006ed27de8833822431b1f9adc976942c (patch)
treecea90f5bb5cf45e890207a510a5da91a73002514 /ipaserver
parent785851bf66bc6f044b520c6830aab1ce250fc1c4 (diff)
downloadfreeipa-c892051006ed27de8833822431b1f9adc976942c.tar.gz
freeipa-c892051006ed27de8833822431b1f9adc976942c.tar.xz
freeipa-c892051006ed27de8833822431b1f9adc976942c.zip
Add the pkiUser objectclass to hosts
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/updates/host.update7
1 files changed, 5 insertions, 2 deletions
diff --git a/ipaserver/updates/host.update b/ipaserver/updates/host.update
index dfc9723cf..f5ecda5ac 100644
--- a/ipaserver/updates/host.update
+++ b/ipaserver/updates/host.update
@@ -18,5 +18,8 @@ add: objectClasses:
AUXILIARY
MAY ( userPassword $ ipaClientVersion $ enrolledBy)
X-ORIGIN 'IPA v2' )
-
-
+add: objectClasses:
+ ( 2.5.6.21 NAME 'pkiUser'
+ SUP top AUXILIARY
+ MAY ( userCertificate )
+ X-ORIGIN 'RFC 2587' )