It looks like getspnam doesn't exist, but getpwnam()
does on aix, and further, according to the man page,
getpwnam will look in /etc/security/passwd if the
process has privilege to do so.. (is running as root)...
So maybe it will work after all, if you run CVS as root.
(though this surely defeat any security gained by
keeping passwds in /etc/security/passwd)
Have you tried to make it work?
Maybe I will try it later today.
-- steve
> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 22, 2000 9:47 PM
> To: [EMAIL PROTECTED]
> Subject: AIX pserver CVS System password lookup
>
>
>
> Hi!
>
> I'm using AIX 4.3 and CVS 1.0 with pserver
> I do not wish to use the CVSROOT/passwd file (i wanna use the system
> /etc/passwd
> file).
> (CVSROOT/config has SysAuth=yes)
> However, the encrypted passwords are not in /etc/passwd . ( they are in
> /etc/security/passwd apparently ).
>
> Is there anyway to make this work?
> Is there anyone using pserver with system password lookup on AIX?
>
> Thanks in advance.
>
> mind boggles,
> aditya
>