nss-mysql-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nss-mysql-users] lil' choke in nss_mysql 0.43


From: Frédéric Trudeau
Subject: [Nss-mysql-users] lil' choke in nss_mysql 0.43
Date: Sat, 10 May 2003 19:29:57 -0400

I have made a mistake adding two users with the same UID in the user table.
Here is what I get in the logs.

May 10 20:31:25 mobius nss-mysql[18940]: Warning: lookup returned 134544120
rows, I was expecting just 1.

134544120  rows ? Wonder why, since I only got 9 records so far =)

mysql> select user_id,user_name,password,uid,gid,homedir from nss_user;
+---------+-----------+------------------------------+------+-----+---------
-------------------------+
| user_id | user_name | password                     | uid  | gid | homedir
|
+---------+-----------+------------------------------+------+-----+---------
-------------------------+
|     101 | guillaume | $1$pp$FiHzni87Pc3CeOaG24jZV/ | 1001 | 500 |
/home/guillaume                  |
|     102 | linus     | $1$pp$FiHzni87Pc3CeOaG24jZV/ | 1002 | 500 |
/home/linus                      |
|     103 | alan      | $1$pp$FiHzni87Pc3CeOaG24jZV/ |    0 | 500 | /tmp
|
|     104 | delancie  | $1$pp$FiHzni87Pc3CeOaG24jZV/ | 1501 | 500 |
/delancie                        |
|     105 | ftrudo    | vrGp2V/5ZpZ8g                | 1003 | 500 |
/home/ftrudo                     |
|     106 | user1     | 450b4899327d7034             | 1004 | 500 |
/mnt/fileserver/data/home/user1 |
|     107 | user2     | job314                       | 1004 | 500 |
/mnt/fileserver/data/home/user2 |
|     108 | user3     | job314                       | 1005 | 500 |
/mnt/fileserver/data/home/user3 |
|     109 | user4     | job314                       | 1006 | 500 |
/mnt/fileserver/data/home/user4  |
+---------+-----------+------------------------------+------+-----+---------
-------------------------+







reply via email to

[Prev in Thread] Current Thread [Next in Thread]