On Thu, Aug 19, 2010 at 10:36, Webshet, Sisay (ILRI) <[email protected]> wrote: > sAMAccountName is swebshet
OK, then this is probably what you want (it's your dspace login) ldap.id_field = sAMAccountName Just make sure this attribute is indexed, otherwise you won't be able to search by it. What I think is the problem is that you have a space after comma in DN specifiers, e.g. here: OU=ILRI Ethiopia, DC=ILRI, DC=CGIARAD, DC=ORG this should be without the space OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG If these are fileed in correctly, then I think it should work. ldap.search.user = what value ldap.search.password = what value Can you try to look at your dspace.log if there are any errors related to login? Regards, ~~helix84 ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

