Joseph Keen wrote: > Does anyone know if the getpwent() series of function calls are smart > enough to work with shadow password files? The last time that I looked, the answer was no (on Linux; I believe that FreeBSD has transparent shadow password support). You have to use the getspent() type functions instead. -- Glynn Clements <[EMAIL PROTECTED]>
- ./configure James
- Re: ./configure Vitaly Fedrushkov
- getpwent() Joseph Keen
- Glynn Clements