support for PKCS5S2 is now included in the server, see https://issues.apache.org/jira/browse/DIRSERVER-1898
On Fri, Mar 22, 2013 at 8:37 PM, Kiran Ayyagari <[email protected]>wrote: > if you want to implement, then > > 1. create a subclass of PasswordHashingInterceptor [1] supporting the > said hashing mechanism > > 2. package it as a jar and copy it to lib directory > > 3. go to the entry > ads-interceptorId=passwordHashingInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config > > > 4. change the value of ads-interceptorclassname to your new class's FQCN > > 5. restart the server > > If you want to see an example implementation take a look at [2] > > [1] > http://svn.apache.org/repos/asf/directory/apacheds/trunk/interceptors/hash/src/main/java/org/apache/directory/server/core/hash/PasswordHashingInterceptor.java > [2] > http://svn.apache.org/repos/asf/directory/apacheds/trunk/interceptors/hash/src/main/java/org/apache/directory/server/core/hash/Sha256PasswordHashingInterceptor.java > > On Fri, Mar 22, 2013 at 8:19 PM, Ashma Shrestha <[email protected]> wrote: > >> Hi, **** >> >> ** ** >> >> Are there any plans on implementing PKCS5S2 Password Hashing? If not can >> anyone provide me some pointers on how this can be implemented. **** >> >> ** ** >> >> Thank you.**** >> >> * * >> >> *Ashma Shrestha* >> >> ** ** >> >> ** ** >> > > > > -- > Kiran Ayyagari > http://keydap.com -- Kiran Ayyagari http://keydap.com
