Displaying 20 results from an estimated 10000 matches similar to: "Winbind Problem"
2005 Jul 26
0
Problem with winbind
I have a problem with winbind and pam that I just can't quite get past.
Here is what I have:
I have a home office with a Windows 2000 active directory domain (domain
XYZ). I have a remote office running Samba 3.0.14a connected to the
home office via a VPN. All users at the remote office are required to
have an account on the active directory domain at the home office for
several reasons,
2002 Jul 24
4
Winbind trouble. Wbinfo see's users, "getent passwd" doesn't
I'm trying to set up a new fileshare, to replace an aging NT4 machine we've
been using for far too long.
I'd like to run Linux (RedHat 7.3) on the machine.
Basically, I'm trying to create a fileshare "files" that people can
transparently log in to from NT4 and Windows 2000 workstations. My boss has
approved the use of Linux for the server, but only if I can make it
2007 Jan 04
1
how do i tell winbind to use PAM
quick question how do i tell winbind to use PAM to authenticate user against
03 AD?
vi /etc/pam.d/samba
#%PAM-1.0
auth required pam_nologin.so
auth required pam_stack.so service=system-auth
auth required pam_winbind.so
account required pam_winbind.so
account required pam_stack.so service=system-auth
session required pam_mkhomedir.so
2006 Sep 12
0
Samba, winbind, krb5 Auth problem
Hi all
I'm actually trying to setup an AD authentication on linux workstations.
- I've setup an windows AD 2003 server, which work fine.
- I've setup linux redhat 4 enterprise server (used as a workstation for the moment)
- On the redhat, I already have setup smb.conf, krb5.conf, nsswitch.conf, pam.d/login, pam.d/system_auth. I have pasted all these files below.
==> I get
2002 Aug 20
1
winbind initgroups problem with 2.2.5 on RH 7.2
Hello,
I am trying to get winbind up and working for logins. Here is my error
message from /var/messages:
Aug 20 20:59:51 aslan pam_winbind[32713]: user 'lisa.snow' granted acces
Aug 20 20:59:51 aslan pam_winbind[32713]: user 'lisa.snow' granted acces
Aug 20 20:59:51 aslan login[32713]: initgroups: Operation not permitted
Here is my pam.d/login file:
#%PAM-1.0
# orginal before
2002 Nov 26
0
winbind pam.d cofigurations
Hello,
I currently have samba configured with winbind so that I can login using NT
authentication with my domain controller. Winbind is working perfectly
with the domain, I have /etc/pam.d/login configured perfectly and I can
login through the console.etc..
However, when I try to use passwd, it doesn't prompt for a new password, it
does this:
bash-2.05b$ passwd
Changing password for
2002 Nov 15
1
Winbind and Samba
Hi all, I was wondering if someone could lend a little assistance.
I recently setup SAMBA/Winbind to allow users to login to a Redhat 8 box
using their Windows NT Domain credentials. All is working well in that
regard.
The issue I am having is getting regular UNIX based users to be able to
login. The following is my PAM configuration. For example, if I try to
login as root, it does not work.
2004 Dec 13
1
auth. username rewriting?
Hello,
Now, I'm faced with a problem: I need to be able to login using the same
username that I bind against using ldapsearch, and not the
sAMAccountName given to me via winbind.
ie. to login using one of my AD usernames right now, I issue:
su - ADSDOMAIN+username1
but the binddn I use to search the ldap directory is, say, username2:
ldapsearch -x -W -D"username2"
2017 Jul 24
1
under some kind of attack
>> As per my post: checkpassword. You can then use one password on Mondays,
>> Wednesdays, and Fridays, alternate passwords on Tuesdays and Thursday
>> fetched from a rot-13 database, and only from prime numbered IP addresses
>> on weekends, if that's what you want.
>
> Having read the wiki page on checkpassword, I am unsure how this would
> work with an ldap
2006 Jan 28
3
Multiple Subscriptions to SIP accounts at Same Domain
Sorry not to have observed etiquet and lurked here for a bit before
wading in with a question but I have an issue that may well be because
I dont know enough about what asterisk is actually doing under the hood
to understand why I cant do what I want with asterisk.
Im hoping that someone can point me in the right direction :-)
This is what I have:
Mandrake 2006 running Asterisk 1.2.3 - no
2007 Nov 07
0
samba, winbind and pam
Hello,
I use samba/winbind and pam to authenticate to our Active Directory.
I ask pam to create the user home directory on linux when the user does a login.
it works just fine but the problem that I'm having is that in the home directory I end up having tons of user homes but they've never logged into this linux system.
have you experienced this, any solutions, ideas?
thank you.
my
2004 Dec 27
1
need help with winbind, pam and samba
Hi all,
happy christmas,
need help with winbind, pam and samba.
I have here a RHEL clone with Samba 3.09.
Winbind goes so far and wbinfo - u / -g / -t is successful.
Which does not function is Winbind and pam.
As soon as a Windows PC wants to access a share,
i get the following error message in the Samba log file.
[2004/12/27 11:54:34, 0]
auth/auth_util.c:make_server_info_info3(1134)
2004 Nov 05
1
Using winbind authentication with Windows 2003 AD - SSH login failures
Hi all,
I have been trying to setup authentication of users on a Linux server
against Windows server 2003 using winbind.
I am at the point where an
su - ADUSERNAME
works, but sshing as that user still doesn't work.
When I try to ssh as an AD user as follows:
ssh -l "RILINUX+testuser" server.domain.com
I get the following output in /var/log/messages:
server pam_winbind[5906]:
2003 Jun 19
0
Winbind problem - "id: cannot find name for group ID"
I've configured pam to use winbind for login authentication ... the
problem is that when I login with my domain user I get "id: cannot find
name for group ID 10004" ... 10004 should be "Domain Users" ... and when I
do getent groups|grep 10004 I can see this group... although when I do
getent group 10004 it returns nothing. Also, when home directories are
automatically being
2005 Mar 09
0
samba > winbind > pam problem
The specs:
Fedora Core 1
samba-3.0.7-2.FC1
openssh-3.6.1p2-19
pam-0.77-15
The details:
SAMBA is installed
computer is connected to the a Windows 2000 domain
wbinfo -u / -g / -t all give the desired results
getent passwd lists domain users
/etc/pam.d/sshd:
auth sufficient pam_winbind.so
auth required pam_stack.so service=system-auth
auth required pam_nologin.so
2004 Sep 06
0
Samba Winbind and NT PDC
Hi
I am trying to get my linux box authenticate from an NT PDC.
I am using samba 2.2.11.
The linux box joins the pdc by the smbpasswd -j domain -r pdc -U admin command but
it is not getting authenticated by the PDC .
has anyone tried this and have some info/doc on this ..
this is my system-auth file
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time
2005 Aug 05
0
Gentoo, Pam, Sshd, Winbind + AD
Hi,
I've read through some of the posts and can't see an answer to my query so I'm throwing it here :)
GOAL: To use Winbind to authenticate users against directory,for Console Login, GDM, SSH etc
While this has been somewhat successful, there are a few errors that I would like to remove (if possible).
Firstly :
When I ssh with an AD user all appears to log in ok, except the ssh
2005 May 24
4
Table Help
Reply to sender Reply to all Reply to folder Forward Move/Copy Delete
Read previous item Read next item Get help information on the current
window
From: McMurtry, Benjamin G.
To: 'r-help-request at stat.math.ethz.ch'
Cc:
Subject: Table Help
Sent: 5/24/2005 4:33 PM
Importance: Normal
I have a very large table that I want to add some of the certain rows.
The table is
2005 Jun 10
2
winbind and pam on FC3
I cant get a login from an FC3 setup unless the user has a local account.
Jun 10 11:53:12 fc3 login(pam_unix)[12082]: check pass; user (elina) unknown
Jun 10 11:53:12 fc3 login(pam_unix)[12082]: authentication failure;
logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost= user=elina
Jun 10 11:53:12 fc3 pam_winbind[12082]: user 'elina' granted access
Jun 10 11:53:12 fc3
2002 Nov 18
1
Help with PAM Config
I've installed SAMBA, Winbind etc and everything is working great for users
to login with GDM using DOMAIN+username
Although this is working, now I can no longer login as a generic Linux user
(ex. root). The following is my GDM file from /etc/pam.d/gdm
I wonder if someone might have a suggestion as to what it's missing to allow
Linux users to login?
#%PAM-1.0
auth required