Displaying 20 results from an estimated 7000 matches similar to: "pam_winbind.so -- required_membership argument"
2004 Sep 08
2
Updates? Last samba package from RedHat? Cd images for update 3?
Dear Centos-3 Maintainers,
there are several new (september) packages from redhat for RHEL3 especially
https://rhn.redhat.com/errata/RHBA-2004-430.html
(samba 3.0.6).
Perhaps these new packages are not security updates, but ....
I am having problems printing in current samba-3.0.4-6.3E
which I believe shall be resolved with the new samba.
Do you guys intend to rebuild last redhat updates, or
2004 Aug 26
5
3.0.6 and pam_winbind problems (sernet)?
Recently I upgraded a server from samba 3.0.2a to 3.0.6, and now apache
won't authenticate properly with pam_winbind. Winbind's been restarted,
apache has been restarted, for grins I even rebooted the server.
>From /var/log/messages:
Aug 26 10:24:51 linps2 pam_winbind[654]: user 'jarboed' granted acces
>From apache's error log:
[Thu Aug 26 10:24:51 2004] [error] (2)No
2004 Jun 30
3
Samba 3.0.4 on RHEL3
There have been several issues fixes since the 3.0.2 release of Samba. One
of the most important issues is a problem with password changing after
applying the patch described in the Microsoft KB828741 article to Windows
clients.
I want to run Samba 3.0.4 on RHEL3. The version provided by RedHat is
samba-3.0.2-6.3E. I can't find any other RPMs or SRPMs for RHEL3. Any help
you can provide
2003 Mar 21
1
Compiling pam_winbind on Solaris 8
Greetings,
I am trying to compile pam_winbind.so under Solaris 8. I have the source for samba 2.2.8 on the server. When I issue a make nsswitch/pam_winbind.so, I receive many compiler warnings, such as:
Compiling nsswitch/pam_winbind.c with -fPIC
nsswitch/pam_winbind.c: In function `converse':
nsswitch/pam_winbind.c:72: warning: passing arg 3 of `pam_get_item' from incompa
tible
2009 Mar 13
1
PAM_WINBIND problem with sambaPwdMustChange
Hi People!
I use pam_winbind for authentication in my computer workstation using
Debian Lenny 5.0, Stable Version.
I configure my user with this option "sambaPwdMustChange: 0", and I
logon in GDM without asking to change password. Who knows what can be?
I use Samba PDC with Heimdal Kerberos, but, I configure PAM with only
pam_winbind for tests...
Client versions:
ii
2009 May 01
2
pam_winbind: user needs new password
Hi,
I just upgraded from Mandriva 2009.0 (Samba 3.2.3) to Mandriva 2009.1
(Samba 3.3.2), keeping all the same config files I had before. I use
pam_winbind to authenticate users against MS Active Directory.
Everything was working perfectly prior to the upgrade, and now
everything seems to be fine except for one thing: no user can have
access due to the following errors (taken from auth.log):
May
2003 Jul 18
1
pam_winbind.so
Hi all,
I am having a problem with pam_winbind.so. Is there
any documentation that tells exactly what each module
with pam_winbind.so does? In other words, what does
the auth section do, what does the account section
do??? When I try to authenticate, the auth section in
login pam seems to pass successfully, but the account
section seems to fail. Here is my login module
auth required
2004 Jan 05
2
pam_winbind problems
Hello,
I am have some interesting problems with the pam_winbind portion of samba
3.1. wbinfo -u and getent passwd
works but when I login I get the following messages in /var/log/messages.
Jan 5 11:09:36 hermes pam_winbind[9014]: write to socket failed!
Jan 5 11:09:36 hermes pam_winbind[9014]: internal module error (retval = 3,
user = `CSQ+shane'
Jan 5 11:09:36 hermes PAM_pwdb[9014]: check
2017 Mar 13
1
pam_winbind with trusted domain
Hi,
I am having problems using pam_winbind to log in as a user in a trusted domain. The arrangement is that Samba is joined to a local domain DOMLOCAL which has a trust setup with DOMREMOTE. getent passwd/group correctly enumerates users and groups from DOMLOCAL.
If I try getent passwd for the DOMREMOTE account no result is returned. pam_winbind has a requirement that the user is a member of
2010 Oct 27
3
Samba 3.5.6, Solaris 10, pam_winbind.so will not link
Greetings,
Still no progress trying to get Samba 3.5.6 built on Solaris 10, using
gcc 3.4.6.
Maybe fresh eyes will see something? Been having issues building samba
since 3.4.9 (and anything greater than 3.2.15 on Solaris 9 where samba
will build, but winbind will not work properly for user authentication.)
techops$ make
Using CFLAGS = -I/opt/local/kerberos5/include -O -I.
2006 Aug 01
2
[HELP] Samba 3.0.23a pam_winbind says password expired
hi,
i just do some tests with a fresh compiled samba 3.0.23a.
trying to authenticate against PAM with pam_winbind gives:
Aug 1 09:59:21 humevo36 pam_winbind[27853]: pam_winbind:
pam_sm_authenticate (flags: 0x0000)
Aug 1 09:59:23 humevo36 pam_winbind[27853]: Verify user `gasch'
Aug 1 09:59:23 humevo36 pam_winbind[27853]: enabling cached login flag
Aug 1 09:59:23 humevo36
2009 Nov 05
3
ADS, pam_winbind and vsftpd
Greets ... I am not getting it.
I have samba (old one, 3.0.22-11-SUSE-CODE10) in an ADS-context, winbind
works OK ...
I am trying to connect vsftpd to winbind via PAM, this works TOO GOOD ;-)
currently I am able to login to vsftpd with ANY password, that's bad.
I am not understanding that PAM-stuff and I have some pressure to get
that ftp-server up, so please would someone help me out?
My
2003 Feb 17
7
pam_winbind.so - How do I create it?
Hello,
I'm installing 2.2.7a, or attempting to at any rate. I've compiled it
from source using the following instructions:
http://us2.samba.org/samba/docs/Samba-HOWTO-Collection.html
Anyways, I've got it set up so that it works. Now I'm trying to get to
a point where I can interface it like I have with a different Linux box
that is working without any problems.
When I did the
2009 Nov 02
2
Problem with pam_winbind
Hi
my setup debian amd64 with
ii samba 2:3.4.2-1
SMB/CIFS file, print, and login server for Unix
ii samba-common 2:3.4.2-1
common files used by both the Samba server and
ii samba-common-bin 2:3.4.2-1
common files used by both the Samba server and
ii samba-doc
2001 Dec 10
7
pam_winbind
Hello guys,
I have a Linux Box win R.H 7.2; I have compiled samba2.2.2 but I don't find
the library pam_winbind.so.
Someone can help me.
Thanks, Dadi
2002 Oct 17
3
quick pam_winbind.so question
2.2.6 installed from rpm on rh 7.2 system...
I'm trying to use pam_winbind and apache's basic authentication to
restrict access to certain directories served by apache.
It does work, but when I enter a wrong password I get this error in
log.winbindd:
Plain-text authentication for user jarboed returned NT_STATUS_WRONG_PASSWORD
Is there a way that pam_winbind.so can encrypt the passwords
2006 Aug 15
3
pam_winbind says I need new password
Hello all,
I have a pretty large DC and am using winbind for our linux workstations and
im having a preculiar issue. Not all accounts but some...including mine are
recieving the pam error to change password.
example...
...
WARNING: Your password has expired.
You must change your password now and login again!
Changing password for user msellers.
Changing password for msellers
(current) NT
2001 Nov 05
1
can't find "pam_winbind.so"
Hello to all,
I am trying to setup samba 2.2.2 with winbind and i
have gone through all the documentation that i could
find in regards to this. Everything has been going
smoothly up until now. The html docs for setting up
winbind states that i should copy "pam_winbind.so" from
the /samba/source/nsswitch/ to /lib/security/, simple
enough but i do not have "pam_winbind.so" in
2022 Dec 02
2
pam_winbind and home folders
Hi all, I have a PC joined to an AD domain that authenticate users using
pam_winbind module. I have set the option mkhomedir and all seems to
works except that in the domain home folders are created? even home
folders of the PCs. There is a way to instruct pam_winbind to create
only user's home folders and don't create PC's home folders?
Piviul
2002 Aug 22
3
using pam_winbind to authenticate PPP?
I'm trying to set up a Linux-based dialin server on our company network.
I'd like to have PPP authenticate using winbindd, if possible. I feel like
I've almost gotten it to work, but I can't quite get there. Files:
/etc/pam.d/ppp:
#%PAM-1.0
auth required pam_nologin.so
auth sufficient /lib/security/pam_winbind.so
account required