1 getpwnam SELECT username,'x',uid,gid,gecos,homedir,shell \
3 WHERE username= binary '%1$s' \
5 getpwuid SELECT username,'x',uid,gid,gecos,homedir,shell \
9 getspnam SELECT username,password,lstchg,min,max,warn,inact,expire,flag \
11 WHERE username= binary '%1$s' \
13 getpwent SELECT username,'x',uid,gid,gecos,homedir,shell \
15 getspent SELECT username,password,lstchg,min,max,warn,inact,expire,flag \
17 getgrnam SELECT name,password,gid \
21 getgrgid SELECT name,password,gid \
25 getgrent SELECT name,password,gid \
27 memsbygid SELECT username \
30 gidsbymem SELECT gid \
32 WHERE username= binary '%1$s'
34 host nss.bureautique.fr.auf