Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

In my ASP.Net project we use LDAP for authentication purposes. I want to enforce following security policies.

  1. Mandatory password change at the time of first login
     
  2. Mandatory password change after specific time

My question is, is there any way I can delegate this policy enforcement on LDAP side, so when user tries to log in for the first time if LDAP throws some error code which signifies that this login is used for the first time, similarly if user has not changed the password since say for one month, at the time of login if LDAP can throw some other kind of error code to indicate this policy.

So basically, can LDAP enforce these policies and send the error code accordingly? Or this information has to me maintained in the application logic only using the database?

 

Thanks in Advance,

Anup

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...