summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-08-15 18:55:20 -0400
committerSimo Sorce <ssorce@redhat.com>2007-08-15 18:55:20 -0400
commit9faa5ce77e9323c9060868ab0f55c0b3cb98ff70 (patch)
tree8cde358b3cab5d6e415be252b7f0f9da02a4a181 /ipa-server/ipaserver
parentbe34ddfc2814c11b4050215b4bddce619181a4bb (diff)
downloadfreeipa-9faa5ce77e9323c9060868ab0f55c0b3cb98ff70.tar.gz
freeipa-9faa5ce77e9323c9060868ab0f55c0b3cb98ff70.tar.xz
freeipa-9faa5ce77e9323c9060868ab0f55c0b3cb98ff70.zip
Use relative .so names for plugin so that lib/lib64 does not get in the way
change the pwd-extop conf ldif to a more sensible name
Diffstat (limited to 'ipa-server/ipaserver')
-rw-r--r--ipa-server/ipaserver/krbinstance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipaserver/krbinstance.py b/ipa-server/ipaserver/krbinstance.py
index 996873703..b1317f82f 100644
--- a/ipa-server/ipaserver/krbinstance.py
+++ b/ipa-server/ipaserver/krbinstance.py
@@ -153,7 +153,7 @@ class KrbInstance:
# TODO: NOT called yet, need to find out how to make sure the plugin is available first
def __add_pwd_extop_module(self):
#add the password extop module
- extop_txt = template_file(SHARE_DIR + "ipapwd_extop_plugin.ldif", self.sub_dict)
+ extop_txt = template_file(SHARE_DIR + "pwd-extop-conf.ldif", self.sub_dict)
extop_fd = write_tmp_file(extop_txt)
ldap_mod(extop_fd, "cn=Directory Manager", self.admin_password)
extop_fd.close()