s3: Remove header==NULL code from db_ctdb_marshall_record
[kai/samba.git] / source3 / include / nss_info.h
index 9b910ca256728d09799b6b5c928a46069886ffd7..f92937e990de119d8aa3ab77b1c334512c128d42 100644 (file)
@@ -64,7 +64,6 @@ struct nss_info_methods {
        NTSTATUS (*get_nss_info)( struct nss_domain_entry *e, 
                                  const struct dom_sid *sid,
                                  TALLOC_CTX *ctx, 
-                                 ADS_STRUCT *ads, LDAPMessage *msg,
                                  const char **homedir, const char **shell,
                                  const char **gecos, gid_t *p_gid);
        NTSTATUS (*map_to_alias)(TALLOC_CTX *mem_ctx,
@@ -85,7 +84,6 @@ NTSTATUS smb_register_idmap_nss(int version,
 
 NTSTATUS nss_get_info( const char *domain, const struct dom_sid *user_sid,
                       TALLOC_CTX *ctx,
-                      ADS_STRUCT *ads, LDAPMessage *msg,
                       const char **homedir, const char **shell,
                       const char **gecos, gid_t *p_gid);
 
@@ -97,5 +95,12 @@ NTSTATUS nss_map_from_alias( TALLOC_CTX *mem_ctx, const char *domain,
 
 NTSTATUS nss_close( const char *parameters );
 
+/* The following definitions come from winbindd/nss_info.c  */
+
+
+/* The following definitions come from winbindd/nss_info_template.c  */
+
+NTSTATUS nss_info_template_init( void );
+
 #endif /* _IDMAP_NSS_H_ */