Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention indexing when describing filter options | Nalin Dahyabhai | 2015-11-03 | 1 | -1/+3 |
| | | | | | When describing the NIS and compat filtering options, remind the reader that indexing the involved attributes helps. | ||||
* | Add ignore-subtree and restrict-subtree settings | Nalin Dahyabhai | 2013-09-19 | 1 | -10/+19 |
| | | | | | | | | | | | | | | Add {nis,schema-compat}-ignore-subtree (subtrees under which we ignore contents and updates )and {nis,schema-compat}-restrict-subtree (subtrees out of which we ignore contents and updates, if set) settings, and default the former to "cn=tasks,cn=config". This should avoid cases where we're looking through the ldbm backend for entries which have a dangling reference to a newly-added task (which, because it's in the DSE, means we acquire an ldbm lock after acquiring our internal lock) while also updating a compat entry after its source entry is modified (for example, by the memberOf plugin, which results in us attempting to acquire our lock while the ldbm lock is already held). | ||||
* | - add a note about known map types | Nalin Dahyabhai | 2009-06-17 | 1 | -0/+4 |
| | |||||
* | - note that the "filter" we expect in configuration is an LDAP search | Nalin Dahyabhai | 2009-06-17 | 1 | -5/+11 |
| | | | | | filter, and refer to format-specifiers.txt when describing settings which are given as format specifiers (Dmitri Pal) | ||||
* | - fix the example | Nalin Dahyabhai | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | - more updates | Nalin Dahyabhai | 2008-07-31 | 1 | -19/+20 |
| | |||||
* | - add a brief note about using nis-values-format | Nalin Dahyabhai | 2008-07-30 | 1 | -5/+11 |
| | |||||
* | - do some renaming | Nalin Dahyabhai | 2008-07-01 | 1 | -0/+120 |