> On 20 May 2025, at 20:09, Mark Reynolds via 389-users <389-users@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > Hi Everyone, > > We are curious how everyone is using the PAM PTA plugin. There are basically two ways to configure the plugin, and they somewhat conflict with one another. Previous to 2012 you could only configure the plugin through the main plugin entry under cn=config: > > cn=PAM Pass Through Auth,cn=plugins,cn=config > > But after 2012 we added "config" child entries under the main plugin entry: > > cn=config, cn=PAM Pass Through Auth,cn=plugins,cn=config > > For backwards compatibility we still allowed users to use the main plugin entry although the child entry approach is what we wanted to use moving forward. So we've had this dual configuration approach and the CLI/UI weren't handling both correctly. Anyway we'd like to make this consistent and only allow the child entry config, but we'd like to know how everyone is using the PAM PTA plugin. Are you using the main config entry, or are you using the child entry approach? > > Thanks in advance for sharing your input! >