[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: LDAP and Subversion

From: Sean Russell <sean.2.russell_at_gsk.com>
Date: 2003-01-17 18:11:34 CET

> The root of the problem is not in subversion but in apr. The commandline
> client uses the apr routine apr_password_get() from apr_getpass.c in
> subversion/clients/cmdline/prompt.c, and this in turn uses the systems
> getpass() routine which on solaris seems to be limited to 8 chars. An option
> would be (at least with Solaris) to use getpassphrase(), which returns
> up to 256 characters.
>
> Hope this helps.

Darn tootin', it did. Worked like a charm.

Thanks a bunch!
 
--- SER

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 17 19:32:45 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.