blainepruitt
Technical User
Hi all,
I'm having bit of trouble that I'm hoping someone can help me with. I have implemented password aging in an NIS environment. The NIS files are contained in a location other than /etc. When a user tries to update their password it writes the new encrypted password into the correct location, but into passwd instead of shadow. I need the shadow file in place because it sets the parameters for their password expiration dates. I've check nsswitch.conf to make sure that the entries were right there, here is what I have:
passwd: files nis
I haven't tried flipping the two around since this is a production machine I didn't want to impact anyone. If you have any thoughts on this it would be greatly appreciated.
Thanks,
bp
I'm having bit of trouble that I'm hoping someone can help me with. I have implemented password aging in an NIS environment. The NIS files are contained in a location other than /etc. When a user tries to update their password it writes the new encrypted password into the correct location, but into passwd instead of shadow. I need the shadow file in place because it sets the parameters for their password expiration dates. I've check nsswitch.conf to make sure that the entries were right there, here is what I have:
passwd: files nis
I haven't tried flipping the two around since this is a production machine I didn't want to impact anyone. If you have any thoughts on this it would be greatly appreciated.
Thanks,
bp