Allowing any server to register to your site can be dangerous (even just polluting your database with stranger site is considered hackish for me) when Sites registry is enabled. Therefore it is useful to set a password for XML-RPC and allow registering site only if password on both sides are equal.

This is very small patch and is backwards compatible. No password on both sides == permit registering.

CommentFileSizeAuthor
drupal.module_4.patch2.13 KBmeba

Comments

AjK’s picture

Project: Drupal core » Site Network
Version: 6.x-dev »
Component: drupal.module » Code
Status: Needs review » Needs work
brmassa’s picture

Version: » 6.x-1.x-dev
Assigned: Unassigned » brmassa
Status: Needs work » Closed (won't fix)

Jakub,

Site Network now only focus on distributed authentication. The site registry feature are deprecated.

regards,

massa

andypost’s picture

Status: Closed (won't fix) » Postponed

Deprecated but what's alternative?
Suppose it's not hard to add this functionality.
Any ideas?

brmassa’s picture

Status: Postponed » Closed (won't fix)

Andrey,

as discussed with some drupal.org guys, we decided to limit the scope of this module. Its always possible to create a module with the required features. im sorry.

best regards,

massa

andypost’s picture

@massa so what is alternative for tranferable profiles? Maybe start a new project?