[PATCH 17/26] fixup formatting gpclass.py

abartlet at samba.org abartlet at samba.org
Thu Jun 5 04:07:22 MDT 2014


From: Garming Sam <garming at catalyst.net.nz>

Signed-off-by: Garming Sam <garming at catalyst.net.nz>
---
 python/gpclass.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/python/gpclass.py b/python/gpclass.py
index f162462..28dfcdc 100755
--- a/python/gpclass.py
+++ b/python/gpclass.py
@@ -83,10 +83,10 @@ class gp_sec_ext(gp_ext):
 
     def populate_inf(self):
         return {"System Access": {"MinimumPasswordAge": ("minPwdAge", inf_to_ldb),
-                   "MaximumPasswordAge": ("maxPwdAge", inf_to_ldb),
-                   "MinimumPasswordLength": ("minPwdLength",inf_to_ldb),
-                   "PasswordComplexity": None
-                   }
+                                  "MaximumPasswordAge": ("maxPwdAge", inf_to_ldb),
+                                  "MinimumPasswordLength": ("minPwdLength",inf_to_ldb),
+                                  "PasswordComplexity": None
+                                  }
                }
 
     def read_inf(self, path):
-- 
1.9.3



More information about the samba-technical mailing list