Changeset 745 for trunk/server/source3/include/nss_info.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/nss_info.h
r414 r745 63 63 NTSTATUS (*init)( struct nss_domain_entry *e ); 64 64 NTSTATUS (*get_nss_info)( struct nss_domain_entry *e, 65 const DOM_SID *sid,65 const struct dom_sid *sid, 66 66 TALLOC_CTX *ctx, 67 ADS_STRUCT *ads, LDAPMessage *msg,68 67 const char **homedir, const char **shell, 69 68 const char **gecos, gid_t *p_gid); … … 84 83 struct nss_info_methods *methods); 85 84 86 NTSTATUS nss_init( const char **nss_list ); 87 88 NTSTATUS nss_get_info( const char *domain, const DOM_SID *user_sid, 85 NTSTATUS nss_get_info( const char *domain, const struct dom_sid *user_sid, 89 86 TALLOC_CTX *ctx, 90 ADS_STRUCT *ads, LDAPMessage *msg,91 87 const char **homedir, const char **shell, 92 88 const char **gecos, gid_t *p_gid); … … 100 96 NTSTATUS nss_close( const char *parameters ); 101 97 98 /* The following definitions come from winbindd/nss_info.c */ 99 100 101 /* The following definitions come from winbindd/nss_info_template.c */ 102 103 NTSTATUS nss_info_template_init( void ); 104 102 105 #endif /* _IDMAP_NSS_H_ */ 103 106
Note:
See TracChangeset
for help on using the changeset viewer.