source: trunk/server/source4/setup/schema-map-fedora-ds-1.0

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 2.2 KB
Line 
1#Standard Fedora DS attributes
2name
3objectClasses
4createTimeStamp
5attributeTypes
6objectClass
7userPassword
8seeAlso
9modifyTimeStamp
10distinguishedName
11description
12cn
13dITContentRules
14top
15
16#This should be provided by the LDAP server, only in our schema to permit provision
17aci
18
19#Skip ObjectClasses
20sambaSamAccount
21sambaGroupMapping
22sambaTrustPassword
23sambaTrustedDomainPassword
24sambaDomain
25sambaUnixIdPool
26sambaIdmapEntry
27sambaSidEntry
28sambaConfig
29sambaShare
30sambaConfigOption
31
32#MiddleName has a conflicting OID
332.16.840.1.113730.3.1.34:1.3.6.1.4.1.7165.4.255.1
34#defaultGroup has a conflicting OID
351.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
41#This large integer format is unimplemented in OpenLDAP 2.3
421.2.840.113556.1.4.906:1.3.6.1.4.1.1466.115.121.1.27
43#This case insensitive string isn't available
441.2.840.113556.1.4.905:1.3.6.1.4.1.1466.115.121.1.44
45#Treat Security Descriptors as binary
461.2.840.113556.1.4.907:1.3.6.1.4.1.1466.115.121.1.40
47#Treat Object(DN-Binary) as a binary blob
481.2.840.113556.1.4.903:1.3.6.1.4.1.1466.115.121.1.40
49#UTC Time as Generalized Time
501.3.6.1.4.1.1466.115.121.1.53:1.3.6.1.4.1.1466.115.121.1.24
51#DN with String as Directory String
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
55#Presentation Address as Directory String
561.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 TracBrowser for help on using the repository browser.