Print this page
NEX-19057 All zfs/nfs/smb threads in door calls to idle idmap
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-2667 Wrong error when join domain with wrong password
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Bayard Bell <bayard.bell@nexenta.com>
        
*** 50,61 ****
  typedef struct mslsa_sid lsa_sid_t;
  
  /*
   * lsalib.c
   */
- uint32_t lsa_lookup_name(char *, uint16_t, smb_account_t *);
- uint32_t lsa_lookup_sid(smb_sid_t *, smb_account_t *);
  DWORD lsa_query_primary_domain_info(char *, char *, smb_domain_t *);
  DWORD lsa_query_account_domain_info(char *, char *, smb_domain_t *);
  DWORD lsa_query_dns_domain_info(char *, char *, smb_domain_t *);
  DWORD lsa_enum_trusted_domains(char *, char *, smb_trusted_domains_t *);
  DWORD lsa_enum_trusted_domains_ex(char *, char *, smb_trusted_domains_t *);
--- 50,59 ----