Introduction
  Installing
  Handling
  Virtual servers
  Modules
  Filesystems
  RXML tags
  Graphics
  Proxy
  Miscellaneous modules
  Security considerations
  Scripting
  Databases
  LDAP
    LDAP module
    LDAP user database
  FrontPage
  Upgrading
  Third party extensions
  Portability
  Reporting bugs
  Appendix
 
LDAP module

The LDAP Module provides the RXML programmer with four tags for doing LDAP operations; <ldap>, <ldapoutput>, <ldapfor> and <ldapelse>. The <ldap> is used to connect to an LDAP server and do an LDAP operation like add, delete, modify or replace. The <ldapoutput> is used to connect to an LDAP server and do an LDAP search operation. The <ldapfor> and the <ldapelse> tag can only be used within <ldapoutput> where the <ldapelse> tag is used to return error strings if an LDAP operation fails.

Defaults...
This page allows to define default values for connection attributes, thus such attributes do not have to be specified in the RXML tags on the pages. However, this only works if one directory is used. Connecting to more directories requires explicitely defined connection attributes.
LDAP server location
Default in case there is no host attribute.

password
Default in case there is no password attribute.

username
Default in case there is no user attribute.

LDAP search base DN
Default in case there is no basedn attribute.