LAMPR is a powerful LDAP authentication manager and proxy relay designed to simplify and enhance the management of one-to-many LDAP relationships. It efficiently handles secure connections, removing complexity and load from upstream applications.
LAMPR utilizes Kotlin Multiplatform (KMP), an open-source technology developed by JetBrains for flexible cross-platform development, targeting desktop and server environments within this application.
-
/composeAppis for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:commonMainis for code that’s common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
iosMainwould be the right folder for such calls.
-
/serveris for the Ktor server application. -
/sharedis for the code that will be shared between all targets in the project. The most important subfolder iscommonMain. If preferred, you can add code to the platform-specific folders here too.
Learn more about Kotlin Multiplatform…
- One-to-many LDAP relationship management.
- Secure and efficient proxy relay for LDAP authentication.
- User-friendly application interface for connection management.
- Kotlin 1.9.22
- Java 17
- MariaDB 11
- At least 1 LDAP server
git clone https://github.com/TheKDub/LAMPR.git
cd LAMPRAll Rights Reserved © 2024 TheKDub
This project is proprietary and confidential. Unauthorized copying, transferring, or reproduction of its contents in any medium is strictly prohibited.
The software is provided "AS IS", without warranty of any kind. The authors or copyright holders shall not be liable for any claim, damages, or liability arising from the software.
For more details, refer to the LICENSE file.