Coder Social home page Coder Social logo

Comments (4)

donapieppo avatar donapieppo commented on June 12, 2024

From your configuration it seems that the real system user is ubuntu. The user jnchi is not a real system
user so has no line in /etc/shadow or /etc/passwd.

The use of libnss-ato, and i think of any libnns module, is to assign uid and gid to the username.

In order to change the user password I think you need to work on a pam module e not on a libnss module as libnss-ato.

from libnss-ato.

Jnchi avatar Jnchi commented on June 12, 2024

So would the PAM module insert the password into /etc/shadow?

from libnss-ato.

donapieppo avatar donapieppo commented on June 12, 2024

It depends on the pam module you use for authentication. From your message it seems you use Active Directory. The password so are in the AD server. Libnss-ato has no knowlege of where your service checks the passwords. Libnss-ato is just to give uid and gid to the users not present in /etc/passwod. For this reason libnss-ato has no role in changing the password.

from libnss-ato.

Jnchi avatar Jnchi commented on June 12, 2024

From your message it seems you use Active Directory. The password so are in the AD server.

This module is for Azure Active Directory. Apparently, it is very different from regular Active Directory.

Anyway, thanks for the input! If I have more questions pertaining to uid or gid then I'll open another issue. Cheers!

from libnss-ato.

Related Issues (11)

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.