I am all new to LDAP, and I have to create directory using LDAP, can anybody help me in telling the exact steps for this, what i did upto now is 1) start server using "slapd -d 1" 2)search server using "ldapsearch -x -s base (objectclass=*) namingContexts" 3)loading database using "slapadd -f slapd.conf -l init.ldif"
but on doing this i have confront with error like naming attribute does not match..
What is the actuall format of LDIF, n where it is needed to be matched.