Re: LDAP pam

2009-02-25 Thread Olivier Nicole
Hi, Could someone confirm my understanding: 1) things like getent(1), getpwnam(3) use: /etc/nsswitch /usr/local/etc/nss_ldap.conf 2) things like sshd, with pam_ldap use: /usr/local/etc/ldap.conf So if I have different filter in /usr/local/etc/nss_ldap.conf and /usr/local/etc/ldap.conf

Re: LDAP pam

2009-02-23 Thread Maciej Milewski
Monday 23 February 2009 10:37:19 Olivier Nicole napisaƂ(a): > I want the web server to be able to know the users' account stored on > LDAP, but not provide authentication; so I can have URL's of the form > http://my.web/~john/index.html for the user john, where john's home > directory if NFS mounte

Re: LDAP + PAM + pam_groupdn / pam_member_attribute (revisited)

2005-10-06 Thread Brian A. Seklecki
Ahhh. Cheeky bastards. You sit around and think "group" for 18 hours with regard to POSIX Groups. Then it comes time to sit down and configure "group membership" login restriction. But really, they are entirely unrelated concepts. It even says in the man page: "Specifies the distinguish

Re: [ldap] Re: LDAP + PAM + pam_groupdn / pam_member_attribute (revisited)

2005-10-06 Thread Brian A. Seklecki
right! ...from pam_ldap(5): PAM CONFIGURATION It is possible to configure some aspects of pam_ldap on a per-service basis, in the PAM configuration file (this is usually /etc/pam.conf; for PAM implementations based on Linux-PAM, per-service files in /etc/pam.d are a

Re: LDAP + PAM + pam_groupdn / pam_member_attribute (revisited)

2005-10-06 Thread Brian A. Seklecki
This should be so insanely easy. I'm relatively certain this a FreeBSD PAM specific issue. From "LDAP system administration [electronic resource] / Gerald Carter. 1st ed. Beijing ; Sebastopol, CA : O'Reilly, c2003." in ldap.conf and nss_ldap.conf -- # Group to enforce membership of

5.x - which to install? (Was Re: LDAP, pam, nss)

2004-08-31 Thread Curtis Vaughan
On 30 Aug, 2004, at 22:16, Konrad Heuer wrote: On Mon, 30 Aug 2004, Curtis Vaughan wrote: In order to get centralized logins to work on my Linux Debian computers (authenticating of a RedHat Samba server), I have to: install libnss-ldap libpam-ldap. Perform some configuration on the of /etc/libnss

Re: LDAP, pam, nss

2004-08-30 Thread Konrad Heuer
On Mon, 30 Aug 2004, Curtis Vaughan wrote: > In order to get centralized logins to work on my Linux Debian computers > (authenticating of a RedHat Samba server), I have to: > > install libnss-ldap libpam-ldap. > Perform some configuration on the of /etc/libnss-ldap.conf and > /etc/pam-ldap.conf f