Hi
Experiencing few problems with AWS server (NETOS60_GNU (NS7520):
-
Using RADIUS to authenticate AWS web users. Registered a callback function (LDAP example), function is called every time any page is accessed. However, session timeout stop working. User is not challanged after 5 minutes, callback is invoked as-usual.
-
At present using BSP (sysAccess.c) API to set users/password. Session timeout works fine. If I change timeout using RpSetServerPasswordTimeout(), timeout stops working completly.
-
Callback function prototype in LDAP example has two few parameters compared to the signature mentioned in AWS server document.
Thanks for any help.