Re: [GENERAL] PAM LDAP CREATE USER

2015-10-26 Thread Aaron_Wright
> From: Tom Lane > aaron_wri...@selinc.com writes: > > I recently upgraded from 8.4 to 9.3, and my custom LDAP PAM module no > > longer works. > > 8.4.what and 9.3.what? 8.4.16 to 9.3.4 > Have you checked the behavior in any other releases? Not yet. I was interested in getting a laugh test

[GENERAL] PAM LDAP CREATE USER

2015-10-26 Thread Aaron_Wright
I recently upgraded from 8.4 to 9.3, and my custom LDAP PAM module no longer works. In brief, my LDAP PAM module authenticates a centralized user and then creates a matching database user, using a separate super user connection to the database, before returning successfully from the PAM module.