I want to change session_minutes from 60 to 120 using directadmin set command and when I did that, I got the following error:
This bug is reproduceable with this step:
1) Clean install directadmin
2) Change the session_minutes to any value like:
3) You will get the following weird error:
4) This error does not appear in the GUI. Only when using directadmin set command
EDIT:
I think this might be related to bug that I posted in the ticket 2 years back (confirmed as bug by your team). In the old directadmin version, this number has validation error (it can accept a very big number like 999999 and then broke the admin UI setting where we will have validation loop, and unable to save setting), but now the validation popup has gone and still have problem when using directadmin set command, it cannot write value
Please look into this, as this bug might break this session_minutes' feature (a security feature).
(sorry that this shouldnt' be in General discussion - made a mistake)
This bug is reproduceable with this step:
1) Clean install directadmin
2) Change the session_minutes to any value like:
Code:
root@venus:/usr/local/directadmin# ./directadmin set session_minutes 120
3) You will get the following weird error:
Code:
Error with the current values:
Unknown type ir1:35791 when verifying session_minutes=120
4) This error does not appear in the GUI. Only when using directadmin set command
EDIT:
I think this might be related to bug that I posted in the ticket 2 years back (confirmed as bug by your team). In the old directadmin version, this number has validation error (it can accept a very big number like 999999 and then broke the admin UI setting where we will have validation loop, and unable to save setting), but now the validation popup has gone and still have problem when using directadmin set command, it cannot write value
Please look into this, as this bug might break this session_minutes' feature (a security feature).
(sorry that this shouldnt' be in General discussion - made a mistake)
Last edited: