summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* - fixup Rob's example, and remember that here documents need escapes escapedNalin Dahyabhai2009-04-309-0/+562
|
* - add expected output for Rob's caseNalin Dahyabhai2009-04-301-0/+12
|
* - a test built out of Rob's netgroups from bug #498432Nalin Dahyabhai2009-04-308-0/+552
|
* - add config files from IPA so that we can test using entries thatNalin Dahyabhai2009-04-306-0/+542
| | | | conform to its schema
* - refresh the schema we use that are part of the directory serverNalin Dahyabhai2009-04-303-10/+14
|
* - fix the test for putting schema in the right placeslapi-nis-0.12Nalin Dahyabhai2009-04-301-1/+1
|
* - handle builddir != srcdirNalin Dahyabhai2009-04-303-7/+11
|
* - handle includedir!=parent-of-parent-of-directory-with-yp.xNalin Dahyabhai2009-04-301-1/+1
|
* - finish the "here" document that's being used as LDIF; newer bashNalin Dahyabhai2009-04-302-0/+2
| | | | complains about us doing it wrong
* - update dse.ldif so that it won't make 1.2.0 complainNalin Dahyabhai2009-04-302-2/+2
| | | | | - add a default nsslapd-rundir setting - remove the default nsslapd-ldapiautodnsuffix setting
* - handle cases where our RPC library doesn't support v6 clients so wellNalin Dahyabhai2009-02-121-9/+18
|
* - learn about tirpc, offer a v6 optionNalin Dahyabhai2009-02-112-8/+18
|
* - referred netgroup members are working nowNalin Dahyabhai2008-12-034-0/+4
|
* - test detection of changes to attributes munged by other pluginsNalin Dahyabhai2008-12-039-0/+526
|
* - fix the userRoot, so that the group entries show up at allNalin Dahyabhai2008-12-033-3/+39
|
* - check update catching for deref and referredNalin Dahyabhai2008-12-039-0/+302
|
* - oh, duh. don't assume the schema module is built where i happen toNalin Dahyabhai2008-11-071-1/+1
| | | | have it on that one box
* - clear some memory before using itNalin Dahyabhai2008-11-041-0/+2
|
* - drop the default limit on the number of descriptors, to avoid errorNalin Dahyabhai2008-11-041-1/+1
| | | | | messages in cases where a debugging tool has reserved some, so the limit is more than the current limit
* - add a description for that testNalin Dahyabhai2008-11-041-0/+1
|
* - add a "link" functionNalin Dahyabhai2008-11-048-0/+326
|
* - remove unnecessary searches with scope=base and scope=oneNalin Dahyabhai2008-11-046-80/+103
| | | | - add a check to be sure we catch users or hosts being added to member groups
* - stop deref_r() and referred_r() stop returning empty strings when theyNalin Dahyabhai2008-11-045-0/+364
| | | | | find nothing -- that was throwing things off - add a combined check for collect, ifeq, and deref_r
* - add a %collect function, for concatenating lists of values into singleNalin Dahyabhai2008-11-035-0/+74
| | | | lists, but without flattening them as %merge does
* - also don't forget to ensure that single values don't breakNalin Dahyabhai2008-11-032-2/+0
|
* - exercise %ifeq returning listsNalin Dahyabhai2008-11-033-1/+5
|
* - change %ifelse to %ifeq, because we won't have to worry about how toNalin Dahyabhai2008-11-033-5/+5
| | | | | compare the evaluated expression if we need to compare it using a single attribute name
* - test the %ifelse functionNalin Dahyabhai2008-10-245-0/+72
|
* - replace one nested group test with anotherNalin Dahyabhai2008-10-2413-14/+16
|
* - add a straight-up test for nested group resolutionNalin Dahyabhai2008-10-249-0/+114
|
* - move config.h into src/Nalin Dahyabhai2008-10-242-2/+2
|
* - rename formatting functions:Nalin Dahyabhai2008-10-2410-1/+115
| | | | | | derefx -> deref_r referredx -> referred_r - add a simple test for referred_r
* - search for predecessors using the right attribute/basesNalin Dahyabhai2008-09-099-0/+74
| | | | | - handle nesting when searching for backreferences - actually update backreferences when we chase them the new way
* - correct a typoNalin Dahyabhai2008-09-081-1/+1
|
* - make %first sort the values it's given and return the first in sort order,Nalin Dahyabhai2008-07-311-2/+2
| | | | not returned-by-the-directory order, which isn't really guaranteed
* - add some tests to make sure we re-use values when there are more keys thanNalin Dahyabhai2008-07-315-0/+67
| | | | values
* - add a check to ensure that we don't go nuts when we have more values than keysNalin Dahyabhai2008-07-314-0/+36
|
* - just the first line -- allow a longer description in the fileNalin Dahyabhai2008-07-311-1/+1
|
* - add a test to ensure that the way grouping works doesn't change out fromNalin Dahyabhai2008-07-315-0/+73
| | | | under us
* - add a test for multi-key/multi-value formatting, exercising the services mapNalin Dahyabhai2008-07-305-0/+91
|
* - create a container for service entriesNalin Dahyabhai2008-07-301-0/+4
|
* - we normalize group and set DNs now, so expect to see them that way in searchNalin Dahyabhai2008-07-1524-53/+53
| | | | results
* - normalize RDNs and DNs used to name sets and groupsNalin Dahyabhai2008-07-111-9/+9
|
* - make sure the right thing happens when we search with various scopes fromNalin Dahyabhai2008-07-114-0/+186
| | | | both within and outside of our synthetic space
* - fix that, i thinkNalin Dahyabhai2008-07-111-1/+1
|
* - optionally take a file name as the lone argumentNalin Dahyabhai2008-07-111-2/+4
|
* - verify that even with more than just the attribute in the format specifier,Nalin Dahyabhai2008-07-118-0/+55
| | | | | we still get the number of answers right (particularly 1 vs. 0 when there's no value for the referenced attribute)
* - when a previously-not-present attribute is reference, have all of its valuesNalin Dahyabhai2008-07-118-0/+55
| | | | show up when it gets values for them
* - check that when we reference a non-existent attribute, it doesn't show upNalin Dahyabhai2008-07-1113-2/+176
| | | | - check that when we add a previously-not-present attribute, it shows up
* - check that modrdn-keep-old-rdn makes entries disappear because we don't ↵Nalin Dahyabhai2008-07-1114-0/+65
| | | | | | like that - check that we're okay with modrdn-replace-rdn