| 123456789101112131415161718192021222324 |
- dn: cn=PAM Pass Through Auth,cn=plugins,cn=config
- objectclass: top
- objectclass: nsSlapdPlugin
- objectclass: extensibleObject
- objectclass: pamConfig
- cn: PAM Pass Through Auth
- nsslapd-pluginpath: libpam-passthru-plugin
- nsslapd-plugininitfunc: pam_passthruauth_init
- nsslapd-plugintype: betxnpreoperation
- nsslapd-pluginenabled: off
- nsslapd-pluginLoadGlobal: true
- nsslapd-plugin-depends-on-type: database
- pamMissingSuffix: ALLOW
- pamExcludeSuffix: cn=config
- pamIDMapMethod: RDN
- pamIDAttr: notUsedWithRDNMethod
- pamFallback: FALSE
- pamSecure: TRUE
- pamService: ldapserver
- # these will be replaced when the server loads the plugin
- nsslapd-pluginId: ID
- nsslapd-pluginVersion: PACKAGE_VERSION
- nsslapd-pluginVendor: VENDOR
- nsslapd-pluginDescription: DESC
|