Skip to content
Snippets Groups Projects
Commit 6b4aac26 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

#define LDAP_LDIF to default to LDIF output

parent 870dbca5
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,11 @@ main( int argc, char **argv )
}
}
#ifdef LDAP_LDIF
/* no alternative format */
if( ldif < 1 ) ldif = 1;
#endif
if( authmethod != LDAP_AUTH_SIMPLE ) {
if( version == LDAP_VERSION3 ) {
fprintf(stderr, "Kerberos requires LDAPv2\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment