File: core.schema.patch

package info (click to toggle)
turba2 2.0.2-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,996 kB
  • ctags: 1,071
  • sloc: php: 4,725; xml: 617; sql: 136; makefile: 62; sh: 46; perl: 17
file content (21 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- core.schema.orig    Wed May 22 22:17:41 2002
+++ core.schema Fri May 31 20:43:47 2002
@@ -367,15 +367,15 @@
                postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) )

 objectclass ( 2.5.6.6 NAME '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' SUP person STRUCTURAL
        MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $
                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' SUP top STRUCTURAL
        MUST cn