File: core.schema.patch

package info (click to toggle)
turba2 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,332 kB
  • ctags: 2,927
  • sloc: php: 11,046; xml: 1,690; sql: 507; makefile: 62; perl: 17; sh: 1
file content (22 lines) | stat: -rw-r--r-- 924 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- core.schema.orig	2005-05-26 19:52:14.677384464 +0200
+++ core.schema	2005-05-26 19:54:20.044325792 +0200
@@ -387,8 +387,8 @@
 objectclass ( 2.5.6.6 NAME 'person'
 	DESC 'RFC2256: a person'
 	SUP top STRUCTURAL
-	MUST ( sn $ cn )
-	MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) )
+	MUST cn
+	MAY ( sn $ userPassword $ telephoneNumber $ seeAlso $ description ) )
 
 objectclass ( 2.5.6.7 NAME 'organizationalPerson'
 	DESC 'RFC2256: an organizational person'
@@ -397,7 +397,7 @@
 		preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
 		telephoneNumber $ internationaliSDNNumber $ 
 		facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
-		postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) )
+		postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ organizationName ) )
 
 objectclass ( 2.5.6.8 NAME 'organizationalRole'
 	DESC 'RFC2256: an organizational role'