This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Google Apps/eDirectory Password Sync

We recently updated our OES/eDirectory servers to 2018 SP3/9.2.7.  We were previously using the gadspwsync script posted long ago to sync our accounts with our Google Apps domain.  I noticed that the old version of getpass has been deprecated and there is a new version (getpass3).  I tested out getpass3 and was able to retrieve passwords, but now I need to update our scripts to match the new program.  Before I go trying to fix things on my end, have there been any updates posted to the gadspwsync.sh template?  Or will I need to test and modify the syntax on our current script?

  • 0

    Went ahead and gave this a shot.  Adjusted line 52 to match getpass3 syntax.  My test run succeeded, however performance seemed much slower than the original version of getpass.  In order to speed things up a little more I also changed line 46 to only search for active users, since inactive users get disabled on Google's side by our GCDS config anyway.  If anyone has suggestions that may improve the script execution time feel free to share.

    gadspwsync-getpass3.sh