docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer ManualDatabase Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<ldap>
<sqlquery>
<sqltable>

<ldap/>

Provided by module: Tags: LDAP tags

Executes a LDAP operation, but doesn't do anything with the result.The <ldap> tag is mostly used for LDAP operation that change the contents of the directory, for example add or modify.


Attributes

server="LDAP URL" (Server URL)

Connection LDAP URL. If omitted the Default server URL will be used.


password="password"

User password for connection to the directory server. If omitted the default will be used.


dn="distinguished name"

Distinguished name of object.


op="add,delete,modify,replace"

The actual LDAP operation.

Note that op='modify' will change only the attributes given by the attr attribute.


attr="attribute_name1:[(attribute_value1[,... ])][,attribute_name2,...]"

The actual values of attributes, for example:


(sn:'Zappa'),(mail:'hello@nowhere.org','athell@pandemonium.com')

parser

If specified, the content of attr will be parsed by the RXML parser. This is useful if the operation is to be built dynamically.