kartheek katakam
2012-Jan-18 01:35 UTC
[Samba] Error while display user info using wbinfo command
Hello, I was trying to integrate AD to Cent OS 6 server. As part of it I was running into these error, listed below. Authentication is successful against the AD server using wbinfo, but cant able to list user information using wbinfo. Not sure what might be the issue. error message: [2012/01/17 15:12:49.472876, 1] winbindd/idmap_ad.c:651(idmap_ad_sids_to_unixids) Could not get unix ID [root at HOSTNAME1V ~]# wbinfo -a z5073%Car108 plaintext password authentication succeeded challenge/response password authentication succeeded [root at HOSTNAME1V ~]# wbinfo -i z5073 Could not get info for user z5073 [root at HOSTNAME1V ~]# Thanks & Regards,
Dale Schroeder
2012-Jan-18 19:10 UTC
[Samba] Error while display user info using wbinfo command
On 01/17/2012 7:35 PM, kartheek katakam wrote:> Hello, > > I was trying to integrate AD to Cent OS 6 server. As part of it I was > running into these error, listed below. Authentication is successful > against the AD server using wbinfo, but cant able to list user information > using wbinfo. Not sure what might be the issue. > > error message: > [2012/01/17 15:12:49.472876, 1] > winbindd/idmap_ad.c:651(idmap_ad_sids_to_unixids) > > Could not get unix ID > > > [root at HOSTNAME1V ~]# wbinfo -a z5073%Car108 > > plaintext password authentication succeeded > > challenge/response password authentication succeeded > > [root at HOSTNAME1V ~]# wbinfo -i z5073 > > Could not get info for user z5073 > > [root at HOSTNAME1V ~]# > > > Thanks& Regards,You didn't state the Samba version you are using, but if it's 3.6.x, then it may be related to this bug: https://bugzilla.samba.org/show_bug.cgi?id=8676 Dale
kartheek katakam
2012-Jan-20 16:25 UTC
[Samba] Error while display user info using wbinfo command
Dale, The installed version of Samba is 3.5.10-114.e16. samba.x86_64 3.5.10-114.el6 @base -- and I noticed error messages aswell on /var/log/samba/log.smbd [2012/01/20 10:12:42.741585, 0] printing/print_cups.c:109(cups_connect) Unable to connect to CUPS server localhost:631 - Connection refused [2012/01/20 10:12:42.742071, 0] printing/print_cups.c:468(cups_async_callback) failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL [2012/01/20 10:12:42.742413, 0] smbd/server.c:281(remove_child_pid) Could not find child 6579 -- ignoring Any idea, Thanks,
Dale Schroeder
2012-Jan-20 19:10 UTC
[Samba] Error while display user info using wbinfo command
On 01/20/2012 10:25 AM, kartheek katakam wrote:> Dale, > > The installed version of Samba is 3.5.10-114.e16. > samba.x86_64 3.5.10-114.el6 > @base > -- > and I noticed error messages aswell on /var/log/samba/log.smbd > [2012/01/20 10:12:42.741585, 0] printing/print_cups.c:109(cups_connect) > Unable to connect to CUPS server localhost:631 - Connection refused > [2012/01/20 10:12:42.742071, 0] > printing/print_cups.c:468(cups_async_callback) > failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL > [2012/01/20 10:12:42.742413, 0] smbd/server.c:281(remove_child_pid) > Could not find child 6579 -- ignoring > > > Any idea, > > Thanks,Kartheek, Then you should probably supply the [global] section of your smb.conf to the list. Someone with experience with idmap ad (of which I have none) might be able to help you. Dale