| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
operands).
ok deraadt@
|
| |
|
|
| |
introduced a bug that reversed the check. Found by MERIGHI Marcus.
|
| |
|
|
| |
work for SASL and BSDAUTH binds as it does for simple binds.
|
| |
|
|
|
|
|
|
| |
SASL. This works by prefixing the userPassword attribute with {BSDAUTH},
followed by the (bsd) username. For example:
userPassword: {BSDAUTH}username
Idea by william@. Tested by william@.
|
| |
|
|
| |
with eric@ at c2k10
|
| |
|
|
| |
namespaces. Useful for dump/restore of all namespaces.
|
| |
|
|
|
|
| |
either in the global context or in a namespace. The latter can be used to
delegate requests to different servers for specific parts of the DIT. The
former is a global catch-all referral.
|
| |
|
|
|
| |
functions only return success or failure (-1 or NULL). Update callers to
check errno.
|
| |
|
|
|
|
|
|
|
| |
already does. Trigger a reopen imsg request if either the data or index
databases are compacted. Queue the failed request and try again when the
file is reopened.
Compaction can now be done by a separate process, and ldapd will pick up
the change and reopen the file.
|
|
|
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@
|