[7.460][BUG][NOTABUG] webadmin login with ldap authentication results in error

Hi

I've configured an openldap server and configured my astaro to create users authomatically and allow the LDAP Users group (which is linked to my ldap server) to log..

in the log I see that Authentication successfull but on the login page I get a perl debug error:


Can't use string ("0") as a HASH ref while "strict refs" in use at /PerlApp/wfe/asg/modules/asg_login.pm line 149. 


for info my ldap server is not local it is reached through a site-2-site vpn so it is quite slow to respond but respond...

thx
Parents
  • Hi

    add a ldap group as auditor... then log as an ldap user (this will result in an error I already reported...) but insist and you will login.. everything should work almost fine...

    then with another local admin user just remove the ldap users group from the auditors..

    in the ldap user session click somewhere and you will get an error message (probably different on where you click):


    Can't use string ("0") as a HASH ref while "strict refs" in use at /PerlApp/wfe/asg/modules/asg_dashboard.pm line 2671. 


    thx

    edit1: is this need another post or is it related to the other bug ?
Reply
  • Hi

    add a ldap group as auditor... then log as an ldap user (this will result in an error I already reported...) but insist and you will login.. everything should work almost fine...

    then with another local admin user just remove the ldap users group from the auditors..

    in the ldap user session click somewhere and you will get an error message (probably different on where you click):


    Can't use string ("0") as a HASH ref while "strict refs" in use at /PerlApp/wfe/asg/modules/asg_dashboard.pm line 2671. 


    thx

    edit1: is this need another post or is it related to the other bug ?
Children