mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
partitions onto the target LDAP server. Make the LDAP provision run before smbd starts, then stop the LDAP server. This ensures this occurs synchronously, We then restart it for the 'real run' (with slapd's stdin being the FIFO). This required fixing a few things in the provision scripts, with more containers being created via a add/modify pair. Andrew Bartlett (This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
33 lines
957 B
Plaintext
33 lines
957 B
Plaintext
#Standard OpenLDAP attributes
|
|
name
|
|
objectClasses
|
|
createTimeStamp
|
|
attributeTypes
|
|
objectClass
|
|
userPassword
|
|
seeAlso
|
|
modifyTimeStamp
|
|
distinguishedName
|
|
description
|
|
cn
|
|
dITContentRules
|
|
top
|
|
#This shouldn't make it to the ldap server
|
|
sambaPassword
|
|
#Skip ObjectClasses
|
|
#
|
|
#MiddleName has a conflicting OID
|
|
2.16.840.1.113730.3.1.34:1.3.6.1.4.1.7165.4.255.1
|
|
#defaultGroup has a conflicting OID
|
|
1.2.840.113556.1.4.480:1.3.6.1.4.1.7165.4.255.2
|
|
#This large integer format is unimplemented in OpenLDAP 2.3
|
|
1.2.840.113556.1.4.906:1.3.6.1.4.1.1466.115.121.1.27
|
|
#This case insensitive string isn't available
|
|
1.2.840.113556.1.4.905:1.3.6.1.4.1.1466.115.121.1.15
|
|
#This type of DN isn't in OpenLDAP
|
|
1.2.840.113556.1.4.903:1.3.6.1.4.1.1466.115.121.1.12
|
|
#Treat Security Descriptors as binary
|
|
1.2.840.113556.1.4.907:1.3.6.1.4.1.1466.115.121.1.40
|
|
#NumbericString is not supported in Fedora DS 1.0, map to a directory string
|
|
1.3.6.1.4.1.1466.115.121.1.36:1.3.6.1.4.1.1466.115.121.1.15
|