---
 koji/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koji/auth.py b/koji/auth.py
index f7971ed..1804c09 100644
--- a/koji/auth.py
+++ b/koji/auth.py
@@ -269,7 +269,7 @@ class Session(object):
 
         # check passwd
         if context.opts.get('PAMService'):
-            if not 
pam.authenticate(user,password,context.opts.get('PAMService'):
+            if not 
pam.authenticate(user,password,context.opts.get('PAMService')):
                 raise koji.AuthError, 'invalid username or password'
             cursor = context.cnx.cursor()
             query = """SELECT id FROM users
-- 
2.4.3

--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to