r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines...
[kai/samba.git] / source4 / dsdb / samdb / ldb_modules / password_hash.c
index 98061570c8ce946384def5901ff14eb2704ba323..a275810b12fcb9709b420c5e6a7c55a8a9d73fc8 100644 (file)
@@ -340,17 +340,17 @@ static int setup_primary_kerberos(struct setup_password_fields_io *io,
                return LDB_ERR_OPERATIONS_ERROR;
        }
 
-if (lp_parm_bool(-1, "password_hash", "create_aes_key", false)) {
-/*
- * TODO:
- *
- * w2k and w2k3 doesn't support AES, so we'll not include
- * the AES key here yet.
- *
- * Also we don't have an example supplementalCredentials blob
- * from Windows Longhorn Server with AES support
- *
- */
+       if (lp_parm_bool(-1, "password_hash", "create_aes_key", false)) {
+       /*
       * TODO:
       *
       * w2k and w2k3 doesn't support AES, so we'll not include
       * the AES key here yet.
       *
       * Also we don't have an example supplementalCredentials blob
       * from Windows Longhorn Server with AES support
       *
       */
        /*
         * create ENCTYPE_AES256_CTS_HMAC_SHA1_96 key out of
         * the salt and the cleartext password