Lines Matching refs:xauth_ldap_config
533 xauth_ldap_config.pver = $2;
542 if (xauth_ldap_config.host != NULL)
543 vfree(xauth_ldap_config.host);
544 xauth_ldap_config.host = vdup($2);
553 xauth_ldap_config.port = $2;
562 if (xauth_ldap_config.base != NULL)
563 vfree(xauth_ldap_config.base);
564 xauth_ldap_config.base = vdup($2);
573 xauth_ldap_config.subtree = $2;
582 if (xauth_ldap_config.bind_dn != NULL)
583 vfree(xauth_ldap_config.bind_dn);
584 xauth_ldap_config.bind_dn = vdup($2);
593 if (xauth_ldap_config.bind_pw != NULL)
594 vfree(xauth_ldap_config.bind_pw);
595 xauth_ldap_config.bind_pw = vdup($2);
604 if (xauth_ldap_config.attr_user != NULL)
605 vfree(xauth_ldap_config.attr_user);
606 xauth_ldap_config.attr_user = vdup($2);
615 if (xauth_ldap_config.attr_addr != NULL)
616 vfree(xauth_ldap_config.attr_addr);
617 xauth_ldap_config.attr_addr = vdup($2);
626 if (xauth_ldap_config.attr_mask != NULL)
627 vfree(xauth_ldap_config.attr_mask);
628 xauth_ldap_config.attr_mask = vdup($2);
637 if (xauth_ldap_config.attr_group != NULL)
638 vfree(xauth_ldap_config.attr_group);
639 xauth_ldap_config.attr_group = vdup($2);
648 if (xauth_ldap_config.attr_member != NULL)
649 vfree(xauth_ldap_config.attr_member);
650 xauth_ldap_config.attr_member = vdup($2);