NAME
Gtk2::Net::LDAP::Widgets::Util - helper functions
SYNOPSIS
This module contains various helper functions and isn't meant to be used
directly. Read the source in case of any needs to do that.
filter_trim_outer_parens
- filter_trim_outer_parens ( filter )
-
Trims superfluous outside parentheses from an LDAP filter, e.g. ((uid=olo)) will be changed to uid=olo
filter
string representation of LDAP filter to trim parentheses from.
SEE ALSO
Gtk2::Net::LDAP::Widgets Gtk2 Net::LDAP
AUTHOR
Aleksander Adamowski, <aleksander.adamowski@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2005,2008 by Aleksander Adamowski
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.