I have several Django sites and I need to synchronize user accounts across them 
all. I need the ability to create the same user on all sites at the same time 
and also to keep their info in sync. The servers are in different locations in 
DMZs and can't open connections to external servers. So no third party access. 
I thought I could write a Java app that uses a REST API to query and update 
accounts to synchronize them but that opens a security issue as I have to 
expose the ability to read/write passwords. I can't think of any other 
solutions - any ideas? Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c05af7b9-965c-47d9-9106-524a1e6cd46d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to