Hi all,
in my auth folder i have this configuration:
 
handler.yaml
RA-Operator:
type: Connector
lable: LDAP Login für RA-Operator
description: I18N_OPENXPKI_CONFIG_AUTH_STACK_DESCRIPTION_LDAP_RA-Operator
role: RA Operator
source@: connector:auth:connector.ldap-raop
. . .
 
connector.yaml
ldap-raop:
class: Connector::Builtin::Authentication::LDAP
LACATION: ldap://dsme01.harnet.de:9009
base: dc=harnet,dc=de
binddn: cn=admin,dc=harnet,dc=de
password: "decker(12)"
filter: "(|(userPrincipalName=[% LOGIN %])(mail=[% LOGIN %]))"
. . .
 
stack.yaml
RA-Operator:
description: I18N_OPENXPKI_CONFIG_AUTH_STACK_DESCRIPTION_RA-Operator_LDAP
handler: RA-Operator
. . .
 
After restart openxpkictl and apache2 i see the follwing erros in the 
webui.log:
 
First session reinit with id 07337832a7ef5c1f9671885f86f9f46d
Resume backend session with id 07337832a7ef5c1f9671885f86f9f46d
current session status GET_AUTHENTICATION_STACK
not logged in - doing auth - page is - action is login!stack
set auth_stack in session: RA-Operator
Authentication stack: RA-Operator
Selected realm , new status GET_PASSWD_LOGIN
Requested login type PASSWD
No credentials, render form
request handled
check for cgi session, fcgi pid 11568
session id (front) is a037495ba0942fbe62adc38a2b280143
Use provide client instance
First session reinit with id 07337832a7ef5c1f9671885f86f9f46d
Resume backend session with id 07337832a7ef5c1f9671885f86f9f46d
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
request handled
 
Can you help me? Thanks for the hint.
 
Greetings from 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

Reply via email to