From 86bde5fb04dfe6ff653df64b61af5f249fd96fd0 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Sun, 28 Jul 2002 21:13:36 +0000
Subject: [PATCH] Fix pkiUser Remove krbname (now builtin)

---
 servers/slapd/schema/core.schema | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema
index 1d30110108..3532f37a07 100644
--- a/servers/slapd/schema/core.schema
+++ b/servers/slapd/schema/core.schema
@@ -452,7 +452,7 @@ objectclass ( 2.5.6.20 NAME 'dmd'
 objectclass ( 2.5.6.21 NAME 'pkiUser'
 	DESC 'RFC2587: a PKI user'
 	SUP top AUXILIARY
-	MUST userCertificate )
+	MAY userCertificate )
 
 objectclass ( 2.5.6.22 NAME 'pkiCA'
 	DESC 'RFC2587: PKI certificate authority'
@@ -526,14 +526,6 @@ attributetype ( 0.9.2342.19200300.100.1.37
 	SUBSTR caseIgnoreIA5SubstringsMatch
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
-# From U-Mich
-attributetype ( 1.3.6.1.4.1.250.1.32
-	NAME ( 'krbName' 'kerberosName' )
-	DESC 'Kerberos principal associated with object'
-	EQUALITY caseIgnoreIA5Match
-	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-	SINGLE-VALUE )
-
 # RFC 2459
 attributetype ( 1.2.840.113549.1.9.1
 	NAME ( 'email' 'emailAddress' 'pkcs9email' )
-- 
GitLab