Georg Sieber
Georg Sieber
Thanks for your information. Indeed, the Android app can read the card! I just tested it and it worked. This was new for me, it didn't worked when I tested...
I [successfully implemented](https://github.com/schorschii/MensaGuthaben-iOS/pull/8) support for the TU Dresden Campuscard. Thanks to @xivy99 and @pauls94 for the sample card!
@kiliankoe , @willimei any feedback?
This is the [Mifare DESFire Tag](https://www.eftlab.com/knowledge-base/complete-list-of-application-identifiers-aid) application identifier. The campuscard is a NXP SmartMX3 with Mifare DESFire emulation, so we have to select the DESFire functionality with this AID. On...
Yes, you can. LAPS4LINUX uses standard LDAP protocol features for the base functionality. Only the optional encryption, introduced by MS in 2023 with the new Native LAPS, relies on proprietary...
I was able to gain some OpenLDAP experience through another project. I just made some changes to make LAPS4LINUX fully OpenLDAP compatible and added OpenLDAP setup instructions [here](https://github.com/schorschii/LAPS4LINUX/blob/master/docs/OpenLDAP.md). You may...
Currently, the runner only supports Linux, but it should be possible to port it to macOS. I'll keep this issue open as feature request.
Here is a short update: I did a first test on macOS. One problem is that macOS requires to enter the old password, even when using `passwd` as root on...
Thanks for your contribution, but the burn-in prevention of the bottom bar is already fixed in 55ba942c381a21b6f11ad7270c274b68ca36aa9e. This commit added a separate logic for the bottom bar to only move...
Sorry for the long delay