Searched refs:attr_member (Results 1 – 3 of 3) sorted by relevance
146 vchar_t *attr_member; member
743 xauth_ldap_config.attr_member = NULL; in xauth_ldap_init()782 xauth_ldap_config.attr_member = vmalloc(tmplen); in xauth_ldap_init()783 if (xauth_ldap_config.attr_member == NULL) in xauth_ldap_init()785 memcpy(xauth_ldap_config.attr_member->v, LDAP_DFLT_MEMBER, tmplen); in xauth_ldap_init()1109 tmplen += strlen(xauth_ldap_config.attr_member->v);1119 xauth_ldap_config.attr_member->v, udn);
648 if (xauth_ldap_config.attr_member != NULL)649 vfree(xauth_ldap_config.attr_member);650 xauth_ldap_config.attr_member = vdup($2);