Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
72:ldap_ondemand [2018/07/16 13:52] – created bkkr72:ldap_ondemand [2020/01/17 10:36] – [The ondemandFilter Attribute] evt
Line 1: Line 1:
 [[:72:ldap_config_directories|]] [[:72:ldap_config_directories|]]
  
-====== The ondemandFilter Attribute  ======+====== The ondemandFilter Attribute ====== 
 + 
 +This attribute is required for user auto-creation and/or on-demand synchronization mode. It allows the Stages system to query the LDAP server for specific users by their Stages login name. The attribute value a query filter like the searchFilter attribute, except that it is meant for unique queries. 
 + 
 +The ondemandFilter must contain the placeholder character “%” that will be replaced by the username when queries on the LDAP repository are made. 
 + 
 +Example: ''ondemandFilter=“(sAMAccountName=%,cn=Users,dc=methodpark,dc=com)”''