Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 4th, 2005, 01:04 AM
Registered User
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to chandu80
Default Accessing MaxPwdAge in Active Directory using .net

Hi,

I am Accessing Active Directory of Authentication.
I Could able to read all the Fields in the Active directory related to user account. And also able to set the Password using SetPassword.

But when Accessing MaxPwdAge it returning as System.__ComObject.
How can i determine the value(or actual data) thru this.
I am using LDAP.

Is there any other way(or easy way) of accessing MaxpwdAge in active directory.

Please check the below code. Few fields returning values few of them returning as System.__ComObject

        Dim objRootDSE As New DirectoryEntry("LDAP://192.168.1.19")

        Dim strAttrName As String
        Dim objValue As Object

        For Each strAttrName In objRootDSE.Properties.PropertyNames
            For Each objValue In objRootDSE.Properties(strAttrName)
                MsgBox(strAttrName & " : " & objValue.ToString)
            Next objValue
        Next strAttrName

Please help me. Thank you





Similar Threads
Thread Thread Starter Forum Replies Last Post
Active Directory and APS.net arnniema BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 1 February 20th, 2007 05:43 PM
Active Directory TCSE305 Windows Server 1 November 22nd, 2006 01:26 AM
ASP.NET, Active Directory integration. swadhinm ASP.NET 1.0 and 1.1 Professional 0 September 19th, 2005 04:31 AM
Connecting to Active Directory database via VB.NET djoherl Pro VB Databases 1 May 20th, 2005 05:23 PM
.NET And Active Directory nagesh07 General .NET 1 September 29th, 2004 01:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.