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

AW: AW: AW: adding first entry



> adding new entry "cn=admin,dc=ecrc,dc=de"
> modify complete
> 
> It sounds to me, like it did what I wanted. I´m only confused by the
> phrase modify complete. I added and not modified, right?

don't mind.. ldapadd and ldapmodify are quite analogical operations. just
think, that you are modifying the database.. (or you can also say, that you
are modifying the entry by creating it.. whatever :)

> Here my search call and the result:
> 
> root@alba[148]bin# ldapsearch -x -b 'dc=ecrc,dc=de' '(objectclass=*)'
> version: 2
> 
> #
> # filter: (objectclass=*)
> # requesting: ALL
> #
> 
> # search result
> search: 2
> result: 0 Success
> 
> # numResponses: 1

what does slapd -d 65535 say? could you send the debugging output? (the
relevant part :o) )

daniel