[Cvs-nserver-users] delete user problem
Brought to you by:
tyranny
From: Heiko K. <hei...@qn...> - 2003-04-10 12:06:16
|
Hi there, I am using Solaris 9 X86. Compiled with: --enable-setuid --without-gssapi I also have changed the lockpasswd.c. Because while compilation I got errors with HOSTNAMELEN. I erased the ifdef statement around netdb.h. Also I have changed #!/bin/sh to #!/bin/bash of the configure script. As I have run in errors with Solaris bourne shell. I can add a user with: cvs -d /my_virtual_repo passwd -a cvsadminbase -u \ cvsadminbase.cvsadminbase -m cvs...@an... I can also enable the user and the parameter in cvspasswd will change to "Enable". If I want to delete the user with: cvs -d /my_virtual_repo -x cvsadminbase I get: cvs [passwd abourted]: User cvsadminbase not found Any idea? Greetings Heiko |