mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
smbldap: pdb_ipa is gone
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
e5f2dfacae
commit
91e9ff9975
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user