LDAP Tools/Sync Mapping

From Authentication Tools for Joomla! (JAuthTools)

< LDAP Tools
Revision as of 06:05, 7 May 2008 by Pasamio (Talk | contribs)
Jump to: navigation, search

The synchronisation map is a new line seperated map of information with the field name in the table, a pipe character and then either an LDAP field name with optional index enclosed in square brackets or a fixed value (for example for category ID) enclosed in square brackets.

tablefield|ldapfield
tablefield|ldapfield[index]
tablefield|[fixedvalue]

An example for jos_contact_details:

name:fullName
con_position:title
telephone:telephoneNumber
misc:pie
catid:[12]
published:[1]
email_to:mail

This is used by the advanced synchronisation mambot.

Personal tools