'LibPst'
nick2ldif.cpp File Reference
#include <iostream>
#include "define.h"
Include dependency graph for nick2ldif.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *const *argv)
 

Variables

char * ldap_base = NULL
 
char * ldap_org = NULL
 
char * ldap_class = NULL
 

Function Documentation

◆ main()

int main ( int  argc,
char *const *  argv 
)

Definition at line 21 of file nick2ldif.cpp.

References getopt(), ldap_base, ldap_class, ldap_org, LINE_SIZE, and optarg.

Here is the call graph for this function:

Variable Documentation

◆ ldap_base

char* ldap_base = NULL

Definition at line 15 of file nick2ldif.cpp.

Referenced by main().

◆ ldap_class

char* ldap_class = NULL

Definition at line 17 of file nick2ldif.cpp.

Referenced by main().

◆ ldap_org

char* ldap_org = NULL

Definition at line 16 of file nick2ldif.cpp.

Referenced by main().