-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0 EE (6.0.10)
-
Fix Version/s: 6.0 EE SP1 (6.0.11)
-
Component/s: Application Security
-
Labels:None
A new property has been added to portal.property which allows administrators to control if passwords from LDAP should be imported into Liferay's database.
#
- Set this to false when the LDAP user's password should not be imported.
#
ldap.import.user.password.enabled=true
#
- Set this to true to autogenerate the password for imported user from LDAP
- This property is only in use if the property
- "ldap.import.user.password.enabled" is set to false.
#
ldap.import.user.password.autogenerated=false
#
- Set either screenName or plain text as the default password for the
- imported LDAP user. Setting the value to screenName will use the user's
- screen name as the password for the imported LPDA user. Setting the value
- to any other plain text value will use that value as the password for the
- imported LPDA user. This property is only in use if the properties
- "ldap.import.user.password.enabled" and
- "ldap.import.user.password.autogenerated" are both set to false.
#
ldap.import.user.password.default=test
#ldap.import.user.password.default=screenName
- is related to
-
LPS-13933 Liferay should not import user's password from LDAP
- Closed