summaryrefslogtreecommitdiff
path: root/res/res_config_ldap.c
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-14 21:44:27 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-14 21:44:27 +0000
commitc7857504df95c83ccd89e2474331e1b8a4d0d66e (patch)
treee34b467008f14cfa804ecbe9f08d9d0d7cfdb535 /res/res_config_ldap.c
parent707423e6aa600d2669ebca08e054460af33dfaf4 (diff)
Doxygen Updates - Title update
Update and extend the configuration_file group and enable linking to the resource. Update title that was left behind many years ago. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375003 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_ldap.c')
-rw-r--r--res/res_config_ldap.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/res_config_ldap.c b/res/res_config_ldap.c
index b7df2a13b..7b5b4f34b 100644
--- a/res/res_config_ldap.c
+++ b/res/res_config_ldap.c
@@ -1,5 +1,5 @@
/*
- * Asterisk -- A telephony toolkit for Linux.
+ * Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2005, Oxymium sarl
* Manuel Guesdon <mguesdon@oxymium.net> - LDAP RealTime Driver Author/Adaptor
@@ -31,8 +31,7 @@
* OpenLDAP http://www.openldap.org
*/
-/*!
- * \li The resource res_config_ldap uses the configuration file \ref res_ldap.conf
+/*! \li \ref res_config_ldap.c uses the configuration file \ref res_ldap.conf
* \addtogroup configuration_file Configuration Files
*/
@@ -1561,6 +1560,9 @@ static struct ast_config_engine ldap_engine = {
* tests return AST_MODULE_LOAD_FAILURE. If the module can not load the
* configuration file or other non-critical problem return
* AST_MODULE_LOAD_DECLINE. On success return AST_MODULE_LOAD_SUCCESS.
+ *
+ * \todo Don't error or warn on a default install. If the config is
+ * default we should not attempt to connect to a server. -lathama
*/
static int load_module(void)
{