Bug 3053 - samba-nds.schema syntax error when adding to eDirectory
Summary: samba-nds.schema syntax error when adding to eDirectory
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: User/Group Accounts (show other bugs)
Version: 3.0.20
Hardware: All Linux
: P3 minor
Target Milestone: none
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 02:47 UTC by Ralf Herrmann
Modified: 2005-12-23 07:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Herrmann 2005-09-01 02:47:27 UTC
The Problem:

When trying to add the file '/samba-3.0.20/examples/LDAP/samba-nds.schema'
to our Novell eDirectory Server (Ver 8.6 or newer), it issues a 'syntax error'
when trying to add the attributetpye 'sambaMungedDial'.

The error did not happen, when including the samba3.schema into openLDAP's
slapd.conf on a local LDAP server.

Possible Cause:

The schema file contains an empty description field for the attributetype
'sambaMungedDial', i.e. ".... DESC '' ...."
Seems eDirectory doesn't like the doubled single quote.

This worked for me:

Added a description string, i.e. ".... DESC 'some description' ....".
Now eDirectory accepts the schema definitions.

HTH

Bye, Ralf
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-10-07 07:54:19 UTC
Guether, could you take a look at this?  Thanks.
Comment 2 Guenther Deschner 2005-12-23 07:45:48 UTC
Fixed in subversion, thanks.