Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
variable:tmssnomd5 [2019/03/27 23:19] – [TMSSNOMD5] Scott Cunliffe | variable:tmssnomd5 [2025/01/21 22:07] (current) – external edit 127.0.0.1 |
---|
When a TapeTrack [[object:user|User]] uses [[https://en.wikipedia.org/wiki/Active_Directory|Windows Active Directory]] authentication, TapeTrack must be able to AES decrypt the login request and then send an unhashed password to Active Directory. | When a TapeTrack [[object:user|User]] uses [[https://en.wikipedia.org/wiki/Active_Directory|Windows Active Directory]] authentication, TapeTrack must be able to AES decrypt the login request and then send an unhashed password to Active Directory. |
| |
When the environmental variable ''TMSSNOMD5'' is set to any value the TapeTrack low level API will not MD5 hash the password and instead send the actual password (AES encrypted) to the TapeTrack Framework Server. | When the [[variable:start|Environmental Variable]] ''TMSSNOMD5'' is set the TapeTrack low level API will not MD5 hash the password and instead send the actual password (AES encrypted) to the TapeTrack Framework Server. |
| |
| The value of the [[variable:start|Environmental Variable]] is not consequential. |
===== Example ===== | ===== Example ===== |
| |
<sxh> | <code> |
set TMSSNOMD5=on | set TMSSNOMD5=on |
</sxh> | </code> |
| |
| ===== See Also ===== |
| |
| [[technote:setting_environmental_variables|Setting Environmental Variables]] |
| |
<- ^ variable:start |Introduction ^ -> | <- ^ variable:start |Introduction ^ -> |