Hey Guys, I´ve been using n8n for some time and i´m stuck in a problem.
I Need to use the LDAP Node to change a user logonHours attribute but I didn´t find out which type of informations does it need in the “Value” input field.
Currently i´m using n8n´s version 1.119.1 self hosted in a kubernetes environment
According to the internet, the LogonHours attribute is a 21-byte value where 3 bytes are used per day of the week to represent all 24 hours of each day.
So 08:00-18:00 Mon-Fri would be something like
0x00_00_00_00_FF_03_00_FF_03_00_FF_03_00_FF_03_00_FF_03_00_00_00
You might want to also check out how you can work with Hexadecimal numbers.