Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4265 - 4294 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4265
Hi I have script to create contact written in visual basic exe file. it works in development area but not working in the production, it gives me an error...
wei
weihuangzhu
Offline Send Email
Nov 3, 2006
5:37 am
4266
Hi, While executing the below given code, I am getting error in the line where I am translating the IdentifyReference to NTAccount name. The error message is...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 4, 2006
12:52 pm
4267
... This is quite often caused by an incomplete or faulty LDAP path string. ... Could you try to add the SERVER name to this LDAP string? Something like: ...
Marc Scheuner
m_scheuner
Offline Send Email
Nov 4, 2006
12:55 pm
4268
Was the SID here from a newly created object? It may be that the DC that you created the object on is not the one the LSA is using to do the translation, so...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 4, 2006
7:28 pm
4269
Thanks Joe for your reply. There is only one DC in the domain where I am trying to execute this code so that should be the reason for this error. Could you...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 6, 2006
8:25 pm
4270
For some reason I thought you were trying to create a file system ACL based on a newly created user object and had a replication problem. This issue is ...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 6, 2006
9:53 pm
4271
Hi Anyone have C# code example of how to remove group membership from a user? Any other tips on this subject will also be appreciated. Alastair...
alastairq88
Offline Send Email
Nov 8, 2006
11:37 pm
4272
We cover that in ch 11 of our book. You can find info about that at www.directoryprogramming.net and find the sample code from ch 11 (in C#) which should give...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 9, 2006
2:31 am
4273
Thank you very much. ... at ... (in C#) ... individually, as the ... backlink and ... through C# ... a...
alastairq88
Offline Send Email
Nov 9, 2006
9:04 am
4274
I tried connecting using the LDAP query created from the SID retrieved from the rule.IdentityReference value. But its surprising that it failed connecting to...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 10, 2006
12:39 am
4275
It sounds very much like the object that was referred to in the ACE was deleted. This can happen. There is no way to tell the security descriptor that the...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 10, 2006
4:46 am
4276
Hi, I just wanted to know if anyone had came up with a Class Diagram for an AD. I am thinking in the line of DAO as in Database centric application, but using...
meorrock
Offline Send Email
Nov 16, 2006
12:13 pm
4277
LDAP schema lends itself pretty well to being modeled by a single inheritance object design, using interfaces to model aux classes. It is also entirely...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 17, 2006
1:27 am
4278
Hi Joe, I am just beginning to program ADSI. I have been following your emails and they are always very informative and in detailed. I had a quick question. I...
Sunny
sacsoft
Offline Send Email
Nov 17, 2006
3:46 pm
4279
Hi Friends, I know a Company which is one of the Top Ten Companies in the World which is looking out for people in Active Directory Services for higher...
Naresh
motonaresh
Offline Send Email
Nov 17, 2006
3:47 pm
4280
Hi, I created a contact in AD, so far so good, however, I want that contact hide from global address book, b/s I do not want other people to see that contact...
wei
weihuangzhu
Offline Send Email
Nov 21, 2006
4:03 pm
4281
I'm not sure if this is the same as what you're after, but I use: newuser.Properties("msexchhidefromaddresslists").Value = "TRUE" where 'newuser' is a...
andy
araczynski
Offline Send Email
Nov 21, 2006
7:03 pm
4282
hi we have ADAM directory and we are trying to access it using netscape ldap sdk. However looking at the build instructions date (1999) i doubt if it is still...
amey samant
ameyas7
Offline Send Email
Dec 1, 2006
6:20 pm
4283
hey everyone... I have a question here... I would like to be able to create a local user account which is going to be in the admin group for a list of...
Manuel Bermudez
mannybz
Offline Send Email
Dec 1, 2006
6:22 pm
4284
You can do this with the WinNT provider, but not with LDAP using ADSI. LDAP is just for LDAP directories like AD and ADAM. Joe K. ... From: Manuel Bermudez ...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 1, 2006
7:26 pm
4285
Have you looked at JNDI for doing Java LDAP programming? That seems to be what most people use these days. ADAM is just an LDAP directory, so you should be...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 1, 2006
7:55 pm
4286
hi all: How to set ADAM user's password never expire? This problem bother me for a long time! thank you very much!! hank...
hanshin1688
Offline Send Email
Dec 12, 2006
2:51 pm
4287
Did you try setting msDS-UserDontExpirePassword to TRUE? That should work. Joe K. ... From: hanshin1688 To: ADSIANDDirectoryServices@yahoogroups.com Sent:...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 13, 2006
12:11 am
4288
I am adding AD support to an application. I have been switching back and forth between the WinNT and LDAP ADSI providers mainly because some information is...
tothebowlbaby
Offline Send Email
Jan 19, 2007
6:52 pm
4289
Well, honestly there is no advantage whatsoever to using the WinNT provider. That is, unless you are trying to work with local SAM accounts on the machine....
Ryan Dunn
dunn_rp
Offline Send Email
Jan 19, 2007
9:55 pm
4290
Thanks for the reply, Ryan. One very useful feature of the WinNT provider I have found is the memberOf attribute of user class object. While the LDAP provider...
tothebowlbaby
Offline Send Email
Jan 20, 2007
3:33 am
4291
It is because memberOf in LDAP is actually just reading the data stored in the directory in the memberOf attribute and primary group is not assigned via normal...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 20, 2007
5:01 am
4292
Hi, I wrote a vbscript that has been working fine for 2 years. Recently, some machines, but not all, have been getting the "80040E37 Table does not exist...
Bruce Krasnof
brucekrasnof
Offline Send Email
Jan 20, 2007
2:47 pm
4293
How is authentication supposed to work against this directory? Typically, with ADSI when you are binding to the directory, the default is Windows security....
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 21, 2007
5:11 am
4294
Hi Joe, This Sun LDAP server allows anonymous searches of public attributes, so I never need to pass credentials for the simple lookups. The netstat idea is a...
Bruce Krasnof
brucekrasnof
Offline Send Email
Jan 21, 2007
11:30 am
Messages 4265 - 4294 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help