[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: problem
i think u forget 2 add 1st entry for ur ldap
more likely be like these depends on ur dn..
better used dc=mmu,dc=edu,dc=my rathet that dc=mmu.edu.my ;)
>>first.ldif
dn: dc=server, dc=mmu, dc=edu, dc=my
dc: server
objectClass: dcObject
ldapadd -x -D "uid=manager,dc=server, dc=mmu, dc=edu, dc=my" -w secret <
first.ldif
----- Original Message -----
From: "faizal" <faizal.abdollah@mmu.edu.my>
To: <openldap-software@OpenLDAP.org>
Sent: Wednesday, August 14, 2002 12:20 PM
Subject: problem
> Hi...I have configure ldap but still having the "No such object " error
>
> My configuration file are like this
> 1. Slapd.conf
>
>
> # $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27
> 20:00:31 kur
> t Exp $
> #
> # See slapd.conf(5) for details on configuration options.
> # This file should NOT be world readable.
> #
> include /usr/local/etc/openldap/schema/core.schema
> include /usr/local/etc/openldap/schema/cosine.schema
> include /usr/local/etc/openldap/schema/inetorgperson.schema
>
> # Define global ACLs to disable default read access.
>
> # Do not enable referrals until AFTER you have a working directory
> # service AND an understanding of referrals.
> #referral ldap://root.openldap.org
>
> pidfile /usr/local/var/slapd.pid
> argsfile /usr/local/var/slapd.args
>
> # Load dynamic backend modules:
> modulepath /usr/local/libexec/openldap
> # moduleload back_ldap.la
> # moduleload back_ldbm.la
> # moduleload back_passwd.la
> # moduleload back_shell.la
>
> #
> # Sample Access Control
> # Allow read access of root DSE
> # Allow self write access
> # Allow authenticated users read access
> # Allow anonymous users to authenticate
> #
> #access to dn="" by * read
> #access to *
> # by self write
> # by users read
> # by anonymous auth
> #
> # if no access controls are present, the default is:
> # Allow read by all
> #
> # rootdn can always write!
>
> #######################################################################
> # ldbm database definitions
> #######################################################################
>
> database ldbm
> #suffix "dc=melaka.mmu.edu.my,dc=my"
> #suffix "dc=my-domain,dc=com"
> #suffix "o=My Organization Name,c=US"
> suffix "dc=ldap,dc=mmu.edu.my,dc=my"
> #rootdn "cn=mfaizal,dc=melaka.mmu.edu.my,dc=my"
> #rootdn "cn=Manager,dc=my-domain,dc=com"
> #rootdn "cn=Manager,o=My Organization Name,c=US"
> # Cleartext passwords, especially for the rootdn, should
> # be avoid. See slappasswd(8) and slapd.conf(5) for details.
> # Use of strong authentication encouraged.
> #rootpw secret
> # The database directory MUST exist prior to running slapd AND
> # should only be accessible by the slapd/tools. Mode 700 recommended.
> directory /usr/local/var/openldap-ldbm
> defaultaccess read
> schemacheck on
> lastmod on
> # Indices to maintain
> index objectClass eq
> index cn,sn,st pres,eq,sub
>
>
>
> 2. My Ldap.conf
>
> # $OpenLDAP: pkg/ldap/libraries/libldap/ldap.conf,v 1.4.8.6 2000/09/05
> 17:54:38
> kurt Exp $
> #
> # LDAP Defaults
> #
>
> # See ldap.conf(5) for details
> # This file should be world readable but not world writable.
>
> #BASE dc=example, dc=com
> BASE dc=ldap, dc=mmu.edu.my , dc=my
> host 10.0.11.204
> #URI ldap://ldap.example.com ldap://ldap-master.example.com:666
>
> #SIZELIMIT 12
> #TIMELIMIT 15
> #DEREF never
>
>
>
>
>
>
- References:
- problem
- From: faizal <faizal.abdollah@mmu.edu.my>