Code Monkey home page Code Monkey logo

Comments (2)

lixmal avatar lixmal commented on June 14, 2024

Hi,

this sounds interesting. Any ideas how/where to store the ACLs? I want to keep the KeePass databases as clean as possible (not putting additional info there).
NTLM support should be possible, I'll look into it.

I'd like to do some adjustments on the user interface before I approach these features, so it will take some time.

from keepass4web.

agowa avatar agowa commented on June 14, 2024

If you don't want to store it in the KeePass database, you could use the UUID and store the ACLs in you're own database with these attributes (UUID, ACLs), where ACLs is a referencte to an object (or table, it depends) containing these attributes (SID, Permissions). And Permissions is a custom type, with these possible bits of information: "read", "write", "delete", "change permissions" (and maybe for every property read and write bits) with these ways of assignment: inherited, directly assigned where the later one overwrites the first one. And the possibility of setting it to allow or deny (or unset)

from keepass4web.

Related Issues (16)

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.