search for: 1f9b8fe

Displaying 1 result from an estimated 1 matches for "1f9b8fe".

Did you mean: 129b4fe
2015 Oct 01
0
[PATCH] customize: sles password defaults.
--- customize/password.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize/password.ml b/customize/password.ml index 258d726..1f9b8fe 100644 --- a/customize/password.ml +++ b/customize/password.ml @@ -165,6 +165,9 @@ and default_crypto g root = | "opensuse", v when v >= 11 -> `SHA512 | "opensuse", _ -> `MD5 + | "sles", v when v >= 11 -> `SHA512 + | "sles", _ -> `...