What's new? | Help | Directory | Sign in
Google
google-apps-for-your-domain-ldap-sync
Package for synchronizing Google Apps for Your Domain with an LDAP server
  
  
  
  
    
Join project
Project owners:
  bpurvy, RobertEscorcio
Project members:
jeff.ragusa, mgronber

Features

Installation

Be sure you have Python 2.4 or later installed.

Download a read only copy of ldap-sync with

svn checkout http://google-apps-for-your-domain-ldap-sync.googlecode.com/svn/trunk/ google-apps-for-your-domain-ldap-sync

You can also download the tarball if you prefer.

You must use the python client of the Google Apps provisioning API v1.0. To download a copy use

svn checkout http://google-apps-provisioning-api-client.googlecode.com/svn/trunk/python google-apps-provisioning-api-client

or download the latest provisioning api python client library.

Be sure to set your PYTHONPATH to the root of where the python client library is loaded (there should be a google/appsforyourdomain subfolder below wherever PYTHONPATH points if you've done it correctly).

Finally, download and install the latest python-ldap from sourceforge.

Usage

See the document How to Use It