X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fslapd-modules%2Fpasswd%2Fsha2%2FREADME;h=f91fd5d2ad7f9a82f0cbb6f94f45d96aa97be893;hb=6f6ee3eada75d0ea8bee306c7953417f601c5bb8;hp=f63ddc60dd641bd3663fadd5898e5980777781d0;hpb=aa901ad6ce99f93231f611042950573a797e56d5;p=openldap diff --git a/contrib/slapd-modules/passwd/sha2/README b/contrib/slapd-modules/passwd/sha2/README index f63ddc60dd..f91fd5d2ad 100644 --- a/contrib/slapd-modules/passwd/sha2/README +++ b/contrib/slapd-modules/passwd/sha2/README @@ -24,7 +24,7 @@ Building 1) Customize the OPENLDAP variable in Makefile to point to the OpenLDAP source root. -For initial testing you might also want to edit CCFLAGS to define +For initial testing you might also want to edit DEFS to define SLAPD_SHA2_DEBUG, which enables logging to stderr (don't leave this on in production, as it prints passwords in cleartext). @@ -99,7 +99,7 @@ Debugging (SHA-512, SHA-384 and SHA-256 only) --------------------------------------------- To see what's going on, recompile with SLAPD_SHA2_DEBUG (use the -commented-out CCFLAGS in Makefile), and then run slapd from the console +commented-out DEFS in Makefile), and then run slapd from the console to see stderr: $ sudo /etc/init.d/slapd stop @@ -124,7 +124,7 @@ conn=0 fd=12 closed (connection lost) This work is part of OpenLDAP Software . -Copyright 2009-2012 The OpenLDAP Foundation. +Copyright 2009-2013 The OpenLDAP Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -139,6 +139,6 @@ top-level directory of the distribution or, alternatively, at ACKNOWLEDGEMENT: This work was initially developed by Jeff Turner for inclusion in -OpenLDAP Software, based upon the SHA2 implementation independently +OpenLDAP Software, based upon the SHA-2 implementation independently developed by Aaron Gifford.