Source code of Windows XP (NT5)
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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
factory.cpp Add source files 4 years ago
factory.h Add source files 4 years ago
makefile Add source files 4 years ago
readme.txt Add source files 4 years ago
resource.h Add source files 4 years ago
server.cpp Add source files 4 years ago
sources Add source files 4 years ago
testsp.sql Add source files 4 years ago
trace.c Add source files 4 years ago
trace.h Add source files 4 years ago
tssdschm.sql Add source files 4 years ago
tssdsp.sql Add source files 4 years ago
tssdsql.cpp Add source files 4 years ago
tssdsql.def Add source files 4 years ago
tssdsql.h Add source files 4 years ago
tssdsql.rc Add source files 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.