Searched refs:attr_user (Results 1 – 3 of 3) sorted by relevance
142 vchar_t *attr_user; member
739 xauth_ldap_config.attr_user = NULL; in xauth_ldap_init()754 xauth_ldap_config.attr_user = vmalloc(tmplen); in xauth_ldap_init()755 if (xauth_ldap_config.attr_user == NULL) in xauth_ldap_init()757 memcpy(xauth_ldap_config.attr_user->v, LDAP_DFLT_USER, tmplen); in xauth_ldap_init()878 tmplen = strlen(xauth_ldap_config.attr_user->v);889 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);