#define LDAP_LDIF to default to LDIF output

This commit is contained in:
Kurt Zeilenga 2000-04-12 01:02:58 +00:00
parent 870dbca576
commit 6b4aac2678

View File

@ -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");