diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:13 +0000 |
commit | 3cd85172bf689b679e8c1fc626690ba87b136d74 (patch) | |
tree | d73d48ff546eb7f1667b7f179ad031c326354753 /urpm/ldap.pm | |
parent | 9dadc64a5547524da5fcbe188b2d443709f627f0 (diff) | |
download | urpmi-3cd85172bf689b679e8c1fc626690ba87b136d74.tar urpmi-3cd85172bf689b679e8c1fc626690ba87b136d74.tar.gz urpmi-3cd85172bf689b679e8c1fc626690ba87b136d74.tar.bz2 urpmi-3cd85172bf689b679e8c1fc626690ba87b136d74.tar.xz urpmi-3cd85172bf689b679e8c1fc626690ba87b136d74.zip |
document some functions
Diffstat (limited to 'urpm/ldap.pm')
-rw-r--r-- | urpm/ldap.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/urpm/ldap.pm b/urpm/ldap.pm index 50c95962..164e9fa1 100644 --- a/urpm/ldap.pm +++ b/urpm/ldap.pm @@ -109,6 +109,8 @@ sub clean_ldap_cache($) { =item get_ldap_config() +parse the system LDAP configuration file and return its config values + =cut sub get_ldap_config() { @@ -117,6 +119,8 @@ sub get_ldap_config() { =item get_ldap_config_file($file) +parse a given LDAP configuration file and return its config values + =cut sub get_ldap_config_file { |