LDAP user password is keep on expiring - ldap

LDAP user password is keep on expiring.
I tried to Reset the password and even disabled/enabled it still facing the same issue.
Please suggest.

Related

Invalid user or password or the account is blocked due to multiple failed login attempts

Error Message:- Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time.
I have installed Openproject in Ubuntu environment.
Today morning i updated the Openproject.
When i tried to login using my user name and password I got the above error message
The database is Postgresql.
I could able to login to db.
what is the solution to resolve this issue and i am want to unblock the account.
All the accounts, including admin account could not able to login.
Create a new username and password with admin rights in postgresql DB.
Grant admin rights to the user.
Login to the website using the new username and password.
GO to adminstration - Authentication -
check
AUTOMATED USER BLOCKING
Block user after this number of failed login attempts
--Give the input Zero - 0
It will allow the user to login any number of times if they fail.
thanks

Export pasword ldap (openldap) on liferay not working

I have configured liferay to authenticated to OpenLdap. Cas, import and export is activated.
User create from OpenLdap can authenticate to portal, also is imported into Liferay. It seems importing process is ok.
When user try to modify an attribute other than password the data is modified on OpenLdap.
The problem is when user try to modify their password. Liferay ask for current pass and the new one. It get a error saying credentials an incorrect.
If i try to modify the password of the user with a administrator user, Liferay only ask for the new password. After that, the user with de password changed by de admin user can log in with the new password. So, it seems password is modified correctly on OpenLdap. If user, try to modify again the password, Liferay say that everything was ok, but the user cannot autenticate with the new passord, only with old password.
After that if I try to change de password again with admin user, Liferay say that everthing was ok but the user now cannot authenticate with new password.
I'm using Liferay 6.2 ce.
I have modified :
ldap.auth.method=password-compare
ldap.auth.password.encryption.algorithm=SHA
ldap.auth.method=bind
on portal-setup-wizard.propertiesenter code here
Any Idea?
Thanks very much in advance.
with several values without success.
Compare is not a best practice for LDAP in general.
"Bind is preferred by most vendors so that you don't have to worry about encryption strategies."
Also there appears to be a bug in LifeRay that may affect your version.

Collabnet Subversion Authentication with Active Directory block some user..!

Now, I am trying to use Collabnet Subversion Edge authentication with Active Directory. At that, I found a problem.
Some user in AD can enter into Collabnet and some are not. Actually, all user in my AD server are created by script. So, all configuration except username and password are equal. But some cannot enter into Collabnet. So, I check the collabnet log. It shows "Password Mismatch" error for all invalid user. But we type the right password.
And then we test by changing account password. No changes. Then, I created a new account and log-in into Collabnet. It is OK. I don't know what should do.
Summary, In my authentication with AD, Newly Created user can log-in into Collabnet, Old User who success first time can also log-in and some user are always "Password Mismatch" even I type right password. I tried every possible way what I think, but It is not work.
Anyone faced like this one? Someone Help me. Thanks.

Liferay login with internal users and ldap users

i want to customize login in Liferay 6.2. I've internal liferay users and ldap users. All users have a record in liferay user_ table. The differences are: internal users must change password at first login and see password reminder question.
Ldap users make only login with their password.
Acutally Liferay ask to ldap users to change their password and set password reminder question. These users change password but at next login, login is possible by old ldap password (correct). Liferay must not write in ldap.
How can i remove password change and password reminder question for ldap user?
There's a password policy that you can set per organization. If you introduce a new organization for each of the groups (or just one might suffice as well) you can have individual password policies per organization.
In Password policies you can configure quite a lot of stuff, e.g. should passwords be changed on first login etc. You can also select the "LDAP Password Policy" in the LDAP configuration screen. I'm rarely working with password policies, thus it's hard to give detailed directions - let me know if this is sufficient or if you need more detailed pointers

OPenLDAP account lockout

I have openldap server and lot of applications are getting authentication setup via LDAP. I am using an Auth user for the apps which is getting locked again and again because of that I have to reset the password of Auth user to make my application start authentication again.
I have implemented ppolicy and made and exception for my Auth user. Which seems working for sometime but account locking started again. I have account lockout policy for 5 wrong password attempts which is working fine with exception to Auth user when I try manually entering wrong password more than 5 times.. So I am suspecting there must be some other system policy for account lockup may be for 250+ wrong attempts or so...
I am just looking for an option to make Auth user unlimited wrong password tries. Is it possible? Is yes how?