Home
last modified time | relevance | path

Searched refs:account_name (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c200 char account_name[NETBIOS_NAME_SZ * 2]; in netr_server_authenticate2() local
205 (void) snprintf(account_name, sizeof (account_name), "%s$", in netr_server_authenticate2()
209 netr_info->server, account_name, netr_info->hostname); in netr_server_authenticate2()
212 arg.account_name = (unsigned char *)account_name; in netr_server_authenticate2()
490 char account_name[NETBIOS_NAME_SZ * 2]; in netr_server_password_set() local
495 (void) snprintf(account_name, sizeof (account_name), "%s$", in netr_server_password_set()
499 arg.account_name = (unsigned char *)account_name; in netr_server_password_set()
H A Dsamlib.c82 char account_name[SMB_SAMACCT_MAXLEN]; in sam_remove_trust_account() local
84 if (smb_getsamaccount(account_name, SMB_SAMACCT_MAXLEN) != 0) in sam_remove_trust_account()
87 return (sam_delete_account(server, domain, account_name)); in sam_remove_trust_account()
100 sam_delete_account(char *server, char *domain_name, char *account_name) in sam_delete_account() argument
130 status = samr_lookup_domain_names(&domain_handle, account_name, &ainfo); in sam_delete_account()
163 sam_lookup_name(char *server, char *domain_name, char *account_name, in sam_lookup_name() argument
195 account_name, &ainfo); in sam_lookup_name()
H A Dlsalib.c343 lsa_lookup_name_domain(char *account_name, smb_account_t *info) in lsa_lookup_name_domain() argument
359 status = lsar_lookup_names(&domain_handle, account_name, info); in lsa_lookup_name_domain()
380 lsa_lookup_privs(char *account_name, char *target_name, smb_account_t *ainfo) in lsa_lookup_privs() argument
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c186 char *account_name, in smb_user_login() argument
196 ASSERT(account_name); in smb_user_login()
206 user->u_name_len = strlen(account_name) + 1; in smb_user_login()
208 user->u_name = smb_mem_strdup(account_name); in smb_user_login()
H A Dsmb_session.c868 smb_session_dup_user(smb_session_t *session, char *domain, char *account_name) in smb_session_dup_user() argument
874 account_name); in smb_session_dup_user()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl201 IN REFERENCE LPTSTR account_name;
220 IN REFERENCE LPTSTR account_name;
231 IN REFERENCE LPTSTR account_name;