Set the LDAP Synchronizing Period
Accepted answer
Hi Aaron
Yes; By default the LDAP synchronization happens at 01:00 a.m every morning.
The frequency can be changed by logging into jts/admin and going to Server --> Advanced Properties tab.
Details in this link from Infocenter:
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m3/index.jsp?re=1&topic=/com.ibm.jazz.repository.web.admin.doc/topics/tmodifyingtheldapsynctask.html&scope=null
One other answer
While LDAP Nightly Sync Fixed Delay from JTS advanced properties page helps you can modify the sync frequency, repotools command provides you with ability to perform a sync anytime you wish to:
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/r_repotools_syncusers.html
Rational solution for Collaborative Lifecycle Management 4.0.5 > Reference > Repository Tools command-line reference > Repository tools command to sync users with LDAP user directory
cd C:\Program Files\IBM\JazzTeamServer\server\
repotools-jts.bat -syncUsers repositoryURL=https://hostname.example.com:9443/jts
below link provides more information about the parameters and the command line for linux :
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/r_repotools_syncusers.html
Rational solution for Collaborative Lifecycle Management 4.0.5 > Reference > Repository Tools command-line reference > Repository tools command to sync users with LDAP user directory