commit: 9daf8419e38420f79d04f2c11f36a6679f10ae80
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 4 18:40:12 2025 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 5 20:42:50 2025 +0000
URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=9daf8419
Drop unused variable 'likeauth'
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
pambase.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/pambase.py b/pambase.py
index f8ef3d4..1cc9f50 100755
--- a/pambase.py
+++ b/pambase.py
@@ -92,7 +92,6 @@ def process_args(args):
blank_variables = [
"unix_authtok",
"unix_extended_encryption",
- "likeauth",
]
# create a blank dictionary
@@ -101,7 +100,6 @@ def process_args(args):
output.update(vars(args))
# unconditional variables
- output["likeauth"] = "likeauth"
output["unix_authtok"] = "use_authtok"
if args.yescrypt: