Li,

I think this might be a misconfiguration issue.  When configuring your LDAP
Context & Authentication Handler, you can set how deep beneath the
searchBase to search.  If you are like the rest of us, you probably don¹t
have all user entries within a single base, so you need to configure the
scope to search subtrees.  Without more info, this is my best knee jerk
reaction.

Hope it helps,
A-

<!--
    LDAP Authentication Handler used to authenticate against Lotus Domino
    Scope Values (javax.naming.directory.SearchControls):
        OBJECT_SCOPE (0)
        ONLEVEL_SCOPE (1)
        SUBTREE_SCOPE (2)
  -->
<bean 
class="org.jasig.cas.authentication.handler.support.BindLdapAuthenticationHa
ndler"
      p:filter="uid=%uid"
      p:searchBase="o=whatever"
      p:contextSource-ref="contextSource"
      p:scope="2"
      p:timeout="120" />

CAS Wiki: http://www.ja-sig.org/wiki/display/CASUM/LDAP



On 2/20/09 2:27 AM, "Raghu Ravi" <[email protected]> wrote:

> Hi Li,
>         Could you give more detail on the error, the server log will do.
> 
> On Fri, Feb 20, 2009 at 5:55 AM, Li Zhang <[email protected]> wrote:
>> Hi,
>>  
>> I've installed CAS 3.3.1 server on my machine.
>> Now I only can use my own credentials to login.
>> Other persons on the same LDAP server can
>> not login using CAS. What could be the problem?
>> Is that a certificate issue ?
>>  
>>  
>> Thanks.
>>  
>> Li 

-- 
Andrew Feller, Analyst
LSU University Information Services
200 Frey Computing Services Center
Baton Rouge, LA 70803
Office: 225.578.3737
Fax: 225.578.6400


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to