Bug#850745: ldapvi: misleading documentation: refers to website intentionally left blank

2017-01-09 Thread David Lichteblau
Just added a redirect from the old URL to make it meaningful. Hopefully that improves the user experience. Thanks for the report!

Bug#565161: Processed: tagging 565161

2010-01-24 Thread David Lichteblau
SHA1 isn't available because Debian chose to link ldapvi using GnuTLS instead of OpenSSL licensing reasons. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#552868: ldapvi: FTBFS: common.h:276: error: conflicting types for 'getline'

2009-10-29 Thread David Lichteblau
Hi, Quoting Lucas Nussbaum (lu...@lucas-nussbaum.net): In eglibc = 2.9, getline was only defined if _GNU_SOURCE was defined. In eglibc 2.10, getline is always defined (since it became a standard in POSIX2008). The problem is that your package already has a function named getline(), which now

Bug#550843: ldapvi: does not handle EDITOR values with arguments

2009-10-14 Thread David Lichteblau
Hi, Quoting Marcus Better (mar...@better.se): The question rather would be: How would you specify a pathname/filename that has spaces in it? By escaping like the shell perhaps? That is what svn documents in the svnbook, yes. following that approach might raise security related issues

Bug#546602: ldapvi: ldap.conf is not read

2009-09-24 Thread David Lichteblau
Hi, Quoting Erwan David (er...@rail.eu.org): I have a /etc/ldap/ldap.conf defining TLS_CACERT Despite the fact my CA is in TLS_CACERT ldapvi refuses TLS connexion to my server. A strace on ldapvi shows it does not opne ldap.conf nor .ldaprc, contrray to the documentation. Well, here is what

Bug#451340: replace operation used to add and remove attributes

2007-11-15 Thread David Lichteblau
Quoting Michael Spang ([EMAIL PROTECTED]): ldapvi uses the replace changetype to add and remove values for attributes. This causes a race condition if the user of ldapvi changes an attribute that was externally modified while his editor was open. The solution is to use 'add' and 'delete'

Bug#451340: replace operation used to add and remove attributes

2007-11-15 Thread David Lichteblau
* I wrote: See #374962 for an example where OpenLDAP appears to be doing schema checks between the add and delete, rather than on the combined operation (in this example combined with an attribute type that ignores whitespace, which ldapvi is not aware of). Okay, after discussion with

Bug#424978: --help output should not go to less automatically

2007-06-03 Thread David Lichteblau
Quoting Gerfried Fuchs ([EMAIL PROTECTED]): Btw., Martin Krafft came up with a short patch that would mean to not have to patch the file: I hate #ifdef. ;-) How about a configuration file option? Paged output would be the default; to disable it create an ldapvirc with something like:

Bug#424978: --help output should not go to less automatically

2007-05-18 Thread David Lichteblau
Quoting martin f krafft ([EMAIL PROTECTED]): ldapvi's --help output spawns $PAGER. Please don't. It makes it difficult to refer to the help output when assembling complex command lines. Only if standard output is a TTY. Otherwise it prints directly to the fd. Try ldapvi --help compared to

Bug#424978: --help output should not go to less automatically

2007-05-18 Thread David Lichteblau
Quoting martin f krafft ([EMAIL PROTECTED]): This is totally backwards. Unix tools (other than man) don't use pagers under any other circumstances than when the user told the shell to connect a pager to stdout. Other than man is pretty broad. That includes git foo --help. Why is git allowed

Bug#421214: ldapvi: startup incredibly slow with TLS/SSL

2007-05-05 Thread David Lichteblau
Hi, Quoting Christoph Scheurer ([EMAIL PROTECTED]): [...] As one can see this ldapvi uses now the same libldap as ldapsearch and the problem goes away! I guess, ldapvi would have to be built with a more recent version of the ldap libraries. thanks for the analysis! Since I am just the

Bug#421214: ldapvi: startup incredibly slow with TLS/SSL

2007-04-27 Thread David Lichteblau
Hi, Quoting Christoph Scheurer ([EMAIL PROTECTED]): For comparison ldapsearch -ZZ -Y GSSAPI '(uid=)' which, as I understand, does exactly the same as ldapvi until the editor is opened, yields a search result immediately and does not use a noticable amount of CPU on the exact same

Bug#394161: ITP: cl-plus-ssl -- A simple Common Lisp interface to OpenSSL

2007-03-14 Thread David Lichteblau
Hi, a tarball for relicensed CL+SSL is now available on common-lisp.net. d. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#393215: SASL bind works only once

2006-10-15 Thread David Lichteblau
Package: libldap2 Version: 2.1.30-13+b1 Binding with SASL works only once, any second attempt fails with: ldap_sasl_interactive_bind_s: Local error (82) additional info:

Bug#391899: SASL does not work with $LDAPNOINIT

2006-10-09 Thread David Lichteblau
Package: libldap2 Version: 2.1.30-13+b1 SASL authentication does not work with libldap 2.1 if $LDAPNOINIT is set. The bug is fixed in upstream libldap 2.2. Patch below. Note that this bug does not affect the OpenLDAP command line tools included with Debian (package ldap-utils), since these are

Bug#374962: ldapvi: Fails removing trailing spaces from attributes

2006-06-22 Thread David Lichteblau
Quoting Javier Barroso ([EMAIL PROTECTED]): Now I try to invoke ldapvi again, and remove this trailing space, ldapvi generate: changetype: modify add: givenName givenName: Javier - delete: givenName givenName: Javier And ldapmodify fails because it can't add before than delete

Bug#367995: ldapvi: Fails to start if EDITOR environment variable not set

2006-06-22 Thread David Lichteblau
Quoting Gerfried Fuchs ([EMAIL PROTECTED]): * Julien Goodwin [EMAIL PROTECTED] [2006-05-19 16:02]: Fails to start if EDITOR environment variable not set, should fall back to system alternative editor Sorry, I don't have EDITOR nor VISUAL set, and it works perfectly. Can you tell me how to