From: Robert H. <ro...@ro...> - 2004-01-20 23:45:41
|
Hi Frank, That does correspond to a Unix username/password, for SSH. I recommend SSH over using "local", which would use the web server user's permissions for everything. SandWeb does something along these lines: -- export CVS_RSH=ssh cvs -d :ext:rhelmer@host:/cvs <cvs command> -- I have created a Unix authentication method, which uses SSH or RSH to verify usernames/passwords instead of using SandWeb's "flatfile" authentication. This requires turning off MD5 on the login screen though, and it's not all working together yet. It's checked into the SandWeb CVS if you want to play with it. If the CVS server is on localhost SSH can be somewhat slow if you have alot of users. I am working on RSH support for SW 1.1, but it is pretty easy to modify the sandweb-expect and sandweb-ssh scripts to use RSH. Thanks, Rob On Tue, Jan 20, 2004 at 02:39:23PM -0800, Frank Ruiz wrote: > Is there are way for sandweb to use unix permissions after the initial login? I know in the repository section there is an area for username/password, but does the correspond to a unix username and password. > > Thanks.... > > > --------------------------------- > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing |