[Samba] samba segfault with autofs schema

steve steve at steve-ss.com
Tue Jul 17 11:53:22 MDT 2012


On 17/07/12 19:22, Steve Thompson wrote:
> Samba 4.0.0beta3, CentOS 6.2 32-bit.
>
> I am loading the automount schema into a vanilla Samba4 database. The
> schema can be found at:
>
>      http://http://www.cbe.cornell.edu/~smt/Automount_template.txt

Hi
Can't seem to access that, but try this:

dn: CN=automountMapName,CN=Schema,CN=Configuration,DC=YOURDOMAIN
objectClass: top
objectClass: attributeSchema
attributeID: 1.3.6.1.1.1.1.31
cn: automountMapName
name: automountMapName
lDAPDisplayName: automountMapName
description: automount Map Name
attributeSyntax: 2.5.5.5
oMSyntax: 22
isSingleValued: TRUE

dn: CN=automountKey,CN=Schema,CN=Configuration,DC=YOURDOMAIN
objectClass: top
objectClass: attributeSchema
attributeID: 1.3.6.1.1.1.1.32
cn: automountKey
name: automountKey
lDAPDisplayName: automountKey
description: Automount Key value
attributeSyntax: 2.5.5.5
oMSyntax: 22
isSingleValued: TRUE

dn: CN=automountInformation,CN=Schema,CN=Configuration,DC=YOURDOMAIN
objectClass: top
objectClass: attributeSchema
attributeID: 1.3.6.1.1.1.1.33
cn: automountInformation
name: automountInformation
lDAPDisplayName: automountInformation
description: Automount information
attributeSyntax: 2.5.5.5
oMSyntax: 22
isSingleValued: TRUE

dn: CN=automountMap,CN=Schema,CN=Configuration,DC=YOURDOMAIN
objectClass: top
objectClass: classSchema
governsID: 1.3.6.1.1.1.2.16
cn: automountMap
name: automountMap
lDAPDisplayName: automountMap
subClassOf: top
objectClassCategory: 1
mustContain: automountMapName
mayContain: description
defaultObjectCategory: 
CN=automountMap,CN=Schema,CN=Configuration,DC=YOURDOMAIN

dn: CN=automount,CN=Schema,CN=Configuration,DC=YOURDOMAIN
objectClass: top
objectClass: classSchema
governsID: 1.3.6.1.1.1.2.17
cn: automount
name: automount
lDAPDisplayName: automount
subClassOf: top
objectClassCategory: 1
description: Automount information
mustContain: automountKey
mustContain: automountInformation
mayContain: description
defaultObjectCategory: CN=automount,CN=Schema,CN=Configuration,DC=YOURDOMAIN

Cheers,
Steve



More information about the samba mailing list