Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Not Validate User Name & Password

(0) ShareShare
ReportReport
Posted on by

I have a function in codeunit as

ValidateCredentials(Domain : Text;Username : Text;Password : Text) : Boolean

UserAccount := UserAccount.PrincipalContext(ContextType.Domain,Domain);
IF UserAccount.ValidateCredentials(Username,Password) THEN BEGIN

User Name and passwords were being authenticated before two days but till now i am not able to login without comment  as


ValidateCredentials(Domain : Text;Username : Text;Password : Text) : Boolean
//UserAccount := UserAccount.PrincipalContext(ContextType.Domain,Domain);
//IF UserAccount.ValidateCredentials(Username,Password) THEN BEGIN

please help me to resolve it.

*This post is locked for comments

  • Suggested answer
    keoma Profile Picture
    32,727 on at
    RE: Not Validate User Name & Password

    for usage of .net class PrincipalContext follow

    msdn.microsoft.com/.../bb299773.aspx

    msdn.microsoft.com/.../bb341016.aspx

    you should use constructor PrincipalContext(ContextType.Domain, domainname, userName, password) instead, where username/password is a AD service account/user, which has the right to browse the AD.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Microsoft Dynamics NAV (Archived)

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2

#1
mmv Profile Picture

mmv 2

#1
Amol Salvi Profile Picture

Amol Salvi 2

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans