• v2.4.0 02dd141237

    v2.4.0 Stable

    kerem released this 2025-02-13 19:17:48 +03:00 | 0 commits to main since this release

    📅 Originally published on GitHub: Thu, 13 Feb 2025 16:39:02 GMT
    🏷️ Git tag created: Thu, 13 Feb 2025 16:17:48 GMT

    Added Message-Authenticator Field to RADOTP for Enhanced Security and FortiOS Compatibility

    • Introduced the Message-Authenticator field to RADOTP to improve security.
    • Enhanced compatibility with the latest FortiOS release.
    • The Message-Authenticator field is disabled by default but can be enabled in the radiusd.conf file.
    Downloads
  • v2.3.0 75b3348cd1

    v2.3.0 Stable

    kerem released this 2024-05-31 20:35:20 +03:00 | 3 commits to main since this release

    📅 Originally published on GitHub: Fri, 31 May 2024 17:47:09 GMT
    🏷️ Git tag created: Fri, 31 May 2024 17:35:20 GMT

    New Feature: Configurable PreWin2kLogonNameDomain for LDAP

    • Users can now configure the PreWin2kLogonNameDomain for LDAP using a new switch in the app settings. This allows for greater customization and flexibility in managing LDAP configurations.
    Downloads
  • v2.2.0 69958e19e9

    v2.2.0 Stable

    kerem released this 2024-05-31 12:48:53 +03:00 | 4 commits to main since this release

    📅 Originally published on GitHub: Fri, 31 May 2024 10:54:27 GMT
    🏷️ Git tag created: Fri, 31 May 2024 09:48:53 GMT

    New Features

    • Added the option to configure LDAP search using either User Principal Name (UPN) or Same Account Name.
      • Users can now choose their preferred method for LDAP search, providing flexibility in authentication processes.

    Enhancements

    • Improved user experience when configuring LDAP settings.
    • Enhanced security protocols for LDAP authentication.

    Bug Fixes

    • Resolved issues related to LDAP search queries.
    • Fixed login issues for certain LDAP configurations.

    Updates

    • Updated dependencies to ensure compatibility with the latest libraries.
    Downloads
  • v2.1.1 95faf0d35b

    v2.1.1 Stable

    kerem released this 2024-02-13 18:52:20 +03:00 | 7 commits to main since this release

    📅 Originally published on GitHub: Tue, 13 Feb 2024 15:57:52 GMT
    🏷️ Git tag created: Tue, 13 Feb 2024 15:52:20 GMT

    • Fixed Pre-Windows 2000 Logon for Usernames:
      This update addresses an issue where pre-Windows 2000 logon failed for specific usernames. With the implemented fix, authentication logic has been revised to ensure seamless compatibility with legacy systems. Users can now log in without encountering authentication errors related to pre-Windows 2000 usernames.
    Downloads
  • v2.1.0 fb7310a579

    v2.1.0 Stable

    kerem released this 2024-02-12 23:19:29 +03:00 | 8 commits to main since this release

    📅 Originally published on GitHub: Mon, 12 Feb 2024 20:38:31 GMT
    🏷️ Git tag created: Mon, 12 Feb 2024 20:19:29 GMT

    Features:

    1. Case Sensitivity Handling:

      • Usernames are now uniformly processed in lowercase to eliminate issues related to case sensitivity.
    2. Domain Stripping:

      • Improved username input flexibility by allowing users to input usernames with or without domain prefixes (e.g., domain\username or username@domain.com).
      • The system intelligently strips out unnecessary domain information for seamless authentication.

    Bug Fixes:

    • Resolved issues related to case sensitivity in username handling.
    • Fixed bugs associated with domain prefix parsing for usernames.

    Enhancements:

    • Streamlined authentication process for users with diverse username input formats.
    • Improved overall user experience by ensuring consistent username processing.
    Downloads