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
Questions tagged [winbind]
136 questions
1
vote
1 answer
Samba4 net join member fails
I'm trying to join a RHEL6 server using samba4 to a domain. Net ads join works correctly, join member does not however. Effectively wbinfo --getdcname does not work where as wbinfo --dsgetdcname does.
If some light could be shed on the difference…

Antitribu
- 1,719
- 3
- 23
- 37
1
vote
1 answer
FreeRADIUS mschap
Following this guide, I am trying to set up FreeRADIUS to authenticate against Active Directory. I can get an Access-Accept message when I send the password in plaintext (using the DEFAULT Auth-Type = ntlm_auth method); however, I want to use…

AWippler
- 1,065
- 1
- 12
- 32
1
vote
0 answers
Apache + PAM + Winbind slow logins
Since upgrading our old Debian Lenny server to Ubuntu 12.04, we've noticed intermittent slow or failed access to Apache. Many or most web requests work fine, but occasionally, a Subversion client will effectively lock up while waiting on a reply,…

Josh Kelley
- 983
- 1
- 7
- 17
1
vote
0 answers
pam_mount on CentOS 5 NOT working with Winbind
I used the instructions located here: Installing pam_mount on CentOS 5
However, when I add the pam_mount.so entries, and reboot the machine, I cannot log in. Each time I enter the login and press Enter, the system asks me for the login again,…

user203824
- 11
- 1
1
vote
1 answer
Samba need an ip of same network of Windows Active Directory to make the join?
Im working to setup samba in windows network. The goal is windows users from Active Direcotry uses their passwords to log in samba shares.
I am not sure if, in this setup, AD server and Samba Server have to be in the same network? Is mandatory?
I…

Rubendob
- 133
- 4
1
vote
1 answer
winbind separator and group name behavior in getent group, constantly changing
I have a problem that occasionally apprears-dissapears and it drives me nuts.
My Debian servers are authenticated against AD and only "linuxadmins" group member can SSH to server and "sudo su".
SSH login works, no problems in there but users are…

user1492810
- 31
- 1
- 6
1
vote
0 answers
Best way to bind multiple RHEL 6 Systems to AD and use NFS?
I am currently migrating systems to an AD domain using winbind. This works fine but I have discovered that NFS mounts don't have proper permissions because users and groups end up with different uid/gid on each system.
My question is, what would be…

Marty
- 159
- 1
- 1
- 5
1
vote
1 answer
CentOS 6 Unable to Resolve One AD Account
I have a problem that has got me going round in circles.
We have 14 Centos 6 AD integrated servers using Samba/Winbind with idmap_ad (security = ads, idmap backend = ad), this setup is running perfectly in 13 of them.
Problem
The problem lies with…

malco
- 465
- 1
- 7
- 14
1
vote
1 answer
Linux PAM pam_succeed_if.so
I've specified an AD security group in PAM to restrict which domain users can login. I've also restricted sessions for AD users to this group. This prevents a logged in user from doing an "su -" to an AD user outside of the group.
The Winbind uid…

kernelpanic
- 1,276
- 1
- 10
- 30
1
vote
0 answers
Winbind info shows local users that do not exist
I am setting up Samba on a Linux machine running CentOS 6 (called localhost, and the AD computer I am connecting to is dc.companyname.com), and I have done everything successfully, except when I type
wbinfo -u
It shows a local user,…

Shiroi98
- 283
- 4
- 5
- 12
1
vote
1 answer
Restrict su to domain user in Winbind/Kerberos Linux AD integration
We've got some RHEL 5 servers joined to AD using Winbind/Kerberos which is working well overall.
I've specified an AD security group in PAM to restrict which domain users can login.
auth requisite pam_succeed_if.so user ingroup ad_group…

kernelpanic
- 1,276
- 1
- 10
- 30
1
vote
1 answer
LAN queries not resolved in BIND
I have a public url like app1.wifi.com,so that I can access my url from anywhere. Now I want to set that same url to my local machine. If I type app1.wifi.com from my LAN, it should routed to local app1.wifi.com. To achieve this, I tried the below…

vijai
- 11
- 3
1
vote
1 answer
pam_mount of smb share on rhel6, home directory not available for login - probably SELinux?
I'm using the Fedora 12 pam_mount / libHX RPMs on a RHEL 6 x86_64 system to automatically mount home directories from a NetApp system configured with NTFS-only security
AD-bound logins work fine - I'm having problems with making it automatically…

theducks
- 13
- 1
- 3
1
vote
0 answers
Fedora join to AD DS (svr 2008): NT_STATUS_INVALID_COMPUTER_NAME
I have been attempting to join my Fedora machine to my 2008 AD DS domain (testdomain.lcl) for some time now. I have followed this article:
http://weblog.bignerdranch.com/?p=6
But with no luck. I have also tried Likewise. The error I am getting is…

Bede
- 421
- 6
- 16
1
vote
0 answers
Domain logon with Linux
I've set up Samba and winbind, and everything is working fine. I can see all AD users and groups, and corresponding relationships. I've also set up PAM authentication successfully. I have a local user boban, and also AD user with the same username.…

Boban P.
- 705
- 1
- 6
- 20