IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
    <ldap>ldap<ldap>ldap
    <ldapoutput>ldapoutput<ldapoutput>ldapoutput
    <ldapfor>ldapfor<ldapfor>ldapfor
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<ldapfor> </> LDAP module

 

Repeats the content for a multiple attribute values.

The <ldapfor> tag only works within the <ldapoutput> container tag!.

By default anything within #'s will be interpreted as a variable. Thus #attribute_name# will be replaced by the attribute value. ## will be replaced by a #. See formoutput page for more information about quoting.

attr=attribute name
The attribute name. Required.

index=initial value
The initial value for index. If omitted the index=1 will be used.

step=increment
The increment for index. If omitted the step=1 will be used.

max=value
The restriction for returned values. If omitted all values will be returned.

 

Attributes

attr=attribute name
The attribute name. Required.

index=initial value
The initial value for index. If omitted the index=1 will be used.

step=increment
The increment for index. If omitted the step=1 will be used.

max=value
The restriction for returned values. If omitted all values will be returned.


  
Name Phone
#givenname# #sn# #telephonenumber:1# , #telephonenumber#
"=> >

Name Phone
#givenname# #sn# #telephonenumber:1# , #telephonenumber#

 

Example



  
Name Phone
#givenname# #sn# #telephonenumber:1# , #telephonenumber#
"=> >

Name Phone
#givenname# #sn# #telephonenumber:1# , #telephonenumber#