similar to: Can only connect after running 'wbinfo -u' or 'getent passwd', and then only for a few minutes

Displaying 20 results from an estimated 10000 matches similar to: "Can only connect after running 'wbinfo -u' or 'getent passwd', and then only for a few minutes"

2007 Oct 29
4
Joining a Linux Machine to a Windows 2003 Active Directory Domain
Hey all, I'm trying to join a Linux machine running CentOS 5, Samba version 3.0.23 to a Windows 2003 Active Directory. I can authenticate successfully against Kerberos, but I cannot seem to join the domain. I'm using instructions from this article
2006 Oct 10
1
[Fwd: Re: Authenticating Linux Against AD with Winbind]
Jason, I used these. http://www.enterprisenetworkingplanet.com/netos/article.php/3487081 http://www.enterprisenetworkingplanet.com/netos/article.php/10951_3502441_1 Dale -------- Original Message -------- Subject: Re: [Samba] Authenticating Linux Against AD with Winbind Date: Tue, 10 Oct 2006 11:43:11 -0400 From: Aaron Kincer <kincera@gmail.com> To: Jason Rotunno
2005 Sep 12
1
Accessing /home/<user> properly from Win2003 Server share
Hi, After a major fight with Samba and Winbind (and my confusion), I finally have my a RHEL v4.0 ES box successfully authenticating against the Active Directory (ads) on a Windows 2003 Server. I installed the latest version of Samba in the process (3.0.20) and SELinux started complaining so I've disabled that for now. I can now telnet, ssh, su, etc... as any of my windows users on the
2005 Oct 19
1
err: Client not found in Kerberos Database
Hi My overall project is to get a Debian Sarge mail/samba-server to connect with a Windows server 2003, but i'm having problem with the kerberos/LPAD connection. I started uot with this guide: http://www.enterprisenetworkingplanet.com/netos/article.php/3487081 And i got all the components (Have_KRB5_H and etc.), but no connection.. If i test the conn with: kinit administrator@DOM.NET
2011 Feb 24
1
Trouble Using Samba 3.5.6 in ADS Domain
Hy List, i try to use a newly installed Samba 3.5.6 in an ADS Domain. firstly i configured kerberos, it works. I can "kinit administrator", "klist", works. secondly i configured samba: smb.conf: --- cut --- workgroup = KINDER netbios name = DSCHUNGEL realm = KINDER.LAN security = ADS wins server = 192.168.120.15 passdb backend = tdbsam load printers =
2006 Feb 08
1
winbind can see some groups but not others
Hello, I followed the steps at http://www.enterprisenetworkingplanet.com/netos/article.php/3487081 for adding a v3.0.21a samba and winbindd server to a MsAD domain and configuring nsswitch.conf to find passwd and group info from winbind. This seems to have worked out fine, except that I can't 'see' or 'recognize' certain groups via getent or via wbinfo -g. E.g. I can see the
2005 Oct 13
4
"Wbinfo -u" get user account sucessfully but "getent passwd" fails
Hi everybody, I got a problem here with my Samba ADS member server. It functions as a file server and works for a long time. A few weeks ago our Active Directory domain controller failed due to power outage. We fixed it and now an employee reports that he could not use the samba file server any more. I restarted samba service and did the following testing: 1) getent passwd <thisUser>
2008 Nov 24
2
Joining ADS: unodocumented error
Hi everyone, I am trying to set up a file server on Linux for Windows XP boxes in a Windows Server 2003 environment. I followed an excellent tutorial on Samba and ADS, which I recommend to all newbies like myself: http://www.enterprisenetworkingplanet.com/netos/article.php/3487081. Kerberos authentication seems to succeed, and apparently there is nothing wrong with my smb.conf file, yet when
2004 Nov 30
1
getent passwd and wbinfo -u returns machine names too
Hi, first I like to thank the samba team for making it possible to keep the UID's consistant across multiple machine. I've just got a quick question about my winbind implementation. I'm running 3.0.9 on fedora core 2, using my AD for authentication via winbind. When I run 'getent passwd' or 'wbinfo -u' I get the computer names from AD as well as the usernames. (now
2004 Jun 09
1
getent passwd & wbinfo -u not working
HI, i had messed up with the pam.d so i did a fresh install. now after this fresh install some how getent passwd and wbinfo -u is not working. the rest of the commands kinit net ads join are ok. [root@NIIT158 samba]# wbinfo -u Error looking up domain users and getent passwd simply returns me to the prompt after listing the names of the local users and groups any know how whats going
2005 Jul 24
0
the winbind problem, 'wbinfo -u' have the user but 'getent passwd' haven't the user
[This email is either empty or too large to be displayed at this time]
2006 Jun 01
1
wbinfo -u works, getent passwd doesn't (samba 3.0.22 and 3.0.23rc1)
Hi, I am having problems getting winbind working properly on an x86_64 server here. wbinfo -u and wbinfo -g work fine, as with wbinfo -a, but when I try to use getent passwd, I only get local accounts. Here is the relevant part of my nsswitch.conf: passwd: files winbind shadow: files winbind group: files winbind Here is my smb.conf: [global] workgroup = XXXX netbios name
2008 Jun 03
0
wbinfo -u lists ADS users without domain, getent passwd returns only local users
I'm using Samba/Winbind for single-sign on in a network where Active Directory is the authoritative authentication source. The active directory server is Windows 2003 with Services for Unix installed so that the schema is extended and the management interface has a "Unix Attributes" tab. wbinfo -u produces a list of users, without a DOMAIN+ prefix. getent passwd lists only
2020 Jul 10
0
wbinfo -u / getent passwd not working
Just thing i notised. > idmap config * : range = 1000-2000 This might give conflicts. Output of `cat /etc/adduser.conf |grep "[G-U]ID" ` These ranges should not overlap. After how may days/hours did it stop working? Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > basti via samba >
2020 Jul 10
0
wbinfo -u / getent passwd not working
On 10/07/2020 11:10, basti via samba wrote: > Hello, > i try to setup a linux laptop for homeoffice with login for ad users. > The last few days it work like expected. > > today wbinfo -u return no user, getent passwd <username> also. > > wbinfo -a "SAMDOM\user" > Enter SAMDOM\user's password: > plaintext password authentication succeeded > Enter
2020 Jul 10
0
wbinfo -u / getent passwd not working
On 10/07/2020 11:31, basti via samba wrote: > > On 10.07.20 12:25, Rowland penny via samba wrote: >> On 10/07/2020 11:10, basti via samba wrote: >>> Hello, >>> i try to setup a linux laptop for homeoffice with login for ad users. >>> The last few days it work like expected. >>> >>> today wbinfo -u return no user, getent passwd
2012 Jan 02
0
getent/wbinfo and gecos field weird behaviour
Hello there, I'm having a weird behaviour with getent (and by extension winbind using wbinfo) when querying for specific user info. I'm running Samba 3.5.4 in Centos 5.7 (3.5.4-0.83.el5_7.2) with default options, and securty = ads Everything works fine, but now I'm working on some autoemails with reports and I want to get rid of the user names, using user's first / last names
2020 Jul 10
1
wbinfo -u / getent passwd not working
On 10.07.20 13:01, Rowland penny via samba wrote: > On 10/07/2020 11:45, basti via samba wrote: >> >> On 10.07.20 12:39, Rowland penny via samba wrote: >> >>>>> What OS and version is this ? >>>> debian 10 >>>>> What Samba version ? >>>> 2:4.9.5+dfsg-5+deb10u1 >>>> >>>> only winbind installed.
2020 Jul 10
2
wbinfo -u / getent passwd not working
On 10.07.20 12:39, Rowland penny via samba wrote: >>> What OS and version is this ? >> debian 10 >>> What Samba version ? >> 2:4.9.5+dfsg-5+deb10u1 >> >> only winbind installed. > So you only require authentication > > Have you tried restarting winbind ? yes, restart winbind, network and the hole system does not help I have start winbind in
2005 Feb 28
1
the winbind problem, 'wbinfo -u' have the user but 'getent passwd' haven't the user
I use the winbind to map the w2k PDC users and groups to the redhat9.0, but a few problem appears,when I run "wbinfo -u" can list the user but "getent passwd" can't list the user,new created users in the w2k PDC also appear this problem.why? example: [root@honet5 lib]# wbinfo -u | more GZ+xiangmao GZ+xiaobinl GZ+XiaoHongChen GZ+xiaoliangc