Settings for WebDocs - Windows Edition to use LDAP ( Active Directory )
From Support
Settings for WebDocs Users
Their password must be set to: *LDAP (Keyword in case sensitive)
1.) Make sure to kill IIS service first.
2.) Download DLL from following location and unzip to C:\WINDOWS\SYSTEM32 or C:\WINNT\SYSTEM32
http://www.rjssoftware.com/files/webdocs/rjsdocman1028.exe
User: rjssupport
PW: support2005
3.) Register the new DLL with REGSVR32:
Start/Run: regsvr32 C:\WINDOWS\SYSTEM32\rjsdocman.dll -or- regsvr32 C:\WINNT\SYSTEM32\rjsdocman.dll
4.) Add the following entries to util.asp after the following lines:
Assign a document management object to the session
Set Session("DocMan") = Server.CreateObject("rjsdocman.docman")
Session("DocMan").LDAP_Host = "125.1.1.24"
Session("DocMan").LDAP_Domain = "RJSINTRANET"
Note: If user is using a Netware Novell server then change the domain name to *CN.
*CN - Canonical Name. This should auto-check based on the user name which is attached to the LDAP server is at the IP address specified.
Troubleshooting LDAP Connection
Download the following utility to verify if the LDAP information is valid:
http://www.rjssoftware.com/files/rjsldap/rjsldap.exe
Download Login:
User: rjssupport
Password: support2005
