- Jun 27, 2021
-
-
ldappasswd is slightly different from a standard passwd workflow in that it requests an old password, then a new password, then the old password again. This confuses people who are used to the unix passwd tool as well as people who use password manager. I've seen quite a few people who have generated a new password, overwriting the old one, and then need a password reset because they still need to bind to modify their password. This patch adds an option to bind at the beginning of the process so that you can pass '-E' to ldappasswd and it will bind early in the process so that the process is the same as the standard passwd. All it does is run the bind towards the beginning of the process instead of the end. The attached patch file is derived from OpenLDAP Software. All of the modifications to OpenLDAP Software represented in the following patch(es) were developed by Randall Mason randall@mason.ch. I have not assigned rights and/or interest in this work to any party. I, Randall Mason, hereby place the following modifications to OpenLDAP Software (and only these modifications) into the public domain. Hence, these modifications may be freely used and/or redistributed for any purpose with or without attribution and/or other notice.
-
- Mar 26, 2021
-
-
Howard Chu authored
-
- Mar 15, 2021
-
-
- Mar 01, 2021
-
-
Ondřej Kuzník authored
-
- Feb 17, 2021
-
-
Quanah Gibson-Mount authored
Fix a number of different typos across the code base
-
- Jan 28, 2021
-
-
Quanah Gibson-Mount authored
-
- Jan 11, 2021
-
-
Quanah Gibson-Mount authored
-
- Dec 04, 2020
-
-
Ding Fei authored
`rc` collects exit status all the way down but is not used at all? If `code` comparison at exit is intended then there exists some path that leaves it in garbage value, say when `ldap_whoami` or `ldap_cancel` fails.
-
- Nov 12, 2020
-
-
Quanah Gibson-Mount authored
-
- Oct 01, 2020
-
-
Quanah Gibson-Mount authored
-
- Sep 04, 2020
-
-
The option string, e.g. '<oid>=:dn:' is parsed like a LDIF entry starting from the '=' and replacing the '=' with a dummy variable 'x'. In this case, said string is 'x:dn:', so the resulting effective value is 'dn:'. This also implies that base64 values have to be passed in the form '<oid>=::<b64value>'.
-
Howard Chu authored
-
- Aug 25, 2020
-
-
Probably-Signed-off-by:
Dave Bender <bender@benegon.com> [yann.morin.1998@free.fr: patch was made by Dave, but he forgot his SoB line, so I added it] Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> [Retrieved from: https://git.buildroot.net/buildroot/tree/package/openldap/0001-fix_cross_strip.patch ] Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- Aug 04, 2020
-
-
- Jul 07, 2020
-
-
Ondřej Kuzník authored
-
- May 20, 2020
-
-
Howard Chu authored
-
- Apr 15, 2020
-
-
Quanah Gibson-Mount authored
-
- Mar 26, 2020
-
-
The spec says that upon StartTLS 'success', both TLS communications is established on the octet following the Start TLS response (and the request)... and that once one starts TLS communications, one can never go back to LDAP without TLS. So if there's a TLS failure (whether as part of TLS nego or later), LDAP communications cannot be continued (without TLS). Only ignoring LDAP errors (rc > 0) ensures that if TLS negotiation fails, we don't attempt to send LDAP operations without TLS.
-
- Jan 28, 2020
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- Jan 09, 2020
-
-
Quanah Gibson-Mount authored
-
- Jan 03, 2020
-
-
Ondřej Kuzník authored
-
- Feb 25, 2019
-
-
Howard Chu authored
-
- Feb 19, 2019
-
-
Ondřej Kuzník authored
-
- Jan 14, 2019
-
-
Quanah Gibson-Mount authored
-
- Jan 02, 2019
-
-
Quanah Gibson-Mount authored
Fixes windows build with new MS AD sync Add CLIENT_LIBS for libraries required to build the clients.
-
- Dec 18, 2018
-
-
No functional impact
-
- Dec 13, 2018
-
-
Howard Chu authored
-
- Dec 03, 2018
-
-
Howard Chu authored
-
- Nov 18, 2018
-
-
Howard Chu authored
-
- Oct 30, 2018
-
-
Ondřej Kuzník authored
-
- Oct 19, 2018
-
-
Ondřej Kuzník authored
-
- Jun 14, 2018
-
-
Ondřej Kuzník authored
-
- Mar 22, 2018
-
-
Quanah Gibson-Mount authored
-
- Oct 11, 2017
-
-
* javascript * kernel * ldap * length * macros * maintained * manager * matching * maximum * mechanism * memory * method * mimic * minimum * modifiable * modifiers * modifying * multiple * necessary * normalized * objectclass * occurrence * occurring * offered * operation * original * overridden * parameter * permanent * preemptively * printable * protocol * provider * really * redistribution * referenced * refresh * regardless * registered * request * reserved * resource * response * sanity * separated * setconcurrency * should * specially * specifies * structure * structures * subordinates * substitution * succeed * successful * successfully * sudoers * sufficient * superiors * supported * synchronization * terminated * they're * through * traffic * transparent * unsigned * unsupported * version * absence * achieves * adamson * additional * address * against * appropriate * architecture * associated * async * attribute * authentication * authorized * auxiliary * available * begin * beginning * buffered * canonical * certificate * charray * check * class * compatibility * compilation * component * configurable * configuration * configure * conjunction * constraints * constructor * contained * containing * continued * control * convenience * correspond * credentials * cyrillic * database * definitions * deloldrdn * dereferencing * destroy * distinguish * documentation * emmanuel * enabled * entry * enumerated * everything * exhaustive * existence * existing * explicitly * extract * fallthru * fashion * february * finally * function * generically * groupname * happened * implementation * including * initialization * initializes * insensitive * instantiated * instantiation * integral * internal * iterate
-
- Jan 03, 2017
-
-
Quanah Gibson-Mount authored
-
- Jan 29, 2016
-
-
Quanah Gibson-Mount authored
-
- Apr 29, 2015
-
-
The LDIF output wasn't being explicitly flushed. In certain scenarios, such as piping the output of a persistent ldapsearch to node.js v0.12 on Mac OS X 10.10.3, the output is unavailable to the process consuming the search results until the stdio buffer fills (8192 bytes for example). This can leave the tail end of persistent search results in the buffer for a long time (until enough output has accumulated). Explicitly call flush so that the output is immediately available.
-