Pascal Francq writes:
> 
> cvspserver stream tcp nowait root /usr/bin/cvs cvs -b /usr/bin pserver --allow-root
> 
> But, now when I try to connect, I have this message:
> 
> Server configuration missing --allow-root in inetd.conf
> cvs login: authorization failed: server mecapp97.ulb.ac.be rejected access  
> 
> But, I have add the --allow-root in the line. So is there something else to do?

Yes -- put it in the right place with the correct syntax!  --allow-root
is a global option that goes *before* pserver, not after, and it needs a
value (as in "--allow-root=/usr/local/cvsdir").  Also, you can get rid
of the "-b /usr/bin" -- CVS has all the subsidiary stuff built-in now,
so it doesn't use that any more -- and you should add a "-f" global
option as well.

-Larry Jones

I'm getting disillusioned with these New Years. -- Calvin

Reply via email to