Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:ldap_optional_attributes [2020/10/01 08:33] – [Optional Attributes] alz72:ldap_optional_attributes [2022/04/11 08:51] cgl
Line 74: Line 74:
 The ondemandFilter must contain the placeholder character “%” that will be replaced by the username when queries on the LDAP repository are made. 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)”''+Example: ''ondemandFilter=“(&(sAMAccountName=%)(objectClass=user))''''”''
 === The matchUsersMode Attribute === === The matchUsersMode Attribute ===
  
Line 99: Line 99:
 The defaultLicenseType attribute specifies which license type shall be granted to a newly created LDAP user. Possible values for that attribute are: The defaultLicenseType attribute specifies which license type shall be granted to a newly created LDAP user. Possible values for that attribute are:
  
-  * Stages Process Modeler \\ +  * Stages Process Modeler (floating)**QM** 
-    floating: QM \\ +  * Stages Process Modeler (named)**PersonalQM** 
-    named: PersonalQM +  * Stages Project Manager (floating:**FloatingPM** 
-  * Stages Project Manager (floating:) FloatingPM +  * Stages Project Manager (named): **PM** 
-  * Stages Project Manager (named): PM +  * Stages Process Participant (floating): **FloatingDev** 
-  * Stages Process Participant (floating): FloatingDev +  * Stages Process Participant (named): **Dev** 
-  * Stages Process Participant (named): Dev +  * Stages Process Contributor (floating): **FloatingADev** 
-  * Stages Process Contributor (floating): FloatingADev +  * Stages Process Contributor (named): **ADev** 
-  * Stages Process Contributor (named): ADev +  * Stages Process Viewer (floating only): **AuthPsReader** 
-  * Stages Process Viewer (floating only): AuthPsReader +  * None: **none**
-  * None: none+
  
-The specified license type is only assigned if the corresponding license limit for that type is not reached. If the defaultLicenseType attribute is not specified then the value of the configuration property license.types.initialType is used for that purpose.+The specified license type is only assigned if the corresponding license limit (named licenses only) for that type is not reached. If the defaultLicenseType attribute is not specified then the value of the configuration property license.types.initialType is used for that purpose. The default value of this property is "Dev".
  
 \\ \\