[svn-inject] Installing original source of libnss-mysql-bg
[manu/libnss-mysql-bg.git] / sample / freebsd / libnss-mysql-root.cfg
1 getpwnam    SELECT username,password,uid,gid,pwchange,class,gecos,homedir, \
2             shell,expire \
3             FROM users \
4             WHERE username='%1$s' \
5             LIMIT 1
6 getpwuid    SELECT username,password,uid,gid,pwchange,class,gecos,homedir, \
7             shell,expire \
8             FROM users \
9             WHERE uid='%1$u' \
10             LIMIT 1
11 getpwent    SELECT username,password,uid,gid,pwchange,class,gecos,homedir, \
12             shell,expire \
13             FROM users
14
15 username    nss-root
16 password    rootpass
17