- LDAP Property Group

LDAP {} Property Group

The LDAP property group should be specified in the application's properties and allows

you to alter some of the LDAP configuration:

Example:

LDAP{

ssl:false;

groupSearchBase:ou=people,o=myCompany;

groupKey:groupMembership;

groupOrgUnit:ou=qgroups,ou=groups,o=myCompany;

}

NOTE: When WOW performs LDAP authentication, LDAP user profile information is stored

in the user's sign-on row in their browser session. This information will be referred to later

as the LDAP signon row.

These profile attributes can now be accessed from any WOW SQL statements using a sign-on row parameter

(“???” + property-name). For example, if an LDAP property ID is “MAIL”, then an operation's SQL might look

like the following:

SELECT * FROM MYSCHEMA.MYTABLE WHERE emailfld = ???MAIL

Available property field names can be viewed from WOW's user tools (visible when application launched

from WOW builder) by clicking on the “User Info” link.