Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ldapstatus.cc

Go to the documentation of this file.
00001 #include "ldapconf_defs.h"
00002 // #include <module_apis/status_api.h>
00003 #include "ldapconf.m"
00004 
00005 /*
00006 void ldap_status()
00007 {
00008     STATUS_API *api = status_api_init("ldapconf");
00009     if (api != NULL){
00010         api->showcommand(MSG_R(M_LDAP_STATUS)
00011             ,"ldapsearch","-s base -h -b cn=monitor objectclass=*");
00012         status_api_end (api);
00013     }
00014 }
00015 */
00016 
00017 void ldap_status()
00018 {
00019     sys_command_title(MSG_R(M_LDAP_STATUS),"ldapsearch","-s base -h localhost -b cn=monitor objectclass=*");
00020 }

Generated at Mon Jan 22 08:35:12 2001 for ldapconf by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000