S
Scott
I am developing a VB.NET/ASP.NET app and need to validate
users, get their groups and other such login/password
tasks from out company directory. That information is
stored in a server running Novell 5.1. I have ben digging
dee into the system.directoryservices spec but most of
what I am seeing relates to AD. The Novell stuff shows
lines such as:
Dim objDE = New DirectoryEntry("LDAP://DC=onecity")
console.writeline(objDE.Properties("currentTime")(0))
This code produces the error: "The specified domain
either does not exist or could not be contacted". The
code stops on the SECOND line, which I think is strange.
I checked with our network admin for the correct base tree
on Novell and typed it in place of "onecity" in the above
example.
How can I access this directory to look up login names and
validate passwords using VB.NET?
Scott
users, get their groups and other such login/password
tasks from out company directory. That information is
stored in a server running Novell 5.1. I have ben digging
dee into the system.directoryservices spec but most of
what I am seeing relates to AD. The Novell stuff shows
lines such as:
Dim objDE = New DirectoryEntry("LDAP://DC=onecity")
console.writeline(objDE.Properties("currentTime")(0))
This code produces the error: "The specified domain
either does not exist or could not be contacted". The
code stops on the SECOND line, which I think is strange.
I checked with our network admin for the correct base tree
on Novell and typed it in place of "onecity" in the above
example.
How can I access this directory to look up login names and
validate passwords using VB.NET?
Scott