Code Monkey home page Code Monkey logo

Comments (7)

pkern avatar pkern commented on May 17, 2024

It's probably worth pointing out that @delroth wrote https://github.com/delroth/glome-login-authorize/blob/master/glome-login-authorize.py as a hacky way of generating authorizing tags from the URL.

from glome.

vvidic avatar vvidic commented on May 17, 2024

It seems like pam-auth-update only updates /etc/pam.d/common-* so it might not be possible to modify /etc/pam.d/login (owned by login package). Maybe it would be better to ship the module in a disabled state. Admins can than configure and enable it manually only for login or use debconf to configure and enable it for all services. For example /usr/share/pam-configs/yubico:

Name: Yubico authentication with YubiKey
Default: no
Priority: 704
Auth-Type: Primary
Auth:
        required        pam_yubico.so   mode=client try_first_pass id=N key=K
Auth-Initial:
        required        pam_yubico.so   mode=client try_first_pass id=N key=K

from glome.

pkern avatar pkern commented on May 17, 2024

Admins can than configure and enable it manually only for login or use debconf to configure and enable it for all services.

I'd be fine with that as well - PAM is often something that the local sysadmin needs to configure to their liking. Although to note what we are looking for is effectively using pam_glome.so with sufficient, so that there are no further checks. pam_yubico.so is also documented in the same way, so I'm a little surprised about the required in the Debian config.

from glome.

vvidic avatar vvidic commented on May 17, 2024

from glome.

vvidic avatar vvidic commented on May 17, 2024

from glome.

burgerdev avatar burgerdev commented on May 17, 2024

Looks like we're done here after we get a printable public key, correct?

from glome.

vvidic avatar vvidic commented on May 17, 2024

Also we have till the end of the year to create a package for the next Debian stable release, which should be doable I think.

from glome.

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.