Hi Stefan,

did you install the required LDAP modules for perl? This looks a bit like an error creating the LDAP connector.

Try to run the connector stand alone from a perl script:


my $conn = Connector::Proxy::Net::LDAP->new({
    put params from handler.yaml here
});
$conn->get( $username, { password => $passwd } );

Oliver


Am 07.01.2017 um 19:55 schrieb [email protected]:
Hi Oliver,

thank you for the hint. Your solution approach does not work with me. No
matter what I change, the following error always occurs:

check for cgi session, fcgi pid 31113
session id (front) is e2c05473ad814bf24bd0f46965057c4e
Use provide client instance
First session reinit with id 5c5a3c3376b68a91e77dcedb6c5c396b
Resume backend session with id 5c5a3c3376b68a91e77dcedb6c5c396b
current session status GET_PASSWD_LOGIN
not logged in - doing auth - page is - action is login!password
Selected realm , new status GET_PASSWD_LOGIN
Requested login type PASSWD
Seems to be an auth try - validating
Server Error Msg: $VAR1 = {
'SERVICE_MSG' => 'ERROR',
'LIST' => [
{
'LABEL' => 'I18N_OPENXPKI_SERVICE_DEFAULT_HANDLE_MESSAGE_FAILED',
'PARAMS' => {
'__EVAL_ERROR__' => 'Can\'t locate object method "message" via package
"Can\'t use an undefined value as an ARRAY reference at
/usr/lib/x86_64-linux-gnu/perl5/5.20/OpenXPKI/Server/Authentication/Connector.pm
line 97.
" (perhaps you forgot to load "Can\'t use an undefined value as an ARRAY
reference at
/usr/lib/x86_64-linux-gnu/perl5/5.20/OpenXPKI/Server/Authentication/Connector.pm
line 97.
"?) at
/usr/lib/x86_64-linux-gnu/perl5/5.20/OpenXPKI/Server/Authentication.pm
line 256.
',
'__MESSAGE_NAME__' => 'GET_PASSWD_LOGIN'
}
}
]
};
I18N_OPENXPKI_SERVICE_DEFAULT_HANDLE_MESSAGE_FAILED"

There is something wrong with the code. Who wrote the "Connector.pm"
code? You see errors in the program Code?



Thank you for your support, by Stefan Harbich




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot



_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users



--
Protect your environment -  close windows and adopt a penguin!

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to