- or download this
#!/usr/bin/perl
use Net::LDAP;
...
);
die Dumper $mesg->entries;
- or download this
ldapsearch -H ldap://sub.ad.mydomain.org \
-b dc=sub,dc=ad,dc=mydomain,dc=org \
-D myusername@ad.subdomain.org \
-w mypassword \
'(sAMAccountName=myusername)'
- or download this
[debug] Body Parameters are:
.-------------+-------------.
...
'-------------+-------------'
[debug] Path is "login"
[debug] Unable to locate user matching user info provided
- or download this
name MyApp
...
</ldap>
</realms>
</authentication>
- or download this
sub login : Global {
my ( $self, $c ) = @_;
...
$c->stash(error_msg => "Empty username or password.");
}
}