Replies: 7 comments 18 replies
-
|
is Blazam docker available? |
Beta Was this translation helpful? Give feedback.
-
|
I've successfully tested password resets using linux compatible code. This is a solid proof of concept as it is one of the more challenging implementations with AD... I would also want to check nested group membership checks and searching (although there is little change expected regarding search). The biggest hurdle will be recreating the Microsoft code that represents AD objects within Blazam while keeping a level of optimization on par with the Microsoft code. Not a trivial task... I will continue to test in an effort to estimate the total workload of converting the entire codebase to linux compatible code. |
Beta Was this translation helpful? Give feedback.
-
|
I have successfully tested remote pc data collection using Powershell in code, which should be Linux compatible. The last few test I see are AD authentication for Blazam logon, and the various uses of Windows impersonation to run certain code as the provided AD "admin" account (eg: file share check, live remote user session view and management). Impersonation is not going to be available on Linux, so some of those features might only be available when Blazam in installed on Windows. If all that is proven, the migration of Active Directory Object interaction code can continue it's path to Linux compatible code. This will be the bulk of the work to be done. And is what will take ~65 more hours to complete. |
Beta Was this translation helpful? Give feedback.
-
|
A major breakthrough today, successful connection from an actual Linux installation... The hurdle was discovering the particular Linux library configuration needed to allow LDAP connections from Blazam to work... This has only been proven for Ubuntu 24, but I would suspect most distro's would be compatible, albeit, maybe not with the install bash script I've been creating... There are still a number of performance optimizations to create for the "Windows Code Replacement" and a bunch of testing and tweaking.. but this is excellent progress. |
Beta Was this translation helpful? Give feedback.
-
A demo of the Linux beta has been published.It's running on Ubuntu Server 2024 with 2 cores of a very weak CPU and 2GB of memory and sits at 4.7GB storage for OS and app... Find the Linux demo at https://beta.blazam.org |
Beta Was this translation helpful? Give feedback.
-
|
Due to my work obligations I have only just begun stress-testing the Linux code branch in a production environment. There was also a major LDAP connection instability that required some experimentation before settling on a connection usage pre-check, keep-alive mechanism, and failure recovery. I still need to improve the LDAP connection pool handling. EG: moving from a global app pool to a "per user" pool. I'm sure at least a couple other instabilities/optimizations will be found before getting the mark of Beta release approval (currently still in beta pre-release aka alpha). |
Beta Was this translation helpful? Give feedback.
-
|
Now that I'm into extended stress testing in my production environment, I've noticed a slow memory leak that can cause some issues after about a day. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am interested about this project, but is there any options to use another Web Server like nginx or apache2?
I'm trying to reduce the usage of windows servers by using a Linux.
The documentation only provides information for using IIS In the Installation Manual.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions