Displaying 8 results from an estimated 8 matches for "pam_windbind".
Did you mean:
pam_winbind
2019 Jun 14
2
AD home drive
On 14/06/2019 16:57, Goetz, Patrick G via samba wrote:
> On 6/14/19 5:30 AM, Praveen Ghimire via samba wrote:
>> Initially I deposited the line towards the bottom but then it didn't work. The line wasn't getting enough attention so it decided to creep up a bit :)
> PAM configuration is very, very temperamental. Unless you know exactly
> what you're doing you'll
2005 Jun 06
0
Problem building samba on Solaris 9 --with-pam
...with similar problems, but not
solutions.
I am trying to build Samba 3.0.15pre2 on a Solaris 9 box with Active
Directory support. (i have built and have working such a set-up under
SuSE 9.2 already)
Oiginally I ran configure without the "--with-pam" switch, but then I'd
not get pam_windbind.so that I needed to allow Active Directory users to
log onto the Solaris host.
So my configure looks like:
./configure --prefix=/opt/local/samba --with-automount --with-profile
--with-acl-support --with-utmp --with-winbind --with-ads --with-ldap
--with-krb5=/opt/local/kerberos5 --with-pam
But...
2008 Dec 06
0
Samba 3.3.0rc1 for production server - is it safe?
...By the way, maybe this information can be
useful for the developers.
As the RHEL4's rpmbuild problem I told you before, I changed a line in
pam_winbind.c - in function `_pam_error_code_str';
old line:
PAM_AUTHTOK_RECOVERY_ERR
new line:
=> PAM_AUTHTOK_RECOVER_ERR
because I saw this in pam_windbind.h
#ifndef PAM_AUTHTOK_RECOVER_ERR
#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
#endif
I rpmbuild-ed it again, it flew through the above stage, but again, it
stucked while compiling samba-3.3.01rc/source/client/mount.cifs.c. It
said that
unlock_mtab and lock_mtab is undefined. I tried...
2015 May 22
0
RHEL 7.1 and Samba 4.1.12 partial success
...lso use winmin Version 1.75 to admin Samba ...
In the document " Setup a Samba AD Member Server" last release page ~8 -
Setting up PAM Auth...
I see the addition below.
account [default=bad success=ok user_unknown=ignore] pam_winbind.so # <-- add this line
but my choices are for pam_windbind.so are in a drop down and my choices are.
Sufficient (Success authentication immediately on success)
Optional (Success or failure is ignored)
Required (Fail Authentication at end on failure)
Requisite (Fail Authentication Immediately on failure)
Nothing like the [default=bad success=ok user_unkno...
2001 Oct 30
7
Active Directory
...s that ( at least in my experience ) Native mode still
includes NT services for user and group for compatability with older Windows
clients. (unless the admin shuts NT services down. If so, I expect that
older Windows versions would stop working along with Samba and any SMB
enabled PAM modules i.e. pam_windbind.so and pam_smb_auth.so )
Active Directory can be secured using Kerberos, however Microsoft has
modified the kerberos protocol to suit their needs, thus making it
incompatable with other "standard" kerberos implementations.
While this is the limit to what I know about Active Directory, i...
2001 Oct 25
4
wbinfo works, getent doesn't
Using RH7.1, Samba 2.2.2 in a Win2k mixed-mode domain.
wbinfo returns expected results but getent only returns linux users
any ideas?
Thankx
Winston Nimchan _/_/_/_/_/ _/_/_/_/ _/
Software Development Mgr. _/ _/ _/
Trinidad Systems Limited _/ _/_/_/_/ _/
1.868.628.9330 Ext. 215 _/ _/ _/
1.868.767.0249 _/ _/_/_/_/
2005 Jun 21
0
Active directory authentication and Solaris 9 problems
...ing gcc 3.2.2 on a Solaris
9/Sparc box. This Samba server is a member server of our Active
Directory (AD) domain called "CSUNET". When logged unto a windows
client machine as an AD user I can see and access resources on the
Solaris server.
I've been trying to get PAM working to pam_windbind.so and correctly
configured. So far I am unable to log onto the solaris box as an AD
user. If I am root, I can "su" to an AD user. If I am not root, I
cannot "su" to an AD user. I cannot logon to the machine at all with an
AD account, only the ones available in /etc/pass...
2001 Oct 22
10
Winbind, RedHat 7.1, Pam 0.74-22 ohh so close to working
Hello,
I have gone through the howto provided but I am not yet able to
logon to my linux box using NT4 domain accounts. I can however authenticate
to restricted shares and I can obtain groups and users via "getent" and
"wbinfo -u". All I really need now is a working /etc/pam.d/login. I've tried
examples from the howto as with others from the mailing list but I can not