Tagged Questions

0
votes
1answer
31 views

should I be calling lckpwdf() prior to getspent()?

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(), …