LDAP
From: vinay (vinay_at_discussions.microsoft.com)
Date: 04/27/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Previous message: Juan T. Llibre: "Re: Deny access to a directory with web.config"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Apr 2005 08:56:04 -0700
Hi
I am using ADAM as i am using XP prof.
I am getting error while creating new GROUP.
"System.UnauthorizedAccessException - General access denied error"
Dim de As DirectoryEntry = New
DirectoryEntry("LDAP://localhost:389/CN=Builtin,DC=XXX,DC=com")
Dim newProcCntr As DirectoryEntry = newGroup.Children.Add("CN=" &
txtProcessName.Text, "group")
Dim newGroup As DirectoryEntry = de.Children.Add("CN=vs3." +
txtNewGroup.Text, "group")
newGroup.CommitChanges()
newProcCntr.CommitChanges()
Any suggestions?
-- http://pathidotnet.blogspot.com ===== vInAypAtHi o__ ---_,>/'_------ (_) \(_) ---------------
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Previous message: Juan T. Llibre: "Re: Deny access to a directory with web.config"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: LDAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|