mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
Import the multi hash ipa_pwd_extop slapi plugin.
This plugin should be the central control point for password change operations.
This commit is contained in:
parent
414c2cccc2
commit
e45c0d3614
5
ipa-slapi-plugins/ipa-pwd-extop/Makefile
Normal file
5
ipa-slapi-plugins/ipa-pwd-extop/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
all:
|
||||
gcc ipa_pwd_extop.c -I/usr/include -I/usr/include/nss3 -I/usr/include/mozldap -I/usr/include/nspr4 -I/usr/include/fedora-ds -lkrb5 -lmhash -llber -lssl -shared -g -fPIC -DPIC -Wl,-soname -Wl,libipa_pwd_extop.so -o libipa_pwd_extop.so
|
||||
|
||||
install:
|
||||
cp -f libipa_pwd_extop.so /usr/lib/fedora-ds/plugins/
|
0
ipa-slapi-plugins/ipa-pwd-extop/README
Normal file
0
ipa-slapi-plugins/ipa-pwd-extop/README
Normal file
1359
ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
Normal file
1359
ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c
Normal file
File diff suppressed because it is too large
Load Diff
13
ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif
Normal file
13
ipa-slapi-plugins/ipa-pwd-extop/plugin-conf.ldif
Normal file
@ -0,0 +1,13 @@
|
||||
dn: cn=ipa_pwd_extop,cn=plugins,cn=config
|
||||
objectclass: top
|
||||
objectclass: nsSlapdPlugin
|
||||
objectclass: extensibleObject
|
||||
cn: ipa_pwd_extop
|
||||
nsslapd-pluginpath: /usr/lib/fedora-ds/plugins/libipa_pwd_extop.so
|
||||
nsslapd-plugininitfunc: ipapwd_init
|
||||
nsslapd-plugintype: extendedop
|
||||
nsslapd-pluginenabled: on
|
||||
nsslapd-pluginid: Multi-hash Change Password Extended Operation
|
||||
nsslapd-pluginversion: 1.0
|
||||
nsslapd-pluginvendor: RedHat
|
||||
nsslapd-plugindescription: Support saving passwords in multiple fornmats for different consumers like krb5, samba, freeradius, etc.
|
Loading…
Reference in New Issue
Block a user