X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/93a2c3305190ca87cc1a6c98868c251ef67c3f37..c4d23d02ec5a26d09d389dcf7b8928ecd5798ccc:/filters/gentoo-ldap-authentication.lua diff --git a/filters/gentoo-ldap-authentication.lua b/filters/gentoo-ldap-authentication.lua index c1e382f..3b6564b 100644 --- a/filters/gentoo-ldap-authentication.lua +++ b/filters/gentoo-ldap-authentication.lua @@ -106,7 +106,7 @@ local lualdap = require("lualdap") function gentoo_ldap_user_groups(username, password) -- Ensure the user is alphanumeric - if username:match("%W") then + if username == nil or username:match("%W") then return nil end