Link to the Lotus Notes/Domino Directory FAQ What follows is a collection of resources to answer frequently asked questions about Lotus Notes and Lotus Domino directories. This content originated as a posting on the developerWorks: Lotus Notes/Domino 6 forum. It
Disable Connector Download Link in Lotus Quickr (Domino Services)
To disable the possibility for a user to download the Lotus Quickr connectors via the browser you can add the following lines to QPCONFIG.XML: <webservices> <connector_install_url>”javascript:alert(‘The software is disabled.’)”</connector_install_url> </webservices> If a user then clicks on the link a
Widgets in Notes 8.0.1
I just was asked about what widgets in Notes 8.0.1 are and how you can create some. You can find more information on this wiki page on developerWorks. Update: There is also a tutorial available.
Active Directory: How to change the DN format in LDAP
At a customer site the distinguished name of an Active Directory user in the LDAP directory had the following format: CN=Lastname\, Firstname,OU=OrganizationalUnit 1,OU=OrganizationalUnit 2,DC=acme,DC=com In my test environment all users I created had the following format CN=Firstname Lastname,OU=OrganizationalUnit 1,OU=OrganizationalUnit 2,DC=acme,DC=com