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 4205 - 4234 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4205
Hi All, When I run ANTSProfiler for my program to search and get user¡¯s information from a big domain, I found one very interesting thing. The following two...
gaoming_fu
Offline Send Email
Aug 17, 2006
9:44 pm
4206
What if you check them in the other order? Is it possible that the overhead is primarily in loading the property cache the first time? You might also try...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 18, 2006
12:27 am
4207
Hello Joe, I added entry.RefreshCache() before the code to get whenCreated and whenChanged attributes. Now the most time is used for RefreshCache (), this step...
gaoming_fu
Offline Send Email
Aug 25, 2006
2:56 pm
4208
60 seconds is still a LONG time for a cache refresh. It is possible that some of this activity is related to the first time hit associated with priming the...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 25, 2006
8:43 pm
4209
Hello Joe, The time I mentioned in my message is what I got from ANTSProfiler. It is not only for one user or group. The time was used to get the atttributes...
gaoming_fu
Offline Send Email
Aug 28, 2006
8:26 pm
4210
Hi All, I asked this question before. My application will get the attributes of users and groups from Active Directory and save them as a string in the user...
gaoming_fu
Offline Send Email
Aug 28, 2006
8:40 pm
4211
The "X2" format string is what we use in our book for converting from binary to "octet string" format. I'd suggest using that. The code sample is on the...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 28, 2006
9:04 pm
4212
Given this structure Active Directory is a Forest - Multiple-Domain with two child domains. All user info is stored in the children not the root. There is a...
sharonpikul
Offline Send Email
Aug 29, 2006
5:12 am
4213
Regarding the first question, yes. People do this all the time. If your HR system (or whatever you need to sync to) defines a useful unique identifier, then...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 31, 2006
2:05 am
4214
Thanks Joe. I found my problem. Let's say, the last four bytes of a user's objectSid like this: 1, 15, 0, 0. The last four bytes of another user's objectSid...
gaoming_fu
Offline Send Email
Aug 31, 2006
7:47 pm
4215
Hi All, I have been searching the format used to save the objectSid value. The following is what I found: Format 1: public static String BinaryEncodeSid(byte[]...
gaoming_fu
Offline Send Email
Aug 31, 2006
8:07 pm
4216
It is all the exact same data, just represented different ways. The two octet formats (the filter and non-filter versions) are just a binary representation of...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 2, 2006
5:13 am
4217
Hi all, I've been approached to develop an intranet application for a company. This intranet will be interfacing with a Active directory setup local to the...
aemca_san
Offline Send Email
Sep 6, 2006
7:39 pm
4218
Typically, you would want to either use IIS-based authentication or do some sort of LDAP authentication via a forms auth mechanism. Both are well supported in...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 7, 2006
2:07 am
4219
Apologies for jumping on this but Joe, you said something that caught my eye. I talked with developers where I work a bit ago and there seemed to be a lack of...
Mike Baudino
mlb1232000
Offline Send Email
Sep 8, 2006
3:38 am
4220
This is definitely the case. In ASP.NET, this stuff is basically all done for you. When using Windows auth, the Context.User property is populated with a...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 8, 2006
4:11 am
4221
Hi Joe / Mike First off, many thanks for your detailed replies :) I've been reading up a bit, and have to say I feel a bit clearer on the matter. From what I...
Mischa Kroon
aemca_san
Offline Send Email
Sep 8, 2006
10:18 pm
4222
This sounds reasonable to me. If you want SSO with the intranet, you will need to use Windows authentication. If you want to use AzMan, it might make sense...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 10, 2006
11:33 pm
4223
Hi Mischa, If you plan on using ADAM to store extra user information (such as roles), wouldn't it be easier to save the user info in SQL instead? This way, you...
MH
mach1_email
Offline Send Email
Sep 12, 2006
5:57 pm
4224
Thanks Joe. My problem is solved. Gaoming Fu ... The two ... binary ... produce ... can do ... function called ... same way. ... formats? ... objectSid...
gaoming_fu
Offline Send Email
Sep 12, 2006
10:06 pm
4225
Well, we just heard back from the customer. They didn't want to install ADAM on the server because they thought it required sp2 for windows 2003 and they...
Mischa Kroon
aemca_san
Offline Send Email
Sep 13, 2006
7:38 pm
4226
Your client is absurdly wrong. How could ADAM have been shipping for so long if it required SP2? Nutso. Note that AzMan is still an option. You just can use...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 14, 2006
4:28 am
4227
Real quick... if you go the SQL route, make sure you store the object's GUID as the reference and not any other attribute. It is the only one that won't come...
Ryan Dunn
dunn_rp
Offline Send Email
Sep 14, 2006
2:10 pm
4228
When listing directory under a DFS tree, is there an easy way to know the target of a DFS link ? Thank you...
rmod009
Offline Send Email
Sep 18, 2006
2:49 pm
4229
I'm not quite sure about how to get the GUID from the object in this case. One thing I'm also having trouble with is finding a reference on how to get the...
Mischa Kroon
aemca_san
Offline Send Email
Sep 19, 2006
5:37 pm
4230
Is there any way to script, or using ADSIEdit perhaps, changing the password expiration on a user account so that it would be due to expire within a few days?...
Mike
mlb1232000
Offline Send Email
Sep 19, 2006
10:24 pm
4231
No, you can't change pwdLastSet to a specific value. You can make it be "now" (set it to -1 and the DS will substitute in the value corresponding to "now"),...
Joe Kaplan
joekaplan2003
Offline Send Email
Sep 19, 2006
11:26 pm
4232
Hi, Am very new to this group. I need one help,as my IT dept decided to change the service account password in all desktop (nearly 800)which is divided in to 3...
Rangarajan V
vrang2001
Offline Send Email
Sep 21, 2006
7:42 pm
4233
Update: the tool has been updated, renamed and "resited". The new site is now http://www.ldapeditor.com, and its called ldapeditor; not ldapmanager. Its...
ansarmohammed
Offline Send Email
Sep 23, 2006
9:35 pm
4234
Hello, I am developing my application using VC++6.0. I want to retrieve the members of group using GetObjectAttributes call by passing "member" as an attribute...
asawaricjoshi
Offline Send Email
Sep 26, 2006
11:18 am
Messages 4205 - 4234 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