How to Create the Passport Registry Setting for UNIX (299881)



The information in this article applies to:

  • Microsoft Passport 1.3
  • Microsoft Passport 1.4

This article was previously published under Q299881

SUMMARY

This article describes how to create the Passport registry setting for UNIX.

MORE INFORMATION

To create the Passport registry setting for UNIX, run the Keygen command to create a Passport registry key, then run the Regload command to load the registry key. To do this, follow these steps:
  1. Open the registry directory by using the following command:

    cd /usr/local/passport/Registry

  2. Create the registry key by using the following command:

    ../util/keygen -o (key_name) -s (site_ID) -K (32bitKey)

  3. Load the key to the system by using the following command:

    ../util/regload (key_name)

  4. View the registry key by using the following command:

    ../util/regdump output_file_name

REFERENCES

For more information, see the following Web site:

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:kbinfo KB299881