Browse by Tags

Related Posts

  • Re: Help me, Logon failure: unknown user name or bad password

    When you are instantiating a directory object, pass the username and password along with the ldap path as arguments. Example: Dim oRoot As DirectoryEntry = New DirectoryEntry("LDAP://" & ldapServerName & "/dc=gm,dc=co,dc=id", username, password) Username format: domain\username...
    Posted to Active Directory and LDAP (Forum) by olji on 02-19-2009, 12:00 AM
    Filed under: Active Directory, Active Directory Application Mode, ActiveDirectory ADAM, AD, AD LDAP, ADAM, ADSI, DirectoryEntry
  • Error in Changing Password using DirectoryEntry.Invoke

    Hi I am facing an error while changing/Setting the password. I am getting the below error U nknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))” . DirectoryEntry usr = new DirectoryEntry(" LDAP://server.domain.com "); usr.Invoke("ChangePassword", new object[] {...
    Posted to Active Directory and LDAP (Forum) by ssshan on 10-13-2008, 12:00 AM
    Filed under: Active Directory, active Directory C# user groups, AD, AD C# LDAP, AD C# LDAP single sign-on, AD LDAP, ADSI, AdsPath, Directory Services, DirectoryEntry, DirectoryServices, LDAP in c#, list fields active directory
  • Re: Adding Existing User to Existing AD Group

    First, (and no offence intended to anyone here) but you might be better posting questions like this to microsoft.public.adsi.general via Google Groups - that group is dedicated to Active Directory programming and there are some really good guys there who've given me loads of help. Second, if you're...
    Posted to Active Directory and LDAP (Forum) by ssg31415926 on 08-07-2008, 12:00 AM
    Filed under: Active Directory, AD, DirectoryEntry, DirectoryServices, ADSI
  • Creating MailBox using CDOEXM in asp.net

    I am trying to create a new user in AD and MailBox for this user in Exchange server using CDOEXM , User is getting created successfully but when I try to create mail box I am getting the error as There is no such object on the server. (Exception from HRESULT: 0x80072030) I am using code given under article...
    Posted to Active Directory and LDAP (Forum) by MustaqAhmed on 06-18-2008, 12:00 AM
    Filed under: Active Directory, ActiveDirectory ADAM, AD, DirectoryEntry, LDAP, LDAP domain subdomain filter, LDAP in c#, ADSI, Directory Services
  • How to create Group Policies?

    Hi.. I'm able to create GPO's in the AD but I cant figure out how to create the GPO files... I'm looking for a smart way to create the "GPO files and folders" in \\domain.lan\SYSVOL\domain.lan\Policies\{GUID} My webapplication runs on a x64 Win2k3 so I'm not able to call GPMC...
    Posted to Active Directory and LDAP (Forum) by subtile on 06-17-2008, 12:00 AM
    Filed under: .Net, Active Directory, AD LDAP, ADSI
  • ADSIedit doesn't show new attribute

    I felt this issue was different enough from my earlier issue with adsiedit to make a new topic. I did a fresh installation of Windows 2000 Server and Active Directory. Afterwards I went into the MMC and added a new attribute "XXX" to the schema using the Active Directory Schema snap-in. Now...
    Posted to Active Directory and LDAP (Forum) by AGBrunson on 04-23-2008, 12:00 AM
    Filed under: Active Directory, ADSI
  • Problem with OpenDSObject(),GetObject()

    We a common AD for local machine and production machine. We are facing a problem with GetObject and OpenDSObject functions.These functions are used to interact with AD. Error1: OpenDSObject is getting called as below in our application inputs: adsPath = LDAP://dc-usnjsea.asia.delphiauto.net/CN=Arunachalam...
    Posted to Active Directory and LDAP (Forum) by srinivas334 on 04-22-2008, 12:00 AM
    Filed under: Active Directory, ADSI, authentication, authorization, LDAP, LDAP authentication eDirectory, LDAP domain subdomain filter
  • Using System.DirectoryServices.DirectoryEntry to create a user in OpenLDAP problem

    Hi all, I wanted to create a user in OpenLDAP(ver 2.3.40) which I have included core.schema,cosine.schema and nis.schema, and my code is as following: using (DirectoryEntry deUser = deOU.Children.Add(string.Format("uid={0}", userAccount), "Class")) { deUser.Properties["objectClass"...
    Posted to Active Directory and LDAP (Forum) by changenosh on 03-02-2008, 12:00 AM
    Filed under: OpenLDAP, ADSI
  • Active Directory & SQL list of users with managers and managers with users

    I have been tasked with some authentication/access items and know there is an easy way to do this within AD but don't know where to start. What I have set up is a OU called Test Users within an OU called Sales within our main domain. Within the OU=Test Users there are several security groups having...
    Posted to Active Directory and LDAP (Forum) by b471code3 on 12-04-2007, 12:00 AM
    Filed under: Security, sql database ad, Active Directory, ActiveDirectory ADAM, ActiveDirectoryMembershipProvider, AD, AD LDAP, ADAM, ADSI, ASP.Net, authentication, authorization, Authorization Manager
  • Re: ldap connection string

    hello i'm in dificulties with ldap connections in .net. The error message is "The server is not operational" i have a ldap directory (Critical Path manufacture) installed in mocrosoft net with a Active Directory (envirioment) in other side i have a web application in other domain when a...
    Posted to Active Directory and LDAP (Forum) by juanjismo on 11-19-2007, 12:00 AM
    Filed under: AD LDAP, DirectoryEntry, LDAP, ADSI, Directory Services
Page 1 of 4 (33 items) 1 2 3 4 Next >