Searched refs:attr_member (Results 1 – 3 of 3) sorted by relevance
176 vchar_t *attr_member; member
798 xauth_ldap_config.attr_member = NULL; in xauth_ldap_init_conf()837 xauth_ldap_config.attr_member = vmalloc(tmplen); in xauth_ldap_init_conf()838 if (xauth_ldap_config.attr_member == NULL) in xauth_ldap_init_conf()840 memcpy(xauth_ldap_config.attr_member->v, LDAP_DFLT_MEMBER, tmplen); in xauth_ldap_init_conf()1218 tmplen += strlen(xauth_ldap_config.attr_member->v); in xauth_group_ldap()1228 xauth_ldap_config.attr_member->v, udn); in xauth_group_ldap()
952 if (xauth_ldap_config.attr_member != NULL)953 vfree(xauth_ldap_config.attr_member);955 xauth_ldap_config.attr_member = vdup($2);