Pular para o conteúdo principal

Filtros por grupos no TDI - profiles_tdi.properties

Precisei automatizar a inclusão de usuários no IBM Connections a partir de grupos no AD. Para tanto, optei por usar o filtro direto no AD conforme modelo abaixo.

A linha original foi comentada:
#source_ldap_search_base=DC=corp1,DC=rc,DC=xyzcorp
#source_ldap_search_filter=(objectClass=*)

E alterada pela abaixo para que pudesse selecionar somente os usuários que são membros dos grupos G_CNT_ADM, G_CNT_USR_TEC_PRD e G_CNT_USR_NEG_PRD.

source_ldap_search_base=OU=USUARIOS,DC=corp1,DC=rc,DC=xyzcorp
source_ldap_search_filter=(&(sAMAccountName=*)(objectCategory=user)(|(memberOf=CN=CN=G_CNT_ADM,OU=GRUPOS_SISTEMAS,OU=GRUPOS,DC=corp1,DC=rc,DC=xyzcorp,DC=corp1,DC=rc,DC=xyzcorp)(memberOf=CN=G_CNT_USR_TEC_PRD,OU=GRUPOS_SISTEMAS,OU=GRUPOS,DC=corp1,DC=rc,DC=xyzcorp)(memberOf=CN=G_CNT_USR_NEG_PRD,OU=GRUPOS_SISTEMAS,OU=GRUPOS,DC=corp1,DC=rc,DC=xyzcorp)))

Depois é só colocar na crontab do linux para rodar nos horários que vc deseja. Pode-se utilizar o SynchAll_dns.sh ou gerar o arquivo collect.dns a partir do collec_dns.sh e depois rodar o populate_from_dn.sh

Comentários

Postagens mais visitadas deste blog

Querendo aprender Design Thinking?

Segue uma lista interessante para você sobre Design Thinking. Canal do You Tube - Rodrigo Giaffredo https://www.youtube.com/channel/UCiZGIBd46d1EiVvlMVxkmkA?sub_confirmation=1 EXTERNAL RESOURCES IBM Design Thinking http://www.ibm.com/design/thinking/ IBM Design Language http://www.ibm.com/design/language/inspiration How It Works: Design Thinking - IBM Think Academy https://www.youtube.com/watch?v=pXtN4y3O35M Tim Brown: Designers -- think big! http://www.ted.com/talks/tim_brown_urges_designers_to_think_big#t-14620 IDEO Design Thinking http://designthinking.ideo.com/ Using Design Thinking to Design Business Models: http://labs.sogeti.com/using-design-thinking-to-design-business-models/ Remote Design Thinking https://medium.com/remote-design-thinking d.school bootcamp bootleg http://dschool.stanford.edu/wp-content/uploads/2011/03/BootcampBootleg2010v2SLIM.pdf Design Kit Org http://www.designkit.org/ http://www.designkit.org/methods The Field Guide to Human-Centered Design http://www.des...

Running Domino Administrator and Domino Designer on a MAC

I'm running Domino Designer and Domino Administrator on macOS Catalina 10.15.3. Prerequisites : - CrossOver 19.0.1 - Domino 10.01 Client Installer Steps : 1. create a bottle with Windows 7 32 bit 2. Install:     - Main sources     - Adobe Flash 18     - Visual C ++ 2005 8.0 SP1     - SDK 1.1 3. Install Domino 10 client Problems :    - eventually an error message appears with a window, just click ok Tips :    - when executing the designer for the first time, note that there will be a hidden window, which prevents you from clicking on the operation. Check not to warn anymore and it's ok.

How to install HCL Sametime V11

How to install  Sametime V10  - a series of blog posts by  Gabriella Davis : Installing Sametime V10 Limited Use  (including MongoDB) Installing Sametime V10 - The Proxy Server  (WAS based Proxy Server) How to install  Sametime V11 Official documentation How to set autostart for Sametime V11 Proxy Server (Tomcat):  Windows ,  Linux How to enable  business cards photos Configuring  Sametime V11  - a series of blog posts by  Roberto Boccadoro : Integrating Sametime 11 with iNotes and Verse on Premises How to allow access to mobile clients Enabling person photo in the client  (and related problem  solution ) What to do if file transfer is not working Replace self-signed certificate in Sametime...