Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/include/nss_info.h

    r414 r745  
    6363        NTSTATUS (*init)( struct nss_domain_entry *e );
    6464        NTSTATUS (*get_nss_info)( struct nss_domain_entry *e,
    65                                   const DOM_SID *sid,
     65                                  const struct dom_sid *sid,
    6666                                  TALLOC_CTX *ctx,
    67                                   ADS_STRUCT *ads, LDAPMessage *msg,
    6867                                  const char **homedir, const char **shell,
    6968                                  const char **gecos, gid_t *p_gid);
     
    8483                                struct nss_info_methods *methods);
    8584
    86 NTSTATUS nss_init( const char **nss_list );
    87 
    88 NTSTATUS nss_get_info( const char *domain, const DOM_SID *user_sid,
     85NTSTATUS nss_get_info( const char *domain, const struct dom_sid *user_sid,
    8986                       TALLOC_CTX *ctx,
    90                        ADS_STRUCT *ads, LDAPMessage *msg,
    9187                       const char **homedir, const char **shell,
    9288                       const char **gecos, gid_t *p_gid);
     
    10096NTSTATUS nss_close( const char *parameters );
    10197
     98/* The following definitions come from winbindd/nss_info.c  */
     99
     100
     101/* The following definitions come from winbindd/nss_info_template.c  */
     102
     103NTSTATUS nss_info_template_init( void );
     104
    102105#endif /* _IDMAP_NSS_H_ */
    103106
Note: See TracChangeset for help on using the changeset viewer.