From c892051006ed27de8833822431b1f9adc976942c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 16 Jan 2009 10:25:21 -0500 Subject: Add the pkiUser objectclass to hosts --- ipaserver/updates/host.update | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ipaserver') 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' ) -- cgit