Attached. Watch out for possible BOM.

Inline after the break...

== About ==

Centrally manage OpenID access to the admin account on multiple Drupal servers.

Two modules are included in this package.
 OpenID Sync Client (openid_sync_client.module)
 OpenID Sync Server (openid_sync_server.module)

== Attention ==

1. Drupal only allows one OpenID to be associated with one user (understandably so), therefore if 
an OpenID is already associated with a non-admin user, on a client, module will not re-assign it to
admin and admin user will not be associated with that OpenID. It's your responsibility to make sure
an OpenID is not already associated with another user.

2. If an OpenID is already associated with another user, module will not delete it just because it
is in the ban list for admin user. 

3. It's highly recommended that the "Sync Server" module be installed on a server with SSL enabled.

== Installation, First Steps ==

Both modules depend "OpenID", "Libraries", and "spyc" (YAML lib), which means you'll
need to perform these steps first whether you're setting up a server or client.

1. Install Libraries module: http://drupal.org/project/libraries

2. Download YAML library from: http://code.google.com/p/spyc/

3. Unzip the download, you'll only need the file "spyc.php" from it.

4. Create "spyc" sub-folder in sites/all/libraries (or sites/sitename/libraries).

5. Copy "spyc.php" to the new "spyc" sub-folder you just created

6. Enable Library and OpenID modules.

== Install OpenID Sync Server ==

1. Follow steps listed above in "Installation, First Steps".

2. Enable "OpenID Sync Server" module.

3. Go to admin/user/openid_sync/server/settings

4. Set "Whitelist of allowed IPs that can access this OpenID Sync List", for example:
   4.2.2.1 # my favorite ip
   192.168.0.103 # grandma's drupal install 
   127.0.0.1 # localhost

5. Set "List of Allowed Admin OpenIDs", for example:
   http://bonobo.myopenid.com
   http://grandma.wwe.com
   http://trustedfriend.goodguys.com   

6. Set "List of Banned Admin OpenIDs", for example:
   http://satan.southparkstudios.com

4. Save changes . . . done!

== Install OpenID Sync Client ==

Do the following on each client server you want to synchronize.

1. Follow steps listed above in "Installation, First Steps"

2. Enable "OpenID Sync Client" module.

3. Go to admin/user/openid_sync/client/settings

4. Set "URL of the OpenID Synchronization Server", for example:
   https://myopenidsyncserver.com

5. Save setting!

6. Run Drupal cron

7. Confirm sync status at admin/reports/status
   If things are working you should see something like this:
   "OpenID Sync	Successfully sync-ing with OpenID Sync Server "https://myopenidsyncserver.com"

8. See the magical results in user/1/openid
   OpenIDs you set on the Sync Server should appear here.