summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-11-16 23:48:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:53 -0500
commit3eddae2f2080f8dafec883cb9ffa2e578c242607 (patch)
tree36012333f92e31ff5b08c8b29d646989b7b253af /source/include/includes.h
parent85d8c73fbbf86f4d22244f8e2bb2fdd51fa6680b (diff)
downloadsamba-3eddae2f2080f8dafec883cb9ffa2e578c242607.tar.gz
samba-3eddae2f2080f8dafec883cb9ffa2e578c242607.tar.xz
samba-3eddae2f2080f8dafec883cb9ffa2e578c242607.zip
r19754: * When using a krb5 session setup, we don't fill in the server_name
string the clis_state struct. So call saf_store() after we have the short domain name in the lsa_query_inof_policy code. * Remove unused server string in saf_delete()
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 2e87b25edd1..f21033b61fa 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -178,6 +178,9 @@
#ifndef LDAP_OPT_SUCCESS
#define LDAP_OPT_SUCCESS 0
#endif
+#ifndef LDAP_SCOPE_ONELEVEL
+#define LDAP_SCOPE_ONELEVEL 1
+#endif
/* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */
#if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS)
#define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS