Searched refs:account (Results 1 - 3 of 3) sorted by relevance

/sssd/src/sss_client/libwbclient/
H A Dwbc_ctx_sssd.c253 const char *account,
252 wbcCtxGetGroups(struct wbcContext *ctx, const char *account, uint32_t *num_groups, gid_t **_groups) argument
H A Dwbc_pwd_sssd.c610 wbcErr wbcGetGroups(const char *account, argument
622 wbc_status = wbcGetpwnam(account, &pwd);
H A Dwbclient_sssd.h48 WBC_ERR_UNKNOWN_USER, /**< User account cannot be found */
49 WBC_ERR_UNKNOWN_GROUP, /**< Group account cannot be found */
360 * the 1st one is the account sid
396 #define WBC_ACB_DISABLED 0x00000001 /* 1 User account disabled */
399 #define WBC_ACB_TEMPDUP 0x00000008 /* 1 Temporary duplicate account */
400 #define WBC_ACB_NORMAL 0x00000010 /* 1 Normal user account */
401 #define WBC_ACB_MNS 0x00000020 /* 1 MNS logon user account */
402 #define WBC_ACB_DOMTRUST 0x00000040 /* 1 Interdomain trust account */
403 #define WBC_ACB_WSTRUST 0x00000080 /* 1 Workstation trust account */
404 #define WBC_ACB_SVRTRUST 0x00000100 /* 1 Server trust account */
[all...]

Completed in 709 milliseconds