My domain hierarachy will be like one parent(root domain) and under that three child domains will be there.
For Example. My Parent Domain : xyz.com, child1:chennai.xyz.com ,child2:mumbai.xyz.com,child3:bangalore.xyz.com
Now my coding is authentication only parent users and child1 users its not authenticating child2 & child 3 users. Im getting Error Message like this :
"Logon failure: unknown user name or bad password". But I have given correct username and password only.
prasan
Member
7 Points
39 Posts
Very Urgent Active directory using Dot net: Pls solve my problem
Oct 01, 2008 06:04 AM|LINK
Hi
In my application i am authenticating users using ADS. I have developed the code by referring this site http://msdn.microsoft.com/en-us/library/aa302397.aspx#secnetht02_step3.
My domain hierarachy will be like one parent(root domain) and under that three child domains will be there.
For Example. My Parent Domain : xyz.com, child1:chennai.xyz.com ,child2:mumbai.xyz.com,child3:bangalore.xyz.com
Now my coding is authentication only parent users and child1 users its not authenticating child2 & child 3 users. Im getting Error Message like this : "Logon failure: unknown user name or bad password". But I have given correct username and password only.
Please Help me to solve this problem..
Expecting Your Cute replies......
djimprov
Member
2 Points
1 Post
Re: Very Urgent Active directory using Dot net: Pls solve my problem
Sep 21, 2011 04:58 AM|LINK
kushal.dwive...
Member
396 Points
61 Posts
Re: Very Urgent Active directory using Dot net: Pls solve my problem
Sep 26, 2011 11:10 AM|LINK
You need to give the FQDN of the child domain in the LDAP path to authenticate child domain users.
i.e., to authenticate chennai.xyz.com domain user, use the following LDAP path :
LDAP://chennai.xyz.com /dc=chennai,dc=xyz,dc=com