diff options
author | jocuri%softhome.net <> | 2006-03-01 00:23:31 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-03-01 00:23:31 +0100 |
commit | 692dcb72ed5ed25d2320a962ab28008a797c5b08 (patch) | |
tree | 755f4c040bd8a6420a8f045a9d6a413e9a82ad00 /Bugzilla/Auth | |
parent | 729911c15cbdb7189ccbc74d69c4ffd302b4976e (diff) | |
download | bugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.gz bugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.xz |
Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11).
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r-- | Bugzilla/Auth/Verify/LDAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm index ee58f9d7e..e8e744971 100644 --- a/Bugzilla/Auth/Verify/LDAP.pm +++ b/Bugzilla/Auth/Verify/LDAP.pm @@ -185,7 +185,7 @@ Bugzilla, which logs the user in using an LDAP directory. =head1 DISCLAIMER B<This module is experimental>. It is poorly documented, and not very flexible. -Search L<http://bugzilla.mozilla.org/> for a list of known LDAP bugs. +Search L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>> for a list of known LDAP bugs. None of the core Bugzilla developers, nor any of the large installations, use this module, and so it has received less testing. (In fact, this iteration |