J
Jibbly Bee
I am trying to use the microsoft article on using forms and Active Directory
for authentication, but I cannot work out what the LDAP is supposed to be,
in the example it has:
String adPath = "LDAP://DC=..,DC=.."; //Path to you LDAP directory server
should this be adPath="LDAP://DC=ServerIP,DC=ServerIP"; ????
This in on a normal network with one domain and controller, the domain
controll is Windows 2000, and the asp.net application is on a windows 2003
server.
Thanks.
for authentication, but I cannot work out what the LDAP is supposed to be,
in the example it has:
String adPath = "LDAP://DC=..,DC=.."; //Path to you LDAP directory server
should this be adPath="LDAP://DC=ServerIP,DC=ServerIP"; ????
This in on a normal network with one domain and controller, the domain
controll is Windows 2000, and the asp.net application is on a windows 2003
server.
Thanks.