PAM authentication with winbind and AD

2011-02-03 Thread David M. Wassman
All, After two days of googling, reading, swearing and cursing, I am finally admitting I cannot solve this one. I have three production FreeBSD servers running various network utilities (DHCP, bacula, zabix, syslog, rsync). These have been running fine for several years. As a primary Windows

difficulty using SSH Kerberos PAM Authentication with 7.1 Release

2009-02-23 Thread KAK BO CHE
I recently did a freebsd-update to a machine running 6.3 to 7.1. I am now having difficulty getting pam_krb5 to work as it used to for sshd authentication. After upgrading to 7.1 I noticed the openpam_dispatch() and pam_sm_authenticate() errors on my console when trying to login via ssh. I fixed

proftpd vs PAM authentication

2007-07-16 Thread Hartleigh Burton
Hi everyone, I am relatively new to FreeBSD and have what I hope is a simple question regarding proftpd and PAM authentication. I have just installed proftpd via the available port, and after installation a message was returned saying: ### Make sure you have the following lines in your

Re: proftpd vs PAM authentication

2007-07-16 Thread Beech Rintoul
On Monday 16 July 2007, Hartleigh Burton said: Hi everyone, I am relatively new to FreeBSD and have what I hope is a simple question regarding proftpd and PAM authentication. I have just installed proftpd via the available port, and after installation a message was returned saying

Re: proftpd vs PAM authentication

2007-07-16 Thread Hartleigh Burton
Thanks for the prompt reply Beech. Regards, Hartleigh. On 17/07/2007, at 1:41 PM, Beech Rintoul wrote: On Monday 16 July 2007, Hartleigh Burton said: Hi everyone, I am relatively new to FreeBSD and have what I hope is a simple question regarding proftpd and PAM authentication. I have

pam authentication -extension

2007-03-14 Thread Anna C. Squicciarini
Hi, We are working for a project and trying to see if there is any possible way to extend PAM authentication modules. I'd like to change the way authentication is executed and being able to invoke PAM authentication as required. I thought about using temporary configuration files, that can

Re: pam authentication

2005-10-19 Thread Lowell Gilbert
RJ45 [EMAIL PROTECTED] writes: I have a central authentication server (Windows 2K3), active directory. Not for my choice... I need to authenticate users of BSD boxes upon the windows server. How can I make a smb authentication ? can I use pam ? how to do it? how to delegate authentication

pam authentication

2005-10-18 Thread RJ45
Hello, I have a central authentication server (Windows 2K3), active directory. Not for my choice... I need to authenticate users of BSD boxes upon the windows server. How can I make a smb authentication ? can I use pam ? how to do it? how to delegate authentication to the WinDOS 2003 server

Simple PAM authentication code?

2005-09-30 Thread Brian J. McGovern
Could someone point me at a short, straight forward bit of code that validates a given username and password via PAM? I've tried writing a short app to make sure PAM is working the way I want to locally, but no matter how good the info, I'm getting an authentication denied, so I know I'm missing

Re: Simple PAM authentication code?

2005-09-30 Thread Rob Pitt
This is mostly taken from Linux Standards Base. Compile with -lpam - lpam_misc. HTH - RP #include security/pam_appl.h #include security/pam_misc.h #include stdio.h int main(int argc, char *argv[]) { static struct pam_conv conv; conv.conv = misc_conv; conv.appdata_ptr

Cyrus PAM authentication doesn't work for POP3 (works for IMAP)

2003-07-09 Thread Johan Paul
Hi all! Just a brief question: does anyone have a clue why this doesn't work (4.8R) in /etc/pam.conf: pop auth sufficient pam_mysql.so user=foo passwd=foo host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1 pop account required pam_mysql.so user=foo