Changeset 745 for trunk/server/source4/setup/schema-map-fedora-ds-1.0
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/setup/schema-map-fedora-ds-1.0
r414 r745 1 #Standard OpenLDAPattributes1 #Standard Fedora DS attributes 2 2 name 3 3 objectClasses … … 13 13 dITContentRules 14 14 top 15 15 16 #This should be provided by the LDAP server, only in our schema to permit provision 16 17 aci 18 17 19 #Skip ObjectClasses 20 sambaSamAccount 21 sambaGroupMapping 22 sambaTrustPassword 23 sambaTrustedDomainPassword 24 sambaDomain 25 sambaUnixIdPool 26 sambaIdmapEntry 27 sambaSidEntry 28 sambaConfig 29 sambaShare 30 sambaConfigOption 31 18 32 #MiddleName has a conflicting OID 19 33 2.16.840.1.113730.3.1.34:1.3.6.1.4.1.7165.4.255.1 20 34 #defaultGroup has a conflicting OID 21 35 1.2.840.113556.1.4.480:1.3.6.1.4.1.7165.4.255.2 36 #thumbnailPhoto has a conflicting OID 37 2.16.840.1.113730.3.1.35:1.3.6.1.4.1.7165.4.255.10 38 #thumbnailLogo has a conflicting OID 39 2.16.840.1.113730.3.1.36:1.3.6.1.4.1.7165.4.255.11 40 22 41 #This large integer format is unimplemented in OpenLDAP 2.3 23 42 1.2.840.113556.1.4.906:1.3.6.1.4.1.1466.115.121.1.27 24 43 #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. 1544 1.2.840.113556.1.4.905:1.3.6.1.4.1.1466.115.121.1.44 26 45 #Treat Security Descriptors as binary 27 46 1.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 string29 1.3.6.1.4.1.1466.115.121.1.36:1.3.6.1.4.1.1466.115.121.1.1530 47 #Treat Object(DN-Binary) as a binary blob 31 48 1.2.840.113556.1.4.903:1.3.6.1.4.1.1466.115.121.1.40 32 #Printable String as IA5 String33 1.3.6.1.4.1.1466.115.121.1.44:1.3.6.1.4.1.1466.115.121.1.2634 49 #UTC Time as Generalized Time 35 50 1.3.6.1.4.1.1466.115.121.1.53:1.3.6.1.4.1.1466.115.121.1.24 36 51 #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 52 1.2.840.113556.1.4.904:1.3.6.1.4.1.1466.115.121.1.40 53 #attribute names, declared at OIDs fail 54 1.3.6.1.4.1.1466.115.121.1.38:1.3.6.1.4.1.1466.115.121.1.44 38 55 #Presentation Address as Directory String 39 56 1.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 59 pwdLastSet 60 pwdLastSet:sambaPwdLastSet 61 lastLogon 62 lastLogon:sambaLogonTime 63 lastLogoff 64 lastLogoff:sambaLogoffTime 65 badPwdCount 66 badPwdCount:sambaBadPasswordCount 67 logonHours 68 logonHours:sambaLogonHours 69 homeDrive 70 homeDrive:sambaHomeDrive 71 scriptPath 72 scriptPath:sambaLogonScript 73 profilePath 74 profilePath:sambaProfilePath 75 userWorkstations 76 userWorkstations:sambaUserWorkstations 77 homeDirectory 78 homeDirectory:sambaHomePath 79 groupType 80 groupType:sambaGroupType 81 nextRid 82 nextRid:sambaNextRid 83 privilegeDisplayName 84 privilegeDisplayName:sambaPrivName 85 objectSid 86 objectSid:sambaSID
Note:
See TracChangeset
for help on using the changeset viewer.