I follow the instruction to install OpenLDAP server. Here's the tutorial :
http://kukusan-network.blogspot.com/2012/01/how-to-setting-ldap-openldap-in-windows.html
Actually my case is I have an LDIF file. I want to import that LDIF to my LDAP server. So I decided to install the open LDAP. Then, after I choose the BDB database. They will build the default suffix "maxcrc.com" . If I make connection with this suffix, an error appears saying:
[LDAP: error code 53 - no global superior knowledge]
I think that error happened because my connection suffix is different from my LDIF suffix. So, how to change this default suffix? (to the suffix that I have in the LDIF file)
I already changed slapd.conf, but that wasn't a success.