LDAP Tools/Sync Mapping

From Authentication Tools for Joomla! (JAuthTools)

(Difference between revisions)
Jump to: navigation, search
(New page: 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 squ...)
Line 17: Line 17:
</pre>
</pre>
-
 
+
This is used by the [[LDAP Tools/LDAP Synchronization|advanced synchronisation mambot]].
-
{{J15UserSources}}
+
[[Category:LDAP]] [[Category:User Sources]]
[[Category:LDAP]] [[Category:User Sources]]

Revision as of 06:05, 7 May 2008

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