Searched refs:attr_user (Results 1 – 3 of 3) sorted by relevance
142 vchar_t *attr_user; member
736 xauth_ldap_config.attr_user = NULL; in xauth_ldap_init()751 xauth_ldap_config.attr_user = vmalloc(tmplen); in xauth_ldap_init()752 if (xauth_ldap_config.attr_user == NULL) in xauth_ldap_init()754 memcpy(xauth_ldap_config.attr_user->v, LDAP_DFLT_USER, tmplen); in xauth_ldap_init()875 tmplen = strlen(xauth_ldap_config.attr_user->v);886 xauth_ldap_config.attr_user->v, usr);
604 if (xauth_ldap_config.attr_user != NULL)605 vfree(xauth_ldap_config.attr_user);606 xauth_ldap_config.attr_user = vdup($2);