I am trying to configure libnss_mysql on my FreeBSD 5.3 box. Binding on the mysql database works fine but when I am using the id command, the user is found on the mysql database but not the group.
Example :
# id ajno
uid=10025(ajno) gid=10002 groups=10002
I have enabled the DEBUG and tried to see if there was a bad request but I saw nothing particular.
Does somebody can tell me where can I search to resolve this problem ?
Thank you for your answers
Best regards
ptitoliv
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to configure libnss_mysql on my FreeBSD 5.3 box. Binding on the mysql database works fine but when I am using the id command, the user is found on the mysql database but not the group.
Example :
# id ajno
uid=10025(ajno) gid=10002 groups=10002
I have enabled the DEBUG and tried to see if there was a bad request but I saw nothing particular.
Does somebody can tell me where can I search to resolve this problem ?
Thank you for your answers
Best regards
ptitoliv
Sorry, it was my fault. The error consisted only in a grant problem :)