Skip to content

Instantly share code, notes, and snippets.

@sturdy5
sturdy5 / NodeOnCygwin.md
Created June 23, 2014 17:05
Node.js on Cygwin

To install node.js on cygwin:

wget http://nodejs.org/dist/node-v0.4.12.tar.gz
tar xvfz node-v0.4.12.tar.gz
cd node-v0.4.12/
./configure
make
make install
@sturdy5
sturdy5 / WebSpherePortalAndSecurityRealms.md
Last active May 17, 2021 18:04
WebSphere Portal and Security Realms

WebSphere Portal Security Features

Custom Groups

Dynamic groups. These are defined as a search query maintained by the LDAP. Dynamic groups allow for greater LDAP administrative efficiency by providing an alternative to maintaining static group membership lists. For example, the USWorkforce group could be defined as all users with c=US.

Note: Dynamic groups generally impose a high performance overhead because of the number of LDAP requests involved. An alternative, whereby rule based groups are managed within VMM rather than the LDAP, is available on the IBM Lotus and WebSphere Portal Business Solutions Catalog (Nav Code 1WP1002PK).

If you are interested in setting dynamic groups up and trying them out, here is an article from IBM for WebSphere Application Server 6.1 on how to set it up. The steps ar