LDAP Tools/Sync Mapping

From Authentication Tools for Joomla! (JAuthTools)

(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
con_position:title
con_position:title
telephone:telephoneNumber
telephone:telephoneNumber
-
misc:pie
+
misc:objectClass[2]
catid:[12]
catid:[12]
published:[1]
published:[1]
Line 17: Line 17:
</pre>
</pre>
-
This is used by the [[LDAP Tools/LDAP Synchronization|advanced synchronisation mambot]].
+
This is used by the [[LDAP Tools/LDAP Synchronization|advanced synchronisation mambot]]. The objectClass link for Misc is added for demonstration purposes.
 +
 
 +
Additional settings to use with the example sync map above for the advanced synchronisation mambot:
 +
* External Table Name: jos_contact_details
 +
* User ID field: user_id
 +
* Primary Key: id
[[Category:LDAP]] [[Category:User Sources]]
[[Category:LDAP]] [[Category:User Sources]]

Revision as of 08:29, 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:objectClass[2]
catid:[12]
published:[1]
email_to:mail

This is used by the advanced synchronisation mambot. The objectClass link for Misc is added for demonstration purposes.

Additional settings to use with the example sync map above for the advanced synchronisation mambot:

  • External Table Name: jos_contact_details
  • User ID field: user_id
  • Primary Key: id
Personal tools