|
<ldap>
<ldapelse>
<ldapfor>
<ldapoutput>
|
<ldap/>
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 ormodify.
Attributes
- host
host=hostname
-
Host name of server on which directory server will connect to. If
omitted the default host name will be used.
- name
name=username
-
User name for connection to the directory server. If omitted the
default user name will be used.
- password
password=password
-
User password for connection to the directory server. If omitted the
default will be used.
- dn
dn=distinguished name
-
Distinguished name of object. Required.
- op
op=add,delete,modify,replace
-
The actual LDAP operation. Required.
Note that op='modify' will change only the attributes
given by the attr attribute.
- attr
attr=attribute_name1:[(attribute_value1[,... ])][,attribute_name2,...]
-
The actual values of attributes.
for example:
(sn:'Zappa'),(mail:'hello@nowhere.org','athell@pandemonium.com')
- quiet
-
In case of the operation fails, no error messages will show on the page. Error description can be returned by <ldapelse>.
- parser
-
If specified, the query will be parsed by the RXML parser. This is useful if the operation is to be built dynamically.
|
|