Lines Matching defs:username
45 * Group membership can be defined by either username or DN, so when searching
47 * filter is replaced by username, the second by DN.
160 * a DN, otherwise as a username.
164 /* Fail if we can't pull a username out of the RDN */
277 * (const char *)argp->username; (size_t)strlen(argp->username);
296 char *username, **dn_attr, *dn;
300 if (strcmp(argp->username, "") == 0 ||
301 strcmp(argp->username, "root") == 0)
304 if (_ldap_filter_name(name, argp->username, sizeof (name)) != 0)
317 * username.
353 username = (char *)argp->username;
363 * username.
373 strcmp(member_str, username) == NULL) {