[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: add new entry question
read the "openldap administrator guide" (you'll find it
on http://www.openldap.org/ ). I think that will help you.
best regards,
Lise Didillon
At 19:30 08/05/03 +0800, Qianfeng wrote:
HI,
i added the first entry in to my LDAP and the
following is the result using ldapsearch.
version: 2
#
# filter: (objectclass=*)
# requesting: ALL
#
# example, com
dn: dc=example,dc=com
objectClass: dcObject
objectClass: organization
dc: example
o: Example Corporation
description: The Example Corporation
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
my question is, what am i going to do if i
want to add another person?? for example.
name: john smith
email:
johnsmith@example.com
another question is, can somebody give me some
explanation about what can be figured out in the search result? what does
each line mean in the above output?
Thanks very much!
max