Category Archives: technology

blog posts about technological thingies.

LDAP: The MultiUpdateExtendedRequest

The UnboundID Directory Server supports an extended request called the MultiUpdateExtendedRequest. This extended request packages multiple updates in a single request and provides control over the behavior of the server when errors arise during the processing of the extended request. … Continue reading

Posted in Java, LDAP, UnboundID, UnboundID LDAP SDK | Tagged , | Leave a comment

Evernote drop-down font list

“Evernote is a suite of software and services designed for notetaking and archiving. A “note” can be a piece of formatted text, a full webpage or webpage excerpt, a photograph, a voice memo, or a handwritten “ink” note. Notes can … Continue reading

Posted in computing, evernote, mac | Tagged , , | 2 Comments

LDAP: Unsolicited Notification

LDAP is a request-response protocol with the exception of the unsolicited notification. The unsolicited notification is a transmission from the server to a connected LDAP client. LDAP clients should be prepared to handle the unsolicited notification because the notification is … Continue reading

Posted in computing, Java, LDAP, UnboundID LDAP SDK | Tagged , , , , | Leave a comment

LDAP: Authorization Identity and BIND

To demonstrate the authorization identity at stages of the life of a connection to an LDAP-compliant server, the following code fragment: connects and does not authenticate authenticates successfully attempts to authenticate but fails transmits a bind request with empty DN … Continue reading

Posted in computing, Java, LDAP, UnboundID LDAP SDK | Tagged , , , , , , | 2 Comments

LDAP: Add an entry using LDIF and the UnboundID LDAP SDK

Add Example (Java) See Also The following example uses the standard edition of the UnboundID LDAP SDK to add an entry using LDIF. The standard edition of the LDAP SDK is free and the source code is supplied. Using the … Continue reading

Posted in computing, Java, LDAP, UnboundID LDAP SDK | Tagged , , , , | Leave a comment