mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
#define LDAP_LDIF to default to LDIF output
This commit is contained in:
parent
870dbca576
commit
6b4aac2678
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user