[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: sql-backend



no but i included now and it logs this error

@(#) $OpenLDAP: slapd 2.2.4 (Jan 13 2004 21:04:26) $
        root@s90.minbas.cu:/usr/local/etc/openldap-2.2.4/servers/slapd
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: initialized ldap:///
daemon_init: 1 listeners opened
slapd init: initiated server.
slap_sasl_init: initialized!
==>backsql_initialize()
<==backsql_initialize()
>>> dnNormalize: <cn=Subschema>
=> ldap_bv2dn(cn=Subschema,0)
<= ldap_bv2dn(cn=Subschema,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=subschema,272)=0
<<< dnNormalize: <cn=subschema>
/etc/openldap/openldap/schema/inetorgperson.schema: line 155: AttributeType not found: "audio"
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.


*********** REPLY SEPARATOR  ***********

On 1/15/2004 at 11:14 AM Adam Williams wrote:

>>my problem is that i can't start openldap server because of this error
>>backsql_db_open(): setting 'DELETE FROM ldap_entries WHERE id=?' by
>default
>>load_schema_map(): objectClass 'inetOrgPerson' is not defined in schema
>
>Isn't the answer to this pretty obvious?
>
>Your not loading the schema.
>
>Did you include /etc/openldap/schema/inetorgperson.schema in your 
>slapd.conf?