[cvsnt] Re: cvs pserver user problem
Raheel
softwarengineeer at gawab.com
Wed Jun 23 06:08:27 BST 2004
> As an alternative, you can use :pserver:cvsuser at localhost:/test then
> make sure you do a cvs login first. E.g.:
>
> cvs -d :pserver:cvsuser at localhost:/test login
>
Thanks Glen. Yes it did work when I use your above method, but it logged-in when I do it on my cvs server machine. When i tried to do it remotely (i.e. from client end), it complains that:
cvs [login aborted]: authorization failed: server <my_ip_address> rejected access to /test for user cvsuser
Now whats wrong with it.
wait for your feedback. thanks once again.
"Glen Starrett" <grstarrett at cox.net> wrote in message news:cb9ngu$qdf$1 at paris.nodomain.org...
> Raheel wrote:
> > Hello, I make a user named "cvsuser" and i want to alias it with my
> > user on local NT 4 machine with the same name. So, when I issue the
> > command:
> >
> >
> >> cvs passwd -r cvsuser -a cvsuser
>
> You don't need to alias a user to themselves -- The default CVSNT
> settings will validate pserver users against the NT user database, so
> this particular command you're running is redundant.
>
> > it complains back with the following message:
> >
> >>> cvs [passwd aborted]: authorization failed: server localhost
> >>> rejected access to /test.
> >
> > Note that my CVSROOT variable sets to ":pserver:localhost:/test" and
> > also note that my local user "cvsuser" is in Administrator group.
> >
> > I am really stuck in it, plz help.
>
> In general, you can still do this if you want. Change your local
> CVSROOT to :sspi:localhost:/test to allow you access using your NT
> credentials. Typically I believe the first pserver entry in a
> "pserver-only" setup without using the NT user database would be done
> using the :local: protocol.
>
> As an alternative, you can use :pserver:cvsuser at localhost:/test then
> make sure you do a cvs login first. E.g.:
>
> cvs -d :pserver:cvsuser at localhost:/test login
>
> Regards,
>
> --
> Glen Starrett
> _______________________________________________
> cvsnt mailing list
> cvsnt at cvsnt.org
> http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
>
More information about the cvsnt
mailing list