www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=1.0 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_SV,T_TO_NO_BRKTS_FREEMAIL |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
Date: | Wed, 8 Sep 2010 10:23:27 +0200 |
Message-ID: | <AANLkTik0AvJ=2SJim=g+eBkEGwr2CHKvwsFL2mm2LNu+@mail.gmail.com> |
Subject: | svn using sasl |
From: | =?ISO-8859-1?Q?Jo=EBl_Kr=E4hemann?= <weedlight AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hi, I don't want svn to store passwords in plain text that's why I decided to use sasl. But I can't login anymore when changing authentication to sasl. Below I posted some files and commands, could someone tell me what's wrong with? my svnserve.conf file: [general] anon-access = read auth-access = write # password-db = passwd authz-db = authz realm = ModuleViewer [sasl] use-sasl = true min-encryption = 128 max-encryption = 256 pwcheck_method: auxprop auxprop_plugin: sasldb sasldb_path: /etc/sasldb mech_list: DIGEST-MD5 my authz file: [groups] developer = username [/] @developer = rw [repository:/] @developer = rw the command I used to generate the password and restart the server: `/usr/sbin/saslpasswd2.exe -c -f /etc/sasldb -u ModuleViewer username` `cygrunsrv.exe --stop svn && cygrunsrv.exe --start svn` -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |