Mikael Kermorgant
2006-Apr-13 13:24 UTC
[Fedora-directory-users] import schema from openldap : syntax oid problem
Hello, I''ve converted a schema from openldap ( http://www.cru.fr/ldap/supann/schema/supann.schema) which causes this error when starting fds : # /opt/fedora-ds/slapd-afed/start-slapd [13/Apr/2006:14:17:09 +0200] dse - The entry cn=schema in file /opt/fedora-ds/slapd-afed/config/schema/98supann.ldif is invalid, error code 21 (Invalid syntax) - attribute type supannCivilite: Unknown attribute syntax OID "1.3.6.1.4.1.1466.115.121.1.44" [13/Apr/2006:14:17:09 +0200] dse - Please edit the file to correct the reported problems and then restart the server. It seems to be related to rfc2252<http://src.doc.ic.ac.uk/computing/internet/rfc/rfc2252.txt>. Do you know a workaround for this situation ? Thanks in advance, -- Mikael Kermorgant
Mike Jackson
2006-Apr-13 15:53 UTC
Re: [Fedora-directory-users] import schema from openldap : syntax oid problem
Mikael Kermorgant wrote:> Hello, > > I''ve converted a schema from openldap > (http://www.cru.fr/ldap/supann/schema/supann.schema) which causes this > error when starting fds : > > # /opt/fedora-ds/slapd-afed/start-slapd > [13/Apr/2006:14:17:09 +0200] dse - The entry cn=schema in file > /opt/fedora-ds/slapd-afed/config/schema/98supann.ldif is invalid, error > code 21 (Invalid syntax) - attribute type supannCivilite: Unknown > attribute syntax OID " 1.3.6.1.4.1.1466.115.121.1.44" > [13/Apr/2006:14:17:09 +0200] dse - Please edit the file to correct the > reported problems and then restart the server.Change the attribute syntax oid for those two attributes to be: 1.3.6.1.4.1.1466.115.121.1.15 and file a bug report at https://bugzilla.redhat.com/bugzilla/index.cgi -- mike