... 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...
... 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,...
... 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...
("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...
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...
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...
... 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...
... ("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...
... 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...
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...
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...
... 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...
... 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...
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,...." ...
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...
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...
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...
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...
(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...
Does the userID, used to connect to ADAM, does it have administrative previleges. Chi ... System.DirectoryServices.DirectoryEntry.Invoke(String ... ...
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...
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. ...
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...