Help,
On my home network, I have an account for me and one for my wife.
My account never seems to expire, but my wife's does. ( I haven't noticed how long between resets )
I checked useradd -D
# useradd -D
GROUP=100
HOME=/home/%s
SHELL=/bin/bash
SKEL=/etc/skel
PASS_MIN_DAYS=0
PASS_MAX_DAYS=-1
PASS_WARN_DAYS=7
PASS_INACTIVE=-1
PASS_EXPIRE=-1
It looks to me as though the password default is to NOT expire. Am I right?
O.K. I know that's not a samba question!
So my wife ONLY access's the Linux server through samba connections. Sometimes she gets prompted for a password, which suddenly doesn't work.
I have to log on to the Linux server and use passwd to set her password. The good thing here is, at least it lets her use the same password. (this is a home network so that's ok.)
After I do that, it works again.
So I'm wondering if samba has any user defaults that could be causing her password to expire?
tgus
____________________________
Families can be together forever...
On my home network, I have an account for me and one for my wife.
My account never seems to expire, but my wife's does. ( I haven't noticed how long between resets )
I checked useradd -D
# useradd -D
GROUP=100
HOME=/home/%s
SHELL=/bin/bash
SKEL=/etc/skel
PASS_MIN_DAYS=0
PASS_MAX_DAYS=-1
PASS_WARN_DAYS=7
PASS_INACTIVE=-1
PASS_EXPIRE=-1
It looks to me as though the password default is to NOT expire. Am I right?
O.K. I know that's not a samba question!
So my wife ONLY access's the Linux server through samba connections. Sometimes she gets prompted for a password, which suddenly doesn't work.
I have to log on to the Linux server and use passwd to set her password. The good thing here is, at least it lets her use the same password. (this is a home network so that's ok.)
After I do that, it works again.
So I'm wondering if samba has any user defaults that could be causing her password to expire?
tgus
____________________________
Families can be together forever...