README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. This sample illustrates a pass-thru "stub" gina which can be used
  2. in some cases to simplify gina development.
  3. A common use for a gina is to implement code which requires the
  4. credentials of the user logging onto the workstation.  The credentials
  5. may be required for syncronization with foreign account databases
  6. or custom authentication activities.
  7. In this example case, it is possible to implement a simple gina
  8. stub layer which simply passes control for the required functions
  9. to the previously installed gina, and captures the interesting
  10. parameters from that gina.  In this scenario, the existing functionality
  11. in the existent gina is retained.  In addition, the development time
  12. is reduced drastically, as existing functionality does not need to
  13. be duplicated.
  14. When dealing with credentials, take steps to maintain the security
  15. of the credentials.  For instance, if transporting credentials over
  16. a network, be sure to encrypt the credentials.