Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
adminutil - Utility library for directory server administration
adminutil is libraries of functions used to administer directory
servers, usually in conjunction with the admin server. adminutil is
broken into two libraries - libadminutil contains the basic
functionality, and libadmsslutil contains SSL versions and wrappers
around the basic functions. The PSET functions allow applications to
store their preferences and configuration parameters in LDAP, without
having to know anything about LDAP. The configuration is cached in a
local file, allowing applications to function even if the LDAP server
is down. The other code is typically used by CGI programs used for
directory server management, containing GET/POST processing code as
well as resource handling (ICU ures API).
Packages
Name |
Version |
Release |
Type |
Size |
Built |
adminutil |
1.1.5 |
1.fc6 |
src |
305 KiB |
Thu Oct 18 12:50:17 2007 |
Changelog
- * Thu Oct 18 18:00:00 2007 Rich Megginson <rmeggins{%}redhat{*}com> - 1.1.5-1
- bump version to 1.1.5
- fix icu linking issue
- disable libtool rpath by default - added --enable-rpath option to configure
- * Wed Aug 1 18:00:00 2007 Rich Megginson <rmeggins{%}redhat{*}com> - 1.1.4-1
- updated to version 1.1.4
- fixes bugzilla 250526
- * Tue Jul 24 18:00:00 2007 Rich Megginson <rmeggins{%}redhat{*}com> - 1.1.3-1
- updated to version 1.1.3
- fixes bugzillas 246124 and 247192