Hi,

I am unable to create the users in command line

i have the apache htpasswd.exe available and when i type the command

C:\xampp\apache\bin>htpasswd -c D:/Repositories/htpasswd test test$007

nothing happens

i get the below log message

Usage:
        htpasswd [-cimBdpsDv] [-C cost] passwordfile username
        htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password

        htpasswd -n[imBdps] [-C cost] username
        htpasswd -nb[mBdps] [-C cost] username password
 -c  Create a new file.
 -n  Don't update file; display results on stdout.
 -b  Use the password from the command line rather than prompting for it.
 -i  Read password from stdin without verification (for script usage).
 -m  Force MD5 encryption of the password (default).
 -B  Force bcrypt encryption of the password (very secure).
 -C  Set the computing time used for the bcrypt algorithm
     (higher is more secure but slower, default: 5, valid: 4 to 31).
 -d  Force CRYPT encryption of the password (8 chars max, insecure).
 -s  Force SHA encryption of the password (insecure).
 -p  Do not encrypt the password (plaintext, insecure).
 -D  Delete the specified user.
 -v  Verify password for the specified user.
On other systems than Windows and NetWare the '-p' flag will probably not 
work.
The SHA algorithm does not use a salt and is less secure than the MD5 
algorithm.


On Friday, June 20, 2008 at 8:31:52 PM UTC+5:30, mario...@gmail.com wrote:
>
> I don't know if it's too late to respond, but any way I do. 
>
> 1. Open "C:\Program Files\VisualSVN Server\conf\httpd.conf" 
> 2. You need to find the AuthuserFile path 
> 3. You can create users by command line with the apache executable 
> htpasswd.exe with the following syntax: htpasswd "path\of 
> \AuthuserFile" user 
> 4. The command line prompted the password and confirmation of the 
> same. 
> 5. Anyway, you can create an application that makes it automatically. 
>
> Best Regards, 
> Rahul
>
> On 22 abr, 23:14, Haider <hai...@shopme.com> wrote: 
> > I have installed Visual SVN Server and I would like to thank everyone 
> > who has contributed to this great product. 
> > 
> > We have a requirement to automate the creation of Users in SVN and I 
> > am wondering if there is a way to create users and assign them to 
> > repositories by command line. 
> > 
> > Any help would be greatly appreciated. 
> > 
> > Thanks 
> > __________________ 
>

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at https://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/d/optout.

Reply via email to