summaryrefslogtreecommitdiff
path: root/source/include/smbldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/smbldap.h')
-rw-r--r--source/include/smbldap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/smbldap.h b/source/include/smbldap.h
index 47f336cdb7a..adb51430dc6 100644
--- a/source/include/smbldap.h
+++ b/source/include/smbldap.h
@@ -1,5 +1,5 @@
/*
- Unix SMB/CIFS mplementation.
+ Unix SMB/CIFS implementation.
LDAP protocol helper functions for SAMBA
Copyright (C) Gerald Carter 2001-2003
@@ -145,6 +145,7 @@ struct smbldap_state {
const char *uri;
char *bind_dn;
char *bind_secret;
+ BOOL paged_results;
unsigned int num_failures;