users.mysql.nss.getspnam

SQL query for the getspnam syscall.

Type
null or string
Default
null
Example
SELECT username,password,'1','0','99999','0','0','-1','0' \
FROM users \
WHERE username='%1$s' \
LIMIT 1
Declared
<nixpkgs/nixos/modules/config/mysql.nix>