MyNixOS website logo
option

users.mysql.nss.getspnam

SQL query for the getspnam syscall.

Declarations
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