File: libnss-mysql-root.cfg

package info (click to toggle)
libnss-mysql 1.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 476 kB
  • sloc: ansic: 1,667; sql: 295; makefile: 45; sh: 30
file content (16 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
getpwnam    SELECT username,password,uid,gid,pwchange,class,gecos,homedir, \
            shell,expire \
            FROM users \
            WHERE username='%1$s' \
            LIMIT 1
getpwuid    SELECT username,password,uid,gid,pwchange,class,gecos,homedir, \
            shell,expire \
            FROM users \
            WHERE uid='%1$u' \
            LIMIT 1
getpwent    SELECT username,password,uid,gid,pwchange,class,gecos,homedir, \
            shell,expire \
            FROM users

username    nss-root
password    rootpass