Simple Sync Test Script
Simple user sync test script for use with the LDAP Bring Up Guide.
Simple External User Synchronization Test Script
Simplified Sync Script for Testing
#!/usr/bin/python
print '''{
"users": [
{
"username": "john",
"fullname": "John Doe",
"email": "john@example.com" },
{
"username": "jane",
"fullname": "Jane Doe",
"email": "jane@example.com" }
],
"groups": [
{
"groupname": "Blue",
"members": ["john", "jane"]
}
]
}'''