Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Catalyst LDAP Authentication Not Working

by Your Mother (Archbishop)
on Oct 17, 2013 at 19:53 UTC ( [id://1058674]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            ldap_server_options:
              timeout: 30
              onerror: warn
    
  2. or download this
                my $user     = $c->req->params->{user}
            and my $password = $c->req->params->{password}
    # Becomes...
               my $user = $c->request->body_params->{user}
       and my $password = $c->request->body_params->{password}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1058674]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-26 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found