[Freeipa-devel] [PATCH]

Rob Crittenden rcritten at redhat.com
Sat Nov 17 04:26:44 UTC 2007


Simo Sorce wrote:
> Lots of fixes for the password change plugin.
> Added userPassword support for simple binds.
> and password history support.
> Also make it retrieve the Master Key from ldap.

In this change did you mean to have for (i = 0i ... ?

@@ -248,7 +263,7 @@ static Slapi_Value **encrypt_encode_key(
  			kbvals = (struct kbvals *)calloc(count, sizeof(struct kbvals));
  		}
  		n = 0;
-		for (i = 0; count > 0 && i < count; i++) {
+		for (i = 0i, idx = 0; count > 0 && i < count; i++) {
  			if (i == 0) {
  				idx = slapi_valueset_first_value(svs, &sv);
  			} else {

Lots of other slapi code I sort of follow and didn't see anything 
obviously wrong. So ok.

rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3245 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20071116/729b3b00/attachment.bin>


More information about the Freeipa-devel mailing list