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

Re: Newbie problems.



Richard June wrote:

I'm trying to configure OpenLDAP for my network, I'm using Redhat 7.0 w/ OpenLDAP 1.2 I configured it according to the OpenLDAP 1.2 Quickstart
(http://www.openldap.org/faq/data/cache/180.html). I can't add the initial adds, attached is the output of the slapd when I try to add, and ldapadd, Any help would be appreciated.





Not a blank ldiff, here is the ldif I'm creating and my slapd.conf file. and yes, I really do have a blank passwd at the moment




--
Richard June (rjune@imagestream.com)
msn          : rolfan__@hotmail.com  |  aim          : ISisSupport
Yahoo        : Fat_Happy_Penguin     |  icq          : 3283795
Jabber ID    : rolfan@firbolg.bravegnuworld.com
   dn: dc=imagestream, dc=com
   dc: imagestream
   o: My Company
   objectclass: organization
   objectclass: dcObject

   dn: cn=Manager, dc=imagestream, dc=com
   cn: Manager
   sn: Manager
   objectclass: person
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include		/etc/openldap/slapd.at.conf
include		/etc/openldap/slapd.oc.conf
schemacheck	off
#referral	ldap://root.openldap.org/

pidfile		/var/run/slapd.pid
argsfile	/var/run/slapd.args

#######################################################################
# ldbm database definitions
#######################################################################

database	ldbm
suffix		"dc=imagestream, dc=com"
suffix		"o=Imagestream Internet Solutions, c=US"
rootdn		"cn=Manager, dc=imagestream, dc=com"
rootdn		"cn=Manager, o=My Organization Name, c=US"
# cleartext passwords, especially for the rootdn, should
# be avoid.  See slapd.conf(5) for details.
 rootpw		""
# rootpw		{crypt}ijFYNcSNctBYg
# database directory
# this directory MUST exist prior to running slapd AND
# should only be accessable by the slapd/tools  Mode 700 recommended.
directory	/var/lib/ldap