On 13.04.2018 19:55, NOCERA, ANDY wrote:
>
> Summary: SVN E170001: Authentication error with specific user/realm/pw
> combinations while many other work!
>
>  
>
>  
>
> Observations/Workarounds
>
>  
>
> While there is a work around, by simply changing the password, we have
> an unusual reoccurring issue with some user/realm/password
> combinations.  It’s a problem
>
> setting the same password to many repos.
>
>  
>
> The issue shows up under both CRAM-MD5 and DIGEST-MD5, but not for the
> same user/realm/password. 
>
>  
>
>  
>
> From and SVN perspective:
>
> How do I get svn/svnserve to log the hashed response so I can compare
> it outside of SASL and MYSQL.  
>
> I suspect our method to generate the hashed CRAM-MD5 and DIGEST-MD5
> that we store in mysql has a bug, what is a good place to locate
> source for this program.
>


Svnserve does not use a MySQL database for storing passwords or password
hashes. So you either have a customized svnserve or a customized SASL
library. You'll have to find out where those customizations came from.
There is no such functionality in the Subversion code base.

-- Brane

Reply via email to