git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f2dfa
)
smbldap: pdb_ipa is gone
author
Volker Lendecke
<vl@samba.org>
Mon, 17 Apr 2017 15:04:07 +0000
(17:04 +0200)
committer
Andreas Schneider
<asn@cryptomilk.org>
Tue, 18 Apr 2017 16:54:13 +0000
(18:54 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/smbldap.h
patch
|
blob
|
history
diff --git
a/source3/include/smbldap.h
b/source3/include/smbldap.h
index ec5ff1ce8415623617b52a0e549785e6f3425075..4ee4a0ba3f0738383261f5ced8af8e84bea20945 100644
(file)
--- a/
source3/include/smbldap.h
+++ b/
source3/include/smbldap.h
@@
-60,8
+60,6
@@
struct smbldap_state {
/* struct used by both pdb_ldap.c and pdb_nds.c */
-struct ipasam_privates;
-
struct ldapsam_privates {
struct smbldap_state *smbldap_state;
@@
-81,10
+79,6
@@
struct ldapsam_privates {
/* Is this NDS ldap? */
int is_nds_ldap;
- /* Is this IPA ldap? */
- int is_ipa_ldap;
- struct ipasam_privates *ipasam_privates;
-
/* ldap server location parameter */
char *location;