Questions tagged [winbind]

Winbind is part of the Samba suite and provides an NSS and PAM layer for Unix/Linux systems to integrate authentication with a Windows domain

133 questions
1
vote
2 answers

Samba: AD authentication for local users

We have a lot of Linux development servers which are generally accessed via SSH. Each developer has a local account on each box, managed by Puppet. Logins are via private keys only; there are no local passwords. I'd like to run Samba on these boxes…
markdrayton
  • 2,429
  • 1
  • 20
  • 24
1
vote
2 answers

winbindd gss_init_sec_context failed with [Unspecified GSS failure]

Running CentOS7. Every hour I get the same error message. I have no problems authentication. I believe there is a Redhat solution but I don't have subscription. https://access.redhat.com/solutions/2294131 Can someone tell me how to fix it? I have…
lbanz
  • 1,579
  • 4
  • 18
  • 30
1
vote
1 answer

Easier method of setting up Winbind auth in LMDE?

Some GNU/Linux distros (CentOS comes to mind) have a neat Authentication Config tool, in which you may specify which auth methods (files, NIS, Winbind etc) to use. You specify the needed parameters (e.g. realm, server address) and it does everything…
JCCyC
  • 670
  • 2
  • 13
  • 24
1
vote
2 answers

Initialise Kerberos ticket on ssh login using PAM

Right, so I am struggling a bit with PAM in Centos7. I have no idea how to configure it manually and make the changes permanent so that I get a kerberos ticket after a successful ssh login. The primary authentication method as you can see is winbind…
koullislp
  • 282
  • 2
  • 11
1
vote
0 answers

Random SSH connection timeout on first try to CentOS servers

Have got a curious issue with SSH on CentOS 6 and haven't found a solution yet. We have our CentOS 6 servers all joined to an Active Directory 2012 R2 domain using Winbind. It is not used for filesharing, but single sign-on and group access. Most…
titleistfour
  • 111
  • 3
1
vote
0 answers

Winbind forgets who I am

On one of our Ubuntu 14.04 servers, running Winbind 4.1.6+dfsg-1ubuntu2.14.04.9, Winbind periodically forgets who I am, resulting in strange errors like ssh aborting with an "unknown uid" error whenever I try to run it. Whenever the system is in…
Josh Kelley
  • 963
  • 1
  • 7
  • 17
1
vote
1 answer

Apache NTLM not authenicating domain username/password.

I have a centos box and I am trying to setup NTLM authenication for apache. I have the linux box on the AD domain already and able to get user and group info using the wbinfo command. I have the ntlm.conf httpd configuration setup as…
akarc
  • 11
  • 3
1
vote
2 answers

Removing a "semi joined" Ubuntu workstation from an Active Directory domain

I am joining an Ubuntu workstation to an MS AD. I had 1 or 2 config issues when I first tried to run net ads join which resulted in an error message and the workstation not being added correctly I assume (I can see the machine in the AD though).…
Brett
  • 221
  • 3
  • 11
1
vote
2 answers

Cross domain - AD group membership changes not reflected in winbind

I have similar cases on this thread at AD group membership changes not reflected in winbind information. The only difference is that this only occurs on "cross domain" for my scenario. Here is my configuration - http://pastebin.ca/3035431 ... I…
James W.
  • 739
  • 2
  • 7
  • 11
1
vote
1 answer

Winbind not enumerating users and groups of trusted domain

I'm using Samba 4.1.6-Ubuntu in Ubuntu 14.04, for authenticating users from two domains with a one-way cross-forest trust between them. Samba machine is joined to DOMAINA, while DOMAINB is the trusted domain. My aim is to allow users from DOMAINA…
1
vote
1 answer

Fedora 21 as an AD member suddenly stopped working

I had my Fedora 21 workstation connected to my AD domain and working for about a month and all was well and then I came in one morning and couldn't login. My initial response was blaming Win2013 and AD but after a little digging in the event viewer…
Geoff Johnson
  • 115
  • 2
  • 10
1
vote
0 answers

winbind needs to be restarded after boot

Environment: Centos 6.6 Samba 3.6.23-12.el6 I have succesfully connected the server to an Active Directory Domain and I have configured it as a Samba File Server. It works fine as long as I reboot, after the normal boot I have to restart the…
Marco
  • 111
  • 4
1
vote
0 answers

AD Authentication with SAMBA, Winbind and SSS

I'm having trouble authentication with AD to a SAMBA share on a linux server. Authentication appears to be working, but only halfway... [root@myserver ~]# wbinfo -a my_ad_user%password123 plaintext password authentication…
에이바
  • 612
  • 4
  • 11
  • 34
1
vote
1 answer

Winbind Centos wrong UID/GID

Here's the scenario: I have two machine: Ubuntu, running ldap to authencticate users CentOs, uses winbind to authenticate users to mount homedirs I use fstab and nfs shares. The problem is this: on Ubuntu, in getent passwd a user look like…
Tomas
  • 259
  • 3
  • 7
  • 16
1
vote
0 answers

after upgrade to winbind 3.6.24 the NT users cannot login into my RHEL4 box

I upgraded winbind/samba from 3.0.33 to 3.6.24 in a 32-bit RHEL4 box. The problem now is that any NT user cannot login. The error message found in /var/log/messages is Sep 3 09:05:20 node2 sshd[7209]: pam_winbind(sshd): request wbcLogonUser failed:…
Jdamian
  • 283
  • 3
  • 18
1 2 3
8 9