Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
factory.cpp commiting as it is 4 years ago
factory.h commiting as it is 4 years ago
jetrpc-c.c commiting as it is 4 years ago
makefile commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
resource.h commiting as it is 4 years ago
resource.hm commiting as it is 4 years ago
sdjetevent.mc commiting as it is 4 years ago
sdrpc-s.c commiting as it is 4 years ago
server.cpp commiting as it is 4 years ago
sources commiting as it is 4 years ago
synch.c commiting as it is 4 years ago
synch.h commiting as it is 4 years ago
trace.c commiting as it is 4 years ago
trace.h commiting as it is 4 years ago
tssdjet.cpp commiting as it is 4 years ago
tssdjet.def commiting as it is 4 years ago
tssdjet.h commiting as it is 4 years ago
tssdjet.rc commiting as it is 4 years ago
warning.ico commiting as it is 4 years ago

readme.txt

Usage instructions for testing:


1. Install a SQL Server for the session directory.

2. Using the SQL Query Analyzer, open nt\termsrv\sessdir\tssdsql\tssdschm.sql
and run it to set up the tables.

3. Run the contents of nt\termsrv\sessdir\tssdsql\tssdsp.sql to install
the stored procedures.

4. Compile tssdsql.dll at nt\termsrv\sessdir\tssdsql. This is not currently
in the build since it's not been decided where this will be published.

5. Copy tssdsql.dll to each TS in the cluster, system32 is fine.

6. On each TS, register tssdsql.dll for COM by running the command
"regsvr32.exe tssdsql.dll".

7. Make a copy of nt\termsrv\sessdir\tssdsql\tssdsql.reg and change it to
provide the connect string for the SQL Server in step 1. Install this reg
script on each TS in the cluster.

8. Turn on session directory support for termsrv by setting, on each TS in
the cluster, HKLM\System\CurrentControlSet\Control\Terminal Server\
SessionDirectoryActive : DWORD = 0x1

9. Reboot the TS. If you are running a debug tssdsql, the kernel debugger
should show tssdsql.dll being loaded by termsrv and list the connect
string.

10. The SQL table should show the contents of each session on each TS
machine, including logon state and other information specified in the
schema.