A little bit of a problem with using a dojox.grid.DataGrid connected to a dojo.store.JsonRest data store. Note that dojox.grid is officially abandoned so it’s not really a very good idea to use it anyway – should be using dgrid or GridX instead. If you edit a cell value then timing issues mean that although the […]
Monthly Archives: June 2013
Using the LDAP Password Modify extended operation with Spring LDAP
If you want to change the password for a given user in an LDAP repository then you need to worry about the format in which it is being stored otherwise you will end up with the password held in plain text (although base64 encoded) Using the password modify extended operation (rfc3062) allows OpenLDAP, in this […]