search for: pam_smbpass

Displaying 20 results from an estimated 352 matches for "pam_smbpass".

2003 Oct 23
1
pam_smbpass on Solaris box
Hello I decided to test password migration (on Solaris 8 box with SUNWspro C) and built samba with pam_smbpass module : CC=cc ./configure --prefix=/opt/local/samba --with-acl-support --with-pam --with-pam_smbpass Then installed bin/pam_smbpass.so in /usr/lib/security : # ls -al /usr/lib/security/pam_smbpass.so -rwxr-xr-x 1 root sys 2091380 Oct 23 11:01 /usr/lib/security/pam_smbpass.so Changed...
2001 Nov 01
1
Sol 2.8 - Samba 222- --with-pam compile errors
Hi I'm attempting to compile samba 222 on Solaris 2.8 using Sun Forte 6 C compiler but I'm getting error messages. I used the following sequence of commands: setenv CC cc ./configure --prefix=/usr/local/samba.22 --with-acl-support --with-pam --with-pam_smbpass --with-syslog make See messages below: ================================================================ .......... ................... Compiling passdb/pass_check.c "passdb/pass_check.c", line 668: warning: statement not reached Compiling passdb/smbpassfile.c Compiling passdb/machine_sid...
2010 Jul 03
2
pam_smbpass.so passdb.tdb support
Hi, Recently I have installed samba 3.4.8 on my device. Since then ftp (vsftp,proftpd) which is taking users from samba database with pam_smbpass.so is not working. After enabling detailed log I have noticed it is looking for the passwords in smbpasswd (/etc/samba/private) which is of zero size . I think all users passwd are located in passwd.tdb.I could fix this by giving "passdb backend=smbpasswd" . somewhere I read smbpass...
2003 Feb 19
2
pam_smbpass and ldap
On a Debian 3.0 system with user accounts stored in openldap, I have unix and windows auth working just fine through ldap. smbpasswd can change the samba passwd attributes, and passwd can change the unix password attributes. I'm trying to get pam_smbpass to work to keep everything in sync, but it only says "Failed to find entry for user test0." which indicates to me that its looking in the smbpasswd file which has, of course, nothing. "ldd /lib/security/pam_smbpass.so" gives libpam and libldap among other things. Can someone t...
2013 Jan 18
1
pam_smbpass.so on AIX
Yet another odd one... I've got it set up now so that swat uses pam_smbpass.so, and once a user logs into swat at least once, it'll update their password in the passdb backend configured for Samba. But, I also need to ensure that when a user changes their password via passwd, it also gets updated. I added the following in /etc/security/login.cfg: usw: auth_type...
2016 Mar 03
2
Broken pipe when using ssh with pam_smbpass.so migrate
Hello, I am trying to keep my samba accounts in sync with my unix accounts. I want to login ssh. Syncing passwords works. Scenario: I create a new user: useradd -m testuser passwd testuser When I log in with the user pam_smbpass should create a corresponding samba user. I modified system-auth which is included in sshd: #### /etc/pam.d/system-auth auth requisite pam_unix.so try_first_pass nullok auth optional pam_permit.so auth required pam_env.so auth optional pam_smbpass.so migrate account r...
2002 Oct 09
1
Strange issue with pam_smbpass
Hello all!! Something strange is happening recently with pam_smbpass.so. I get the errors: passwd: PAM unable to dlopen(pam_smbpass.so) passwd: PAM [dlerror: pam_smbpass.so: undefined symbol: ldap_value_free] passwd: PAM adding faulty module: pam_smbpass.so And the passwd command returns "Module unknown". The rest of Samba is working fine as a PDC - ca...
2003 Oct 24
0
pam_smbpass can't find password database
Hello Sorry for disturbing again. It looks like I must pass lot of compilation issues to force pam_smbpass working. And I don't believe, that nobody faced same problems as I do, because I am using quite trivial configuration without success, so maybes somebody can share experience with pam_smbpass under Solaris or help me identify what's wrong with it ? So finally I wrote my own pam authenticat...
2013 Jul 04
1
Configuring pam_smbpass with Solaris
Hello all. I'm trying to configure pam_smbpass for Samba 3.6.16 on Solaris 10. However, I'm getting a strange result: instead of sync'ing the password, it *removes* it. That is not quite what I expect... I have this line in /etc/pam.conf: other password required pam_smbpass_csw.so debug use_authtok try_first_pass nonull To...
2007 May 13
0
pam_smbpass migrate & null passwords
...ses a bit different structure, but I have expanded @includes in this email) 1) Samba -> Unix password sync /etc/samba/smb.conf: unix password sync = yes pam password change = yes /etc/pam.d/samba: auth requisite pam_unix.so nullok_secure auth optional pam_smbpass.so migrate account required pam_unix.so session required pam_unix.so (don't know why auth, account and session are @included in Debian by default, doesn't Samba only use pam for password updates?) password requisite pam_unix.so nullok obscure min=4 max=8...
2010 Jul 01
1
Enabling logs in pam_smbpass in samba source code
I am facing some problem with samba 3.4.8 PAM pam_smbpass module, both vsftpd,proftpd are not working ..I have opened thread at http://forums.proftpd.org/smf/index.php/topic,4739.0.html it is working fine with samba 3.0.32 I want to see the _log_err messages from pam_smbpass , for that I have added log level=4 and log file= /tmp/samba/sambalog.l...
2016 Mar 03
1
Broken pipe when using ssh with pam_smbpass.so migrate
...yes [homes] path = /data/%u There is no complex configuration. > Am 03.03.2016 um 17:38 schrieb mathias dufresne <infractory at gmail.com>: > > Hi Simon, > > I never played with Samba in the way you are playing with. > > Anyway your issue seems to be very located to pam_smbpass.so or its usage. Bug from software or admin mistake? As said, I have no idea but perhaps if you post Samba version, pam version, smb.conf perhaps too... anything to be more specific about what is really your installation. This could help those who have played with that to help you. > > Cheer...
2016 Mar 03
0
Broken pipe when using ssh with pam_smbpass.so migrate
Hi Simon, I never played with Samba in the way you are playing with. Anyway your issue seems to be very located to pam_smbpass.so or its usage. Bug from software or admin mistake? As said, I have no idea but perhaps if you post Samba version, pam version, smb.conf perhaps too... anything to be more specific about what is really your installation. This could help those who have played with that to help you. Cheers, mathia...
2002 Jun 30
1
make pam_smbpass
Hello list I'm trying to do the make command to compile the pam_smbpass.so make CONFIGOPTS="--with-fhs --with-privatedir=/etc --with-configdir=/etc/samba" But every time I get the following message: patching file Makefile.in patching file configure.in ./patch-source.sh: autoconf: command not found make: *** [patch-stamp] Error 127 What's wrong ? I d...
2002 Jul 25
2
pam_smbpass.so won't load
I've just built samba debs from 2_2 head. looks like all is cool except pam_smbpass.so Jul 25 17:44:42 bitc passwd[18770]: PAM unable to dlopen(/lib/security/pam_smbpass.so) Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror: /lib/security/pam_smbpass.so: undefined symbol: ldap_value_free] Jul 25 17:44:42 bitc passwd[18770]: PAM adding faulty module: /lib/security/pam_smbpass.so...
2008 Jan 10
2
looking for a pam_smbpass user to answer passwd sync issues
...d to the unix one. I am running Fedora 7 package on an x86-64 system. I have smb working via ldap and sambasam.schema (v3.0.24) I have unix password sync = yes but it should not come into play as I never plan to reset passwords via smbd. In '/etc/pam.d/system-auth' I was trying to use pam_smbpass.so The original pam script for password had password sufficient pam_ldap.so use_authtok I changed it to: password requisite pam_ldap.so use_authtok password required pam_smbpass.so use_authtok try_first_pass The problem...
2003 Sep 08
0
pam_smbpass.so + samba300RC2 + LDAP
We've got the 'ldap auth sync = yes' working perfectly, but we'd like to have the SMB's passwords updated via passwd an PAM aware apps. We tryed pam_smbpass.so but without any effects no matter of the different required, sufficient or optionnal keywords in the /etc.pam.d/passwd : passwd sufficient pam_ldap.so passwd optionnal pam_smbpass.so audit nullok use_authtok try_first_pass passwd required pam_unix.so try_first_pass ... Has anyone successfully...
2002 Aug 20
1
pam_smbpass
Okay - I've got samba working as a PDC with and ldap backend. I want to have some users not be in ldap (like the built in stuff like cyrus, mail, lp etc) I can get that to work with the pam_ldap and pam_unix but pam_smbpass doesn't seem to return user_unknown as i expect for users who are not in the ldap database does this make sense? --- pam_smb_passwd.c 12 Feb 2002 15:56:19 -0000 1.1.2.8 +++ pam_smb_passwd.c 20 Aug 2002 23:41:57 -0000 @@ -126,9 +126,9 @@ /* obtain user record */ pdb_ini...
2003 Jan 13
1
pam_smbpass Guidance
I am looking to move to encrypted passwords -- pam_smbpass looks like a very attractive option to me. However, here is my problem: the way a user FIRST logs in, 90% of the time, is in the lab, through a Win98 and Samba machine. Therefore, the user MUST be able to login with their new account/password (or for that matter, existing user account/password pre-...
2019 Jun 17
1
2019 , yet a replacement for pam_smbpass.o ?
Dear SAMBA Experts, 2015 Andrew stated on a redhat bugreport that you (samba.org) are going to drop pam_smbpass.o from the samba sources, which then happened with samba 4 as i can see. however... to me and it seems many others this seems to be a problem now, since this module was often used to keep the users samba passwords in sync with the (leading) system passwords on "mixed" systems, where the u...