Hello, guys,

I am running FreeIPA at home, and I can enroll clients just fine. The issue I am facing, however, is with Fedora. If I have it enrolled, I can only log in with the single user I have set in the enterprise login. No other FreeIPA user is able to log in. When you try to log in with any other account, you get the message “Sorry, password authentication didn’t work, please try again,” even when the password is 100% correct. I am only facing this with Fedora; Ubuntu and openSUSE work just fine, and people are, in fact, able to log in.

Additionally, when attempting to log in with a FreeIPA user, it does display the user’s full name as set in FreeIPA, indicating that a connection is present.

EDIT: Figured it out. for some reason on fedora inside sssd.conf it automatically adds “simple_allow_users” and on ubuntu and opensuse it doesn’t do this. Removing this single line in the config file allows other users to login.

    • jollyrogue@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      OP needs to allow the accounts to log into the host on the FreeIPA server.

      I have a FreeIPA + Fedora setup and forgot to add the host to my host group which controls host access for standard accounts, and I got the same message.

      • kylian0087@lemmy.worldOP
        link
        fedilink
        arrow-up
        2
        ·
        5 months ago

        I managed to get it working by uncommenting the line “simple_allow_users” inside sssd.conf on the client. Also as far as i can find the default allow_all rule should allow all users to login to all clients. (I have not configured any fine grained control yet)