Searched defs:usrname (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 87 authenticate(ns_cred_t **credpp, char *usrname, char *pwd, argument 105 if ((usrname == NULL) || (pwd == NULL) || (usrname[0] == '\0') || 109 ldaprc = __ns_ldap_uid2dn(usrname, &binddn, NULL, &errorp);
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | authtok_check.c | 709 char *usrname; local 737 (void) pam_get_item(pamh, PAM_USER, (void **)&usrname); 738 if (usrname == NULL || *usrname == '\0') { 753 retcode = get_passwd_defaults(pamh, usrname, &pwdef); 829 switch (check_circular(usrname, pwbuf)) { 854 if (__check_history(usrname, pwbuf, pwu_rep) == PWU_SUCCESS) {
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 183 static char *usrname; /* user whose attribute we update */ variable 276 if ((usrname = getlogin()) == NULL) { 279 usrname = pass->pw_name; 291 usrname); 294 usrname = argv[optind]; 297 if (pam_start("passwd", usrname, &pam_conv, &pamh) != PAM_SUCCESS) { 334 if (get_attr(usrname, &repository, &attributes) == 336 (void) display_attr(usrname, attributes); 349 usrname); 387 gettext(MSG_ACCOUNT_EXP), usrname); 482 prognamep, usrname); local 1241 display_attr(char *usrname, attrlist *attributes) argument [all...] |
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 1363 mail(char *usrname, char *mesg, int format) argument 1384 if ((ruser_ids = getpwnam(usrname)) == NULL) 1387 temp = xmalloc(strlen(MAIL) + strlen(usrname) + 2); 1388 (void) sprintf(temp, "%s %s", MAIL, usrname); 1391 (void) fprintf(pipe, "To: %s\n", usrname); 2077 del_atjob(char *name, char *usrname) argument 2083 if ((u = find_usr(usrname)) == NULL)
|
Completed in 65 milliseconds