View previous topic :: View next topic |
Author |
Message |
Dino
Joined: 27 Mar 2005 Posts: 23 Location: Florida
|
Posted: Sat Apr 02, 2005 4:42 pm Post subject: Password Encryption and Password Offloading |
|
|
I would like to turn off the password encryptions so that the SQL 2000 data base stroes unencrypted pwd.
Dino _________________ Dino |
|
Back to top |
|
|
hans Forum facilitator
Joined: 14 May 2004 Posts: 63
|
Posted: Mon Apr 04, 2005 4:42 am Post subject: |
|
|
You have to have a exe to do the echo job for you, and enter that exe path in the setting "Path & filename for password offloading" under Authentication Server tab of configuration manager.
for example in C:
int main( int argc, char *argv[] )
{
if( argc>0 )
{
printf( "%s", argv[1] );
}
return 0;
} _________________ ~ Patronsoft Limited ~ |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Powered by phpBB © 2001, 2005 phpBB Group
| |