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...
Show off your group to the world. Share a photo of your group with us.

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 2713 - 2742 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2713
... This is a "SChema violation" error - you're trying to do something that isn't allowed by the AD schema. ... ...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 4, 2005
11:10 am
2714
After I learn and now i understan about LDAP\\........ And i try this code below it still cause an error a.) Set User = GetObject ...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 5, 2005
3:38 am
2715
... Well, are you 100% sure that there *IS* a user called "test", in a OU called "logonhours", inside another OU called "user" ?? When you download one of my...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 5, 2005
6:27 am
2716
... Yes there is a user named test I'm sure of it, cause i made it ... strDomain = laboratory.si.faculty.com that's my domain ... I Try to used dc in there,...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 5, 2005
12:23 pm
2717
... Okay - what is the *COMPLETE* AD bind string that you're using to bind? ... Okay, and again - what does your COMPLETE AD bind string look like that you're...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 5, 2005
3:22 pm
2718
I try both connection in subtitution way Dim Conn, strRS, RS, strConn Dim Conn2, RS2 Set Conn = Server.CreateObject("ADODB.Connection") Set RS =...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 6, 2005
1:56 am
2719
("LDAP://cn=test,ou=logonhours,ou=user,dc=laboratory,dc=si.faculty.co m") Well, just as I suspected - this is *NOT* a valid LDAP bind string. You'd have to...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 6, 2005
6:52 am
2720
I was wondering if anyone has tried making a connection from an SAP portal to an ADAM Instance. we are having problems making the connection. i have added...
Mike
wildref
Offline Send Email
Jan 6, 2005
7:49 pm
2721
I''ve found new way to set user logon hors and user workstations/ I am using net user user_name /time:day,time;day2,time2; net user user_name...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 7, 2005
2:16 am
2722
That error is "The local security authority cannot be contacted" which is not one that I've seen. The first thing I'd try to do is use ldp.exe to bind to the...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 7, 2005
3:34 am
2723
I've downloaded your beaver tail so which one i should use to binding the LDAP string? configurationNamingContext defaultNamingContext dnsHostName ...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 9, 2005
2:02 am
2724
I try both of these, and they cause an error 80072030 --> object doesn't exist Set User = GetObject ...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 9, 2005
3:16 am
2725
... Which one looks like it would work?? Also - do you see your AD objects in the Beavertail display?? What do their LDAP paths look like?? ... That's usually...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 10, 2005
9:28 am
2726
... ("LDAP://cn=test,ou=loginhours,ou=user,dc=lab,dc=prog,dc=faculty,dc=e du") ... And are you *ABSOLUTELY SURE" that there is a ORGANIZATIONAL UNIT called...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 10, 2005
9:30 am
2727
... Ups..., sorry i think i'm wrong but i also have try ("LDAP://cn=test,ou=user,dc=lab,dc=prog,dc=faculty,dc=edu") but it's also said error, object doesn't...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 10, 2005
11:33 am
2728
Hello, I want to code some logic for a panel that serves for authentication of an user in an Active Directory domain and/OR locally. I figure I need at least 3...
tonyi_office
Offline Send Email
Jan 11, 2005
11:40 am
2729
Hello, I have the next question for you. I have to write some code for a panel/form that serves for authentication of an user in an Active Directory domain...
Tony IONESCU
tonyi_office
Offline Send Email
Jan 11, 2005
1:01 pm
2730
... Yes - as I had mentioned before, the standard "User" container is a generic container (not a regular OU), and thus needs to be prefixed with a cn= (rather...
Marc Scheuner
m_scheuner
Offline Send Email
Jan 11, 2005
3:34 pm
2731
... Thanks alot it's works two more last questions: 1. How to set logonhours do i have convert the value from my array, such as arrLoghours(167) i fill it with...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 12, 2005
1:28 am
2732
On Wed, 12 Jan 2005 08:28:28 +0700, M Sinantrya Widyanto ... I've found how to set user workstation, i just do user.put "userworkstations", "wks1,wks2,...." ...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 12, 2005
2:29 am
2733
I already found it, i make it to stream file then i send it to AD and it's good but now my IIS is error You are not authorized to view this page You do not...
M Sinantrya Widyanto
ken_shinant
Offline Send Email
Jan 12, 2005
12:02 pm
2734
Hi there, I'm cross-posting this at the suggestion of Charles Carrol over at the Datagrid group. I'm not really sure where this problem actually lies, but...
twodogsm
Offline Send Email
Jan 12, 2005
1:27 pm
2735
What about working around your error and creating the columns programmatically through your query (as you know what will be returned)? I am assuming that...
Brendan Stephens
brendan_step...
Offline Send Email
Jan 12, 2005
3:07 pm
2736
What I have done in the past with this kind of stuff is to simply enumerate the SearchResultCollection and either copy it into a DataTable created on the fly...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 12, 2005
3:18 pm
2737
Hi all, I'm trying to fit the C# code from this article to my project, but I can't seem to run the code successfully. ...
ignhenry
Offline Send Email
Jan 12, 2005
6:30 pm
2738
(Obi-Wan please you are our last hope) http://groups.yahoo.com/group/datagrid/message/758 has the persons attempts to put ADSI info into a DataGrid. I would...
Charles Carroll
charlesmarkc...
Online Now Send Email
Jan 12, 2005
6:32 pm
2739
Does the userID, used to connect to ADAM, does it have administrative previleges. Chi ... System.DirectoryServices.DirectoryEntry.Invoke(String ... ...
Chi Isirimah
ciroma2
Offline Send Email
Jan 12, 2005
9:33 pm
2740
I've been away for a while... It turns out that you can use the Kerberos features to get a service ticket for the unix app. Like you say, you use the SSPI to...
Iain Mcvey
iainmcvey
Offline Send Email
Jan 12, 2005
9:54 pm
2741
Now you are asking the wrong guy I think. I know a bit about Kerb, but nothing about interop with Unix except that it is possible through the magic of Kerb. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 12, 2005
10:38 pm
2742
Can you also please send us all your S.DS code so we can have a look at it. Could you also give us some more details like the environment, you running the ADAM...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jan 13, 2005
7:54 am
Messages 2713 - 2742 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