- 03 Jan, 2006 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Apr, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 31 Mar, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 20 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Dec, 2002 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 24 Aug, 2002 1 commit
-
-
Kurt Zeilenga authored
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ Adapted by Kurt Zeilenga for inclusion in OpenLDAP. My comments are marked with enclosed with square brackets (e.g. [Kurt's comment] below. ================ If I run ldapmodify & co from a script, I don't want to use '-W password' because the password shows up in the output of 'ps' for everyone, and I can't pipe the password to 'ldapmodify -w' because -w uses getpassphrase() which reads from the tty instead of stdin. So I added '-y file' which reads the password from file. The programs exit if the file cannot be read. [Complete contents of file is used as password. Use: echo -n "secret" > password to create a file with "secret" as the password. The -n avoids adding a newline (which would invalidate the password). Note that echo is a builtin and hence its arguments are not visible to 'ps'.] I changed ldapmodify, ldapmodrdn, ldapdelete, ldapsearch, ldapcompare. I did not bother to change ldappasswd and ldapwhoami, because they prompt for many passwords. [I fixed up ldapwhoami.] Rerun autoconf after applying this patch. [Done.] Note: I do not know if Windows NT has fstat(), so I set HAVE_FSTAT to undef in portable.nt. (fstat() is used to warn if the file is publicly readable or writeable.) [I used fstat() to set the buffer size to read.] [Note: using the contents of a file extends the tools to support passwords which could not normally be provided using getpassphrase() or via the command line.] Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, Aug 2002. [Kurt D. Zeilenga <kurt@openldap.org>, Aug 2002.]
-
- 15 Jun, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Jun, 2002 1 commit
-
-
Kurt Zeilenga authored
Version: head OS: SuSE Linux 7.3 URL: ftp://ftp.openldap.org/incoming/norbert.klasen.rejects.20020605.patch Submission from: (NULL) (62.104.216.66) This patch adds an '-S' option to ldapmodify. If a filename is specified with this option, records which could not successfully be added/modified/deleted from the LDAP server will be written to the specified file. Most useful in conjunction with '-c' option.
-
- 02 Jun, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 27 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 20 Jan, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Aug, 2000 1 commit
-
-
Kurt Zeilenga authored
Clarify use of other flags
-
- 29 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 19 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 16 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 15 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
using best available mechanism. (authzid prompting to be disabled) To use simple bind, -x is required (implied if -P 2) with -D/-[Ww] To use simple "anonymous" bind, just -x will do.
-
- 13 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
Replace 'negotiated' with 'interactive' bind Add hooks for SASL/EXTERNAL Disable SASL security layers Rework SASL command line and config file parameters
-
- 25 Jun, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
references, extended results, and extended partial results. LDIF extended to support these new features and reported version 2. -L now limits output to LDIFv1 for compatibility reasons. No -L is now LDIFv2. Old alternative form is no longer supported. Use LDAP_TMPDIR (in ldap_config.h) instead of hardcoded /tmp Use LDAP_FILE_URI_PREFIX (in ldap_config.h) instead of hardcoded file://tmp/
-
- 03 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Apr, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 12 Apr, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 11 Jan, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 10 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
-