Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix yast_user by adding the IP of the NIS server #15051

Merged
merged 1 commit into from
Jun 13, 2022

Commits on Jun 10, 2022

  1. Fix yast_user by adding the IP of the NIS server

    yast_user failed because if ypwhich returning an IP.
    This change adds IP of the nis server through a variable.
    ypwhich is a tool that "return[s] name of NIS server or map master".
    but it sometimes returns the IP address instead of the hostname, so the test failed
    because of this.
    The change also re-enables yast_user, introduces the variable
    "NAMESERVER", and fixes wrong formatting in variable.md
    
    See https://progress.opensuse.org/issues/112271
    JRivrain committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    2b057ba View commit details
    Browse the repository at this point in the history