Is lckpwdf()
and ulckpwdf()
intended to be used only for apps directly accessing the shadow password file?
More precisely, my question is: If I call the usual API such as getspnam()
or getspent()
, should I be calling lckpwdf()
first, or is that automatically done by getspnam()
, etc...?