[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Dynamic modules unloading
- To: openldap-technical@openldap.org
- Subject: Dynamic modules unloading
- From: Коновалов Андрей Александрович <mudraia@list.ru>
- Date: Sun, 13 Mar 2011 05:26:17 +0300
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Message-Id:Subject:To:From:Date; bh=I9NHoopVsOkQU1Co/l3Nk5Sv2MsChVeRn4y9NGGhwh0=; b=p5fEcSqtzqJcfzbmMhYC59mTFn2l/3FJJUJryOh1OnpVIo+or6HLIIjvjkKktqqcKN+h5xf0mRaKJq6TWxO6J6kS6rhP+vWrNDVqyDxqTmmsDSPN9w1QDlTVg6EH9Vtr;
- Organization: ROSA
Hello!
I have OpenLDAP 2.4.24 built with -enable-dynamic and --enable-modules options
So, dynamic modules support is on and my question is:
Why can i load module
(for example:
dn: cn=module{0},cn=config
changeType: modify
add: olcModuleLoad
olcModuleLoad: translucent.la
)
But when i'm trying to unload it (because it's not used at all), i cant do this anywhere?
dn: cn=module{0},cn=config
changeType: modify
delete: olcModuleLoad
olcModuleLoad: {6}translucent.la
# the same with simply olcModuleLoad: translucent.la
modifying entry "cn=module{0},cn=config"
ldap_modify: Other (e.g., implementation specific) error (80)
additional info: cannot delete olcModuleLoad
If it is not realised yet, you may consume my question as a feature request :)