Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
If the LDAP directory configured for the portal and for Lotus® Collaborative Services is not IBM® Lotus Domino®, and you want the automatic mail detection feature in Lotus Domino messaging portlets, you can modify the CSenvironment.properties file to support the feature.
Perform the following steps:# Mail server and Mail File Queries: #CS_SERVER_DOMINO_DIRECTORY_1.mailfileserver_objectclass=person #CS_SERVER_DOMINO_DIRECTORY_1.mailserver_attrib=mailserver #CS_SERVER_DOMINO_DIRECTORY_1.mailfile_attrib=mailfile # Email Address query CS_SERVER_DOMINO_DIRECTORY_1.email_objectclass=person CS_SERVER_DOMINO_DIRECTORY_1.email_attrib=internetaddress
CS_SERVER_DOMINO_DIRECTORY_1.primary_ldap_custom_attribute_enabled=trueNote: By default, these attributes are used only if your portal configuration uses a custom LDAP directory, but adding the line above allows them to be used for a non-Lotus Domino LDAP.
############################################################## # # DOMINO DIRECTORY properties # (LDAP server) # Important: # Should always point to a Domino Server. # Leave enabled flag as true. # Use the custom_ldap_* settings to point to any LDAP Server to # get user information. ############################################################## CS_SERVER_DOMINO_DIRECTORY.enabled=true CS_SERVER_DOMINO_DIRECTORY_1.hostname=
yourserver.yourdomain.com CS_SERVER_DOMINO_DIRECTORY_1.port=389 CS_SERVER_DOMINO_DIRECTORY_1.ssl=false CS_SERVER_DOMINO_DIRECTORY_1.anonymous=true
########################################################### # dual directory settings ########################################################## CS_SERVER_DOMINO_DIRECTORY_1.searchBase=O=DominoPortal # In the queries below # %c = common name # %d = ldap dn # %n = fq notes name # %v = the first item in the id like "cn=jane doe" or "uid=jdoe" #CS_SERVER_DOMINO_DIRECTORY_1.query_base_search=(objectclass=*) #CS_SERVER_DOMINO_DIRECTORY_1.query_distinguished_name=
(& (objectclass=person) (|(uid=%c)(cn=%c))) #CS_SERVER_DOMINO_DIRECTORY_1.query_distinguished_name_attrib=cn #CS_SERVER_DOMINO_DIRECTORY_1.query_domino_servers=
(&(objectclass=dominoServer)(http-hostname=*)) #CS_SERVER_DOMINO_DIRECTORY_1.query_domino_servers_attrib=
http-hostname #CS_SERVER_DOMINO_DIRECTORY_1.query_http_host_name=
(| (& (objectclass=server)(%v) ) (& (objectclass=dominoServer)(%v) ) ) #CS_SERVER_DOMINO_DIRECTORY_1.query_http_host_name_attrib=
http-hostname #CS_SERVER_DOMINO_DIRECTORY_1.query_last_resort=
(| (& (objectclass=person)(%v) ) (& (objectclass=groupOfNames)(%v) )
(& (objectclass=server)(%v) )(& (objectclass=dominoServer)(%v) )) CS_SERVER_DOMINO_DIRECTORY_1.query_user_emailaddr=
(&(objectclass=person)(cn=%c)) #CS_SERVER_DOMINO_DIRECTORY_1.query_user_emailaddr_attrib=
internetaddress CS_SERVER_DOMINO_DIRECTORY_1.query_user_mailserverfile=
(&(objectclass=person)(cn=%c)) #CS_SERVER_DOMINO_DIRECTORY_1.query_user_mailserverfile_attrib=
mailserver,mailfile