| Gtk2-Net-LDAP-Widgets documentation | view source | Contained in the Gtk2-Net-LDAP-Widgets distribution. |
Gtk2::Net::LDAP::Widgets::DistinguishedName - helper class for DN processing
This class is mostly used by other components to analyze and process LDAP
Distinguished Names and isn't meant to be used directly. Read the source in
case of any needs to do that.
Checks whether this DN is a child of another DN (possible_ancestor).
possible_ancestor a distinguished name being tested for ancestorness in
relation to current DN :)
Returns the RDN of this DN in relation to a potential ancestor's DN ( the possible_ancestor argument).
If the possible_ancestor isn't an ancestor in fact, the returned RDN will be empty.
possible_ancestor a distinguished name of potential ancestor
Returns the count of RDN components that this DN consists of.
Compares this DN and another DN using normalized forms of both. Return values meanings are the same as with the "eq" Perl operator.
Aleksander Adamowski, <cpan@olo.org.pl>
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.
| Gtk2-Net-LDAP-Widgets documentation | view source | Contained in the Gtk2-Net-LDAP-Widgets distribution. |