Zaya, If you are using Windows AD with DSpace LDAP Hierarchical Auth, maybe this wiki article I wrote will help:
http://wiki.dspace.org/index.php/LDAP_Hierarchical_Authentication_with_Active_Directory I had some trouble figuring it out as well, but when I got some help from this list, I consolidated my notes on this wiki page for others. In short, I think you can set up an ldap.search_context to solve this problem in your dspace.cfg file, but you won't be able to use the [email protected] setting as the authenticator, or at least I wasn't able to get it to work. -- Stacy Pennington Rhodes College [email protected] ------------------------------ Date: Wed, 2 Dec 2009 17:16:59 -0200 From: Flavio Botelho <[email protected]> Subject: Re: [Dspace-tech] HELP LDAPHierarchical Auth. problem To: Zaya Kh <[email protected]> Cc: dspace-tech <[email protected]> You have Windows AD right? You are trying the shortcut option of using [email protected] for the user, unfortunately this module doesn't have that option yet. (Actually it should be trivial to add, i guess it should to the plain LDAP module as that one has less options to configure). The second try doesn't make any sense, never there should be a space there: ldap.provider_url = ldap://xx.xxx.xx:389 / Now, in the first try, the problem is this: ldap.netid_email_domain = @xx.xxx.xx Notice that the LDAP module actually sends this to try to authenticate: [email protected], It sends the user with a comma in the end (or else it would actually work!) LDAPHierarchical is supposed to work with you setting up a lookup account, which will the bring the full user path within the LDAP. something complicated like attribute=username,dc=users1,....,dc=domain and that will be used as the login to authenticate the user (not [email protected]). kudos, Flavio Botelho On Wed, Dec 2, 2009 at 1:13 AM, Zaya Kh <[email protected]> wrote: > *Hi, all* > ** > *I congfiguring LDAPHierarchicalAuthentication, but I have an error.* > ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

