Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/setup/schema-map-fedora-ds-1.0

    r414 r745  
    1 #Standard OpenLDAP attributes
     1#Standard Fedora DS attributes
    22name
    33objectClasses
     
    1313dITContentRules
    1414top
     15
    1516#This should be provided by the LDAP server, only in our schema to permit provision
    1617aci
     18
    1719#Skip ObjectClasses
     20sambaSamAccount
     21sambaGroupMapping
     22sambaTrustPassword
     23sambaTrustedDomainPassword
     24sambaDomain
     25sambaUnixIdPool
     26sambaIdmapEntry
     27sambaSidEntry
     28sambaConfig
     29sambaShare
     30sambaConfigOption
     31
    1832#MiddleName has a conflicting OID
    19332.16.840.1.113730.3.1.34:1.3.6.1.4.1.7165.4.255.1
    2034#defaultGroup has a conflicting OID
    21351.2.840.113556.1.4.480:1.3.6.1.4.1.7165.4.255.2
     36#thumbnailPhoto has a conflicting OID
     372.16.840.1.113730.3.1.35:1.3.6.1.4.1.7165.4.255.10
     38#thumbnailLogo has a conflicting OID
     392.16.840.1.113730.3.1.36:1.3.6.1.4.1.7165.4.255.11
     40
    2241#This large integer format is unimplemented in OpenLDAP 2.3
    23421.2.840.113556.1.4.906:1.3.6.1.4.1.1466.115.121.1.27
    2443#This case insensitive string isn't available
    25 1.2.840.113556.1.4.905:1.3.6.1.4.1.1466.115.121.1.15
     441.2.840.113556.1.4.905:1.3.6.1.4.1.1466.115.121.1.44
    2645#Treat Security Descriptors as binary
    27461.2.840.113556.1.4.907:1.3.6.1.4.1.1466.115.121.1.40
    28 #NumbericString is not supported in Fedora DS 1.0, map to a directory string
    29 1.3.6.1.4.1.1466.115.121.1.36:1.3.6.1.4.1.1466.115.121.1.15
    3047#Treat Object(DN-Binary) as a binary blob
    31481.2.840.113556.1.4.903:1.3.6.1.4.1.1466.115.121.1.40
    32 #Printable String as IA5 String
    33 1.3.6.1.4.1.1466.115.121.1.44:1.3.6.1.4.1.1466.115.121.1.26
    3449#UTC Time as Generalized Time
    35501.3.6.1.4.1.1466.115.121.1.53:1.3.6.1.4.1.1466.115.121.1.24
    3651#DN with String as Directory String
    37 1.2.840.113556.1.4.904:1.3.6.1.4.1.1466.115.121.1.15
     521.2.840.113556.1.4.904:1.3.6.1.4.1.1466.115.121.1.40
     53#attribute names, declared at OIDs fail
     541.3.6.1.4.1.1466.115.121.1.38:1.3.6.1.4.1.1466.115.121.1.44
    3855#Presentation Address as Directory String
    39561.3.6.1.4.1.1466.115.121.1.43:1.3.6.1.4.1.1466.115.121.1.15
     57
     58#Remap into existing schema
     59pwdLastSet
     60pwdLastSet:sambaPwdLastSet
     61lastLogon
     62lastLogon:sambaLogonTime
     63lastLogoff
     64lastLogoff:sambaLogoffTime
     65badPwdCount
     66badPwdCount:sambaBadPasswordCount
     67logonHours
     68logonHours:sambaLogonHours
     69homeDrive
     70homeDrive:sambaHomeDrive
     71scriptPath
     72scriptPath:sambaLogonScript
     73profilePath
     74profilePath:sambaProfilePath
     75userWorkstations
     76userWorkstations:sambaUserWorkstations
     77homeDirectory
     78homeDirectory:sambaHomePath
     79groupType
     80groupType:sambaGroupType
     81nextRid
     82nextRid:sambaNextRid
     83privilegeDisplayName
     84privilegeDisplayName:sambaPrivName
     85objectSid
     86objectSid:sambaSID
Note: See TracChangeset for help on using the changeset viewer.