accounts2 fedoraPerson.schema,1.1,1.2

Tom Lynema (lyz) fedora-extras-commits at redhat.com
Mon Oct 2 02:46:33 UTC 2006


Author: lyz

Update of /cvs/fedora/accounts2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6092

Modified Files:
	fedoraPerson.schema 
Log Message:



Index: fedoraPerson.schema
===================================================================
RCS file: /cvs/fedora/accounts2/fedoraPerson.schema,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedoraPerson.schema	27 Sep 2006 01:17:49 -0000	1.1
+++ fedoraPerson.schema	2 Oct 2006 02:46:31 -0000	1.2
@@ -4,7 +4,35 @@
 #for now this is the contents
 #ssh_key
 attributeType ( 2.5.4.41 NAME 'ssh_key'
-                DESC 'group name'
+                DESC 'ssh key for this memeber'
                 EQUALITY caseIgnoreMatch
                 SUBSTR caseIgnoreSubstringsMatch
-                SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} )
\ No newline at end of file
+                SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} )
+
+attributeType ( 2.5.4.41 NAME 'bugzilla_email'
+                DESC 'members preferred bugzilla email address'
+		EQUALITY caseIgnoreIA5Match
+		SUBSTR caseIgnoreIA5SubstringsMatch
+                SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} )
+
+# fedoraPerson
+# The fedoraPerson represents people who are a member of the fedora project
+# in some way.  It is a structural class and inherits
+# from the inetOrgPerson class
+objectclass	( 2.16.840.1.113730.3.2.2
+    NAME 'fedoraPerson'
+	DESC 'A member of the fedoraproject group'
+    SUP inetOrgPerson
+    STRUCTURAL
+	MAY (
+		audio $ businessCategory $ carLicense $ departmentNumber $
+		displayName $ employeeNumber $ employeeType $ givenName $
+		homePhone $ homePostalAddress $ initials $ jpegPhoto $
+		labeledURI $ mail $ manager $ mobile $ o $ pager $
+		photo $ roomNumber $ secretary $ uid $ userCertificate $
+		x500uniqueIdentifier $ preferredLanguage $
+		userSMIMECertificate $ userPKCS12 )
+	)
+	MUST (
+		ssh_key $ bugzilla_email 
+	)




More information about the fedora-extras-commits mailing list