-
Notifications
You must be signed in to change notification settings - Fork 42
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
The comparison of strings does not work in shadow.c #28
Comments
I don't think I understand the question. Also, your diff does not seem to do anything unless I'm missing something. Note that the 0.8 version will only security updates and fixes for major bugs and generally only to the latest 0.8 version. |
Comparing if (strcasecmp (attr, "pwdLastSet") == 0) does not work in CentOS 7. |
[root@host ~]# getent shadow domainuser |
The difference you see can be explained by the fix in 0.8.14. It is expected that Both |
Version 0.8.13, because such in RHEL 7, but also in later versions, is not changed.
The text was updated successfully, but these errors were encountered: