No announcements
Found 2577311 threads
-
0 Votes
Unable to SetPassword from usr.Invoke under DirectoryEntry in
Without SSL, there is an additional burden to getting SetPassword to work in a machine from another domain.Unanswered | 9 Replies | 260 Views | Created by Anonymous - Friday, November 25, 2005 11:59 PM | Last reply by Anonymous - Wednesday, July 21, 2010 9:32 AM -
0 Votes
DirectoryEntry Set Password to Never Expire
Error was coming from a different line of code than I thought.Answered | 3 Replies | 473 Views | Created by Mr Cheese - Sunday, April 26, 2020 9:14 AM | Last reply by Timon Yang - Tuesday, April 28, 2020 6:17 AM -
0 Votes
DirectoryEntry SetPassword
User293168270 posted I fixed it, you need to commitchanges first before setting the password DirectoryEntry ent = ...Unanswered | 2 Replies | 261 Views | Created by Anonymous - Wednesday, August 8, 2007 8:47 AM | Last reply by Anonymous - Wednesday, September 26, 2007 11:42 AM -
2 Votes
When invoking the "SetPassword" to the AD User
We are forced to use SetPassword, but the password policy should still apply (including history and age).Answered | 9 Replies | 5046 Views | Created by Raul To Make It Happen - Thursday, January 24, 2013 10:54 AM | Last reply by TJ LEGACY scs - Wednesday, December 10, 2014 6:59 PM -
0 Votes
directoryentry
GetInfo Loads the property values of this object from the underlying directory store.Answered | 13 Replies | 7656 Views | Created by soheila - Saturday, August 19, 2006 8:46 AM | Last reply by ColourInteligent - Friday, September 25, 2009 11:56 AM -
1 Votes
Unable find maxPwdAge/MaxPasswordAge property in property collection returned by DirectoryEntry object
Hi, If password age is derived it is available with attribute maxPwdAge. pseudo code how to get, const int ADS_UF_DONT_EXPIRE_PASSWD = ...Answered | 3 Replies | 7816 Views | Created by Kaushik Patel - Wednesday, April 4, 2012 6:47 PM | Last reply by Mike Feng - Monday, April 9, 2012 6:35 AM -
0 Votes
DirectoryEntry and SetPassword for Localhost
I don't recall seeing this requirement in the KB documents from Microsoft.Unanswered | 10 Replies | 296 Views | Created by Anonymous - Friday, April 15, 2005 2:23 PM | Last reply by Anonymous - Friday, April 22, 2005 11:33 AM -
1 Votes
IIS website size using DirectoryEntry
= null) { identifier = "1"; ...Answered | 8 Replies | 7595 Views | Created by Mujinja - Monday, May 4, 2009 12:51 PM | Last reply by Harry Zhu - Sunday, May 10, 2009 3:51 AM -
0 Votes
DirectoryEntry.Invoke("setPassword", new object[] {"pass@123!"})
Try this http://stackoverflow.com/questions/2615726/directoryentry-to-change-password-different-behavior-between-vista-server2008/2616259#2616259Answered | 7 Replies | 6925 Views | Created by mayank.karki - Saturday, September 22, 2012 10:39 AM | Last reply by mayank.karki - Tuesday, October 16, 2012 6:05 AM -
4 Votes
DirectoryEntry cant change property value
Hi Yleshch, Please check, probably you are CommitingChanges changes before calling SetPassword.Answered | 5 Replies | 2396 Views | Created by yleshch - Friday, March 30, 2012 8:21 AM | Last reply by CrazyGhost_Von - Wednesday, April 4, 2012 5:43 AM -
0 Votes
Connect to ActiveDirectory using DirectoryEntry
Hi, I want to connect with an AD server; This is how I try: // ldap=OU=Employees,DC=xxxxxx,DC=yyyyyyy,DC=kkk // ...Answered | 1 Replies | 9307 Views | Created by DVox - Thursday, February 25, 2010 11:36 AM | Last reply by Siddharth Chavan - Thursday, February 25, 2010 4:27 PM -
0 Votes
DirectoryEntry Invoke SetPassword fails even Impersonating
User1141774909 posted Hi all, I'm trying to manage an LDAP from another domain, from a web application.Answered | 1 Replies | 37 Views | Created by Anonymous - Wednesday, April 11, 2012 2:19 PM | Last reply by Anonymous - Saturday, April 14, 2012 6:31 AM -
4 Votes
directoryEntry Properties list
using (var context = new PrincipalContext(ContextType.Domain, "your domain name")) { using (var searcher = new ...Answered | 7 Replies | 82527 Views | Created by ashk1860 - Wednesday, April 11, 2007 10:45 AM | Last reply by thealexdresko - Monday, July 1, 2013 6:30 PM -
1 Votes
DirectoryEntry.Invoke("SetPassword", new object[] {"Password"}) - InnerException "An invalid dn syntax has been specified."
JeanOsorio , Check following this coding, string userPassword = "1234qwer$"; string connectionPrefix = ...Answered | 11 Replies | 16258 Views | Created by JeanOsorio - Friday, September 18, 2009 7:48 PM | Last reply by no0000000 - Tuesday, May 13, 2014 9:23 PM -
0 Votes
How can we list entries from an OpenLDAP server using DirectoryEntry?
How can we get the multiple OUs and OUGuid in that from OpenLDAP from DirectEntry??Answered | 2 Replies | 4224 Views | Created by SuhasMG - Monday, February 15, 2016 9:29 AM | Last reply by Pankaj Kadian - Wednesday, June 19, 2019 10:08 AM -
0 Votes
DirectoryEntry Invoke SetPassword throws COMException only on ServerBind
AuthenticationType must be Secure in order to invoke SetPassword when not running the process as a domain administrator.Answered | 2 Replies | 6004 Views | Created by Ben Rinaca - Monday, July 23, 2007 4:04 PM | Last reply by Ben Rinaca - Wednesday, July 25, 2007 2:24 PM -
0 Votes
FileNotFoundException on SetPassword
That, or you can run this code in an app pool in IIS that runs under a domain account that has permission to reset passwords.Unanswered | 6 Replies | 35 Views | Created by Anonymous - Monday, July 31, 2006 11:30 AM | Last reply by Anonymous - Tuesday, August 1, 2006 4:14 AM -
1 Votes
Periodic AD Issues - Untrusted Domain for SharePoint and No results from DirectoryEntry in C#
Hello GrizNasty, Based on this "Periodically an ASP.NET Web Service that makes Active Directory calls through the DirectoryEntry (C#) class and returns no ...Answered | 1 Replies | 1862 Views | Created by GrizNasty - Wednesday, August 6, 2014 4:53 PM | Last reply by Barry Wang - Thursday, August 7, 2014 2:01 AM -
2 Votes
DirectoryEntry properties long from large int time missmatch
How do you know this: "Both calculations actually give the same answer" If you are "assuming" this from it being "theoretically" equivalent to ...Answered | 9 Replies | 2095 Views | Created by kilimanj99 - Wednesday, December 5, 2012 7:55 PM | Last reply by Cor Ligthert - Friday, December 7, 2012 6:43 PM -
0 Votes
C# and Active Directory : problem with setPassword
Try object[] password = new object[] {password}; object pwdReturn = ...Unanswered | 2 Replies | 33 Views | Created by Anonymous - Wednesday, July 29, 2009 5:16 AM | Last reply by Anonymous - Wednesday, July 29, 2009 2:52 PM - Items 1 to 20 of 2577311 Next ›
No announcements