Lines Matching refs:xauth_ldap_config
628 xauth_ldap_config.pver = $2;
637 if (xauth_ldap_config.host != NULL)
638 vfree(xauth_ldap_config.host);
639 xauth_ldap_config.host = vdup($2);
648 xauth_ldap_config.port = $2;
657 if (xauth_ldap_config.base != NULL)
658 vfree(xauth_ldap_config.base);
659 xauth_ldap_config.base = vdup($2);
668 xauth_ldap_config.subtree = $2;
677 if (xauth_ldap_config.bind_dn != NULL)
678 vfree(xauth_ldap_config.bind_dn);
679 xauth_ldap_config.bind_dn = vdup($2);
688 if (xauth_ldap_config.bind_pw != NULL)
689 vfree(xauth_ldap_config.bind_pw);
690 xauth_ldap_config.bind_pw = vdup($2);
699 if (xauth_ldap_config.attr_user != NULL)
700 vfree(xauth_ldap_config.attr_user);
701 xauth_ldap_config.attr_user = vdup($2);
710 if (xauth_ldap_config.attr_addr != NULL)
711 vfree(xauth_ldap_config.attr_addr);
712 xauth_ldap_config.attr_addr = vdup($2);
721 if (xauth_ldap_config.attr_mask != NULL)
722 vfree(xauth_ldap_config.attr_mask);
723 xauth_ldap_config.attr_mask = vdup($2);
732 if (xauth_ldap_config.attr_group != NULL)
733 vfree(xauth_ldap_config.attr_group);
734 xauth_ldap_config.attr_group = vdup($2);
743 if (xauth_ldap_config.attr_member != NULL)
744 vfree(xauth_ldap_config.attr_member);
745 xauth_ldap_config.attr_member = vdup($2);