LDAP Tools/Sync Mapping

From Authentication Tools for Joomla! (JAuthTools)

< LDAP Tools
Revision as of 05:58, 7 May 2008 by Pasamio (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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


Note: For Joomla! 1.5 this is supported via the User Sources system.

Personal tools