From: <de...@de...> - 2016-12-15 05:12:08
|
Author: HideyoImazu Date: 2016-12-15 05:11:04 +0000 (Thu, 15 Dec 2016) New Revision: 30289 Trac url: http://develop.twiki.org/trac/changeset/30289 Modified: twiki/trunk/LdapNgPlugin/data/TWiki/VarLDAP.txt Log: Item7700: TWiki.VarLDAP minor fix Modified: twiki/trunk/LdapNgPlugin/data/TWiki/VarLDAP.txt =================================================================== --- twiki/trunk/LdapNgPlugin/data/TWiki/VarLDAP.txt 2016-12-14 04:14:48 UTC (rev 30288) +++ twiki/trunk/LdapNgPlugin/data/TWiki/VarLDAP.txt 2016-12-15 05:11:04 UTC (rev 30289) @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="TWikiContributor" date="1356669011" format="1.1" version="$Rev$"}% +%META:TOPICINFO{author="TWikiContributor" date="1481778565" format="1.1" version="$Rev$"}% %META:TOPICPARENT{name="TWikiVariables"}% #VarLDAP ---+++ LDAP{"filter" format="format"} -- LDAP directory query @@ -25,7 +25,7 @@ | =limit="100"= | maximum number of records to return | no limit | | =skip="10"= | number of records in the hit set to skip before displaying them | 0 (nothing is skipped) | | =required="..."= | a comma separated list of LDAP record attributes. If specified, the LDAP query results not having all of the specified attributes are eliminated | nothing is required | - | =hidenull="on"= | wether to hide any output on an empty hit set; possible values: =on=, =off= | =off= | + | =hidenull="on"= | wether to hide any output on an empty hit set; possible values: =on=, =off= | =off= | | =default="..."= | when the LDAP query yields no results, the value of this parameter is returned as the search result instead of null. Naturally, if =hidenull= is on, =default= doesn't have any effect | =""= (null string) | %IF{"{Plugins}{LdapNgPlugin}{AutoClear}" else=" | =clear=\"...\"= | comma separated list of attributes to be removed from the output if they are not resolved | nothing is cleared | |