microsoft.public.adsi.general
  Home FAQ Contact Sign in
microsoft.public.adsi.general only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.adsi.general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  retrieving Group/OU membership for a user using ADSI/C++         


Author: WebDrive
Date: May 22, 2008 06:29

Hello,
I'm trying to generate a list of groups/OU's to which a user belongs
through ADSI and am having problems. My AD looks like

DC=FOO,DC=COM
---OU=OrgUnit1
-------CN=GlobalSecurityGroup1
------------------member=CN=User1,OU=OrgUnit1,DC=FOO,DC=COM
------------------member=CN=User2,OU=OrgUnit1,DC=FOO,DC=COM
------------------member=CN=User3,OU=OrgUnit1,DC=FOO,DC=COM
-------CN=User1
-------CN=User2
-------CN=User3
-------CN=BuiltIn
-------CN=Users

So I have a top level OU which contains 3 users, User1,User2 and User3. The
OU also contains GlobalSecurityGroup1 which has three members, User1,User2
and User3.

How can I use ADSI to generate a list of OUs/Groups to which User2 belongs?
I'd like to get a result set of GlobalSecurityGroup1 and OrgUnit1?
Show full article (1.02Kb)
2 Comments
  ComException (0x80072020): An Operations error occurred         


Author: WillG
Date: May 20, 2008 23:46

We have just upgraded to Windows 2003 R2 Sp2 AD from Windows 2000 SP4 AD.

One of our asp application that used to be able to bind using LDAP to one of
our Domain Controllers presented a ComException 0x80072020 error using the
bind string of "LDAP://newserver.domain.com" if I change the xml web config
file back to use a Windows 2000 server in the bind action the application
works fine.

I have removed LDAP signing reuqirements etc but I would like to know how to
resolve the bind problem with Windows 2003 R2 domain contrllers before I
upgrade the remaining Windows 2000 servers.

As a sidenote - the application uses the end users credentials and not
anonymous.
1 Comment
  Avoid referals when writing to AD         


Author: Brian
Date: May 18, 2008 18:40

I have Forest with two DC’s and a child domain with an Exchange Server
and two DC’s.
An application checks if a user has read/write privileges to the
Exchange Information Store and if not adds the security descriptor. If
I immediately recheck the security descriptor the privilege is still
missing. After a minute or so it appears.

In order to locate the DC I use:

::DsGetDcName(szExchangeServer, NULL, NULL, NULL, 0,
&domainControllerInfo);
strDomain = domainControllerInfo->DomainName;

I then bind to the rootDSE using: LDAP://”strDomain”/rootDSE

Read the configurationNamingContext which I then use as the root of a
search with a filter of objectClass=msExchExchangeServer, returning
ADsPath

I open ADsPath get the nTSecurityDescriptor and add an ACE for the
user.

I reopen the ADsPath and check the nTSecurityDescriptor to find the
ACE is absent.
Show full article (1.51Kb)
no comments
  test         


Author: prad
Date: May 17, 2008 05:54

tes
no comments
  on acheter zocor a vendre femme en termes de acheter zocor us usa un Achat de acheter zocor us usa avec livraison achat zocor belgique soft en ligne zocor de Simvastatin bon marche en France         


Author: kmwkawrt
Date: May 17, 2008 05:41

on acheter zocor a vendre
femme en termes de acheter zocor us usa
un Achat de acheter zocor us usa avec livraison
achat zocor belgique soft en ligne
zocor de Simvastatin bon marche en France
Show full article (2.19Kb)
no comments
  link pharmacy group best online pharmacy affiliate associate family pharmacy pharmacy link exchange rx affiliate programs         


Author: kmwkawrt
Date: May 16, 2008 17:00

link pharmacy group
best online pharmacy affiliate
associate family pharmacy
pharmacy link exchange
rx affiliate programs

+++ BEST PHARMACY AFFILIATE PROGRAM +++ BEST PHARMACY AFFILIATE PROGRAM +++
+
SPECIAL OFFER FOR NEW AFFILIATES.
GENERATE SALES OF $1000 ON YOUR FIRST MONTH AND GET $450 COMMISSIONS!
+
+
http://jhku...
Show full article (2.02Kb)
no comments
  antibiotic infection cheap amoxicillin ampicillin sulbactum ampicillin solubility ampicillin mechanism         


Author: kmwkawrt
Date: May 16, 2008 01:12

antibiotic infection
cheap amoxicillin
ampicillin sulbactum
ampicillin solubility
ampicillin mechanism

+++ ANTIBIOTICS +++ ANTIBIOTICS +++ ANTIBIOTICS +++
+
+
http://jhku.net/BUY-AMPICILLIN/
http://jhku.net/BUY-AMPICILLIN/
http://jhku.net/BUY-AMPICILLIN/
http://jhku.net/BUY-AMPICILLIN/
+
+
+
+

http://cheap.acomplia-24.info/
http://order.acomplia-24.info/
Show full article (1.20Kb)
no comments
  link pharmacies drugs affiliate drug affiliates drugstore affiliate pharmaceutical affiliate programs         


Author: kmwkawrt
Date: May 15, 2008 12:49

link pharmacies
drugs affiliate
drug affiliates
drugstore affiliate
pharmaceutical affiliate programs

+++ BEST PHARMACY AFFILIATE PROGRAM +++ BEST PHARMACY AFFILIATE PROGRAM +++
+
SPECIAL OFFER FOR NEW AFFILIATES.
GENERATE SALES OF $1000 ON YOUR FIRST MONTH AND GET $450 COMMISSIONS!
+
+
http://jhku...
Show full article (2.07Kb)
no comments
  homepage kostenlos webspace webhosting confixx kostenlose webspace anbieter net domain registrierung exchange server         


Author: kmwkawrt
Date: May 15, 2008 12:02

homepage kostenlos webspace
webhosting confixx
kostenlose webspace anbieter
net domain registrierung
exchange server
Show full article (1.49Kb)
no comments
  Authenticate with Novell Edirectory with .Net 2.0 DirectoryServices over SSL         


Author: andrewt
Date: May 13, 2008 09:39

I have code (VB.NET, .Net 2.0) that authenticates to Novell Edirectory
over LDAP (below). I need to change it to work over SSL, but I can't
get it to work.

Dim dn As String = "cn=" & username & ",ou=users,o=org"
Dim path As String = "LDAP://sub.domain.com"
Dim entry As DirectoryEntry = New DirectoryEntry(path, dn,
pwd, AuthenticationTypes.FastBind)

I have tried changing the AuthenticationType to SecureSocketsLayer
(which is suggested in this article http://www.codeproject.com/KB/system/arbauthentication.aspx),
but that gives the error: "The server is not operational". I can see
from the netstat that it is using ldaps....
TCP r2d2:1295 sub.domain.com:ldaps TIME_WAIT
TCP r2d2:1297 sub.domain.com:ldaps TIME_WAIT

Another potential issue is that it is a self signed certificate, not
one from a trusted CA. From this thread I suspect that may be the
issue.
http://groups.google.com/group/microsoft.public.adsi.general/browse_thread/threa...#ec3a9651db205107
Show full article (1.37Kb)
2 Comments
1 2 3 4 5 6 7 8 9