Hello<br><br>i was trying to install the ldap on ubuntu 8.04 and i followed a web page with <a href="http://www.debuntu.org/ldap-server-and-linux-ldap-clients">http://www.debuntu.org/ldap-server-and-linux-ldap-clients</a><br>
<br> apt-get install slapd ldap-utils migrationtools<br>dpkg-reconfigure slapd<br>then configured it<br><br>the dns name was given as <a href="http://mml.uni-freiburg.de">mml.uni-freiburg.de</a><br>and did ldap search with ldapsearch -x -b dc=mml,dc=uni (have i done the right thing?)<br>
<br>then i tried to populate the database and edited the <a href="http://migrate_slapd.conf.pl">migrate_slapd.conf.pl</a> file and replaced  <em><a href="http://migrate_common.ph">migrate_common.ph</a> with </em>DEFAULT_MAIL_DOMAIN = "<a href="http://mml.uni-freiburg.de">mml.uni-freiburg.de</a>";<br>

$DEFAULT_BASE = "dc=mml,dc=uni";
<br><br>and then created ~/people_group.ldif file<br><br>and finally wen i try to import to the database <br><br> ldapadd -x -W -D "cn=admin,dc=mml,dc=uni" -f ~/people_group.ldif<br><br>it returns invalid credentials (49)<br>
<br>kindly help<br><br>regards<br>donny<br><br><br><br><br>