[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapadd question
man ldapadd
"ldapmodify opens a connection to an LDAP server, binds, and
modifies or adds entries.
...
ldapadd is a hard link to ldapmodify with -s option."
slapadd on the other hand does things locally.
Possibly ldapadd is working where your other connections failed since
you providing a username and password with ldapadd.
-Patrick
On Feb 4, 2005, at 10:52 AM, Matt wrote:
Hi,
I know that slapadd will actually dump things raw to a database..
Question is on ldapadd... does ldapadd actually make a connection to
the database, or does it do it locally? I'm trying to debug a problem
that occurres when connecting to the database from an outside machine,
but doesn't seem to happen with ldapadd, and want to make sure I
understand things correctly.