Giter Site home page Giter Site logo

frontend docker error about lldap HOT 6 CLOSED

lldap avatar lldap commented on May 14, 2024
frontend docker error

from lldap.

Comments (6)

nikhil96widhani avatar nikhil96widhani commented on May 14, 2024

Can anyone help me to solve this please?

from lldap.

nitnelave avatar nitnelave commented on May 14, 2024

Hi!

Thanks for the report! Keep in mind that I'm doing this in my spare time, as a best effort, so there's no need to update the issue merely a day later.

Also note that the first line of the README is "WARNING: This project is still WIP, it's still missing core functionality. For updates, follow @nitnelave1." The project is not yet functional, I haven't made an official release for a good reason.

As for your problem, could you paste the server error log? That way we can see which file is missing.

from lldap.

nikhil96widhani avatar nikhil96widhani commented on May 14, 2024

Hi thank you for the reply, I understand the repo is maintained by one person and there might be bugs. I will still like to use your docker and solve the issues for me because the idea of this project is exactly what i was looking at.

Regarding the issue i updated my docker compose in above email and server logs show no error basically. I am pasting log below and let me know if you need anything to solve my issue.

Sep 22 12:56:00.933  INFO CREATE TABLE IF NOT …; rows: 0, elapsed: 263.339µs


CREATE TABLE IF NOT EXISTS `jwt_storage` (

  `jwt_hash` integer NOT NULL PRIMARY KEY,

  `user_id` text(255) NOT NULL,

  `expiry_date` text NOT NULL,

  `blacklisted` integer DEFAULT FALSE NOT NULL,

  FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`) ON DELETE CASCADE ON

  UPDATE

    CASCADE

)

  

Sep 22 12:56:00.934  INFO SELECT `jwt_hash` FROM `jwt_storage`; rows: 0, elapsed: 318.005µs  

Sep 22 12:56:00.935  INFO Starting 1 workers    

Sep 22 12:56:00.936  INFO Starting "ldap" service on 0.0.0.0:3890    

Sep 22 12:56:00.936  INFO Starting "http" service on 0.0.0.0:17170    

Sep 22 12:56:00.936  INFO DB Cleanup Cron started    

files inside data folder are:

lldap_config.toml  private_key  users.db  users.db-shm  users.db-wal

when i open the the ip:port i get this error

No such file or directory (os error 2)

from lldap.

nitnelave avatar nitnelave commented on May 14, 2024

Try again with the new version that was pushed to docker, it should fix things.

from lldap.

nikhil96widhani avatar nikhil96widhani commented on May 14, 2024

It works, Thanks So much. I will test it today to see how well it integrates with Nextcloud and jellyfin

from lldap.

nitnelave avatar nitnelave commented on May 14, 2024

Thanks for the feedback, but once again, it doesn't work yet, the basic features are not complete! I invite you to follow https://github.com/nitnelave/lldap/milestone/1 to see how far we are to basic functionality, though, and I'd love your feedback on integration with other components. Keep in mind that LDAP interaction is thoroughly untested, and in particular group membership is not implement.d

from lldap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.