Forum Discussion

soymanue's avatar
soymanue
Icon for Nimbostratus rankNimbostratus
Jul 31, 2012

APM Advanced Customization troubleshooting

Hi

 

We have a remote access authentication service based on Radius Challenge.

 

First of all, the user must give hist AD user and password. Then, a second logon page is shown with thee different text boxes (user number, code 1, code 2). The APM combines those values: (user_number)-(code_1)-(code_2) to build the the challenge response.

 

For that purpose we have uses de Advanced Customization of logon.inc.

 

This services has ben working, but we have noticed that it doesn't work anymore. The APM sends an empy challenge password to the Radius server.

 

Is it possible to debug or logging the PHP/HMTL code of logon.inc ?

 

Thank You
  • It was a matter of browser's language settings.

     

    We had:

     

    ( $GLOBALS["label_position"] == "above" )

     

     

    But with a spanish browser the is

     

    ( $GLOBALS["label_position"] == "en alto" )

     

     

    Quite strange