mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
#define LDAP_LDIF to default to LDIF output
This commit is contained in:
parent
870dbca576
commit
6b4aac2678
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue