RD Connection Broker direct user to specfic RD Session Host

554

I do not believe the exact configuration you are looking for is possible in the way you are looking to implement it.

I would possibly look at creating multiple collections based on the different types of users you have and then using RDWeb to deploy the RDP icons. You can control what icons are displayed by using groups in RDWeb.

This way you could deploy a single icon (Shortcut to http://rdweb.mycompany.com) across your enterprise and still control everything by groups.

Share:
554
Weaver
Author by

Weaver

Updated on September 18, 2022

Comments

  • Weaver
    Weaver over 1 year

    I have a wordpress site which has styles made from the beginning to affect the original text editor wordpress .

    For example:

    If the text editor , in the "Visual " tab, I put a left-aligned image , this does not align , I assume that the class that you are placing the editor does not exist. This applies also to the " p " tags have different styles which you placed the editor ( "visual" tab).

    Having explained this, how do I put classes and original styles of the "Visual " tab of the editor , so that it functions as it should ?

    Any ideas ?

    Thank you

  • vard
    vard over 8 years
    No don't touch that, it's part of the WP core. If you need to change something, as everything else in Wordpress, overwrite it.
  • Admin
    Admin over 8 years
    the problem is, the site was made of beginning, the theme was made of beginning, since zero, for this reason, when a put any option in the editor, this not work it very well, the style and class of the options to the editor are not.
  • vard
    vard over 8 years
    If the theme provide its own stylesheet for TinyMCE, look for any add_editor_style call that would reference it in the theme folder.
  • Admin
    Admin over 8 years
    ok, i found the .css of editor. question: this .css are the styles of the each options of the editor "visual" tab ??
  • vard
    vard over 8 years
    This stylesheet is applied to the whole visual mode, yes.
  • Admin
    Admin over 8 years
    ok, explained it, only i have to put the code "my_editor_styles" in the functions.php or i have to put the tag link fot this file .css ?
  • vard
    vard over 8 years
    What do you don't understand? If your theme already have a stylesheet for the visual editor, then edit it. If not, then do as explained in my answer - add the hook in functions.php, create the custom-editor.css file then put your css rules inside it.
  • Admin
    Admin over 8 years
    the dont have the stylesheet, i created the hook in functions.php and create the custom-editor.css but not appear the tag style in the inspector element in the browser. For this reason i do the question..
  • vard
    vard over 8 years
    The stylesheet is not included through a style tag - if you look into the source when on the editor you should see a JS object on the top named tinyMCEPreInit - you'll see your stylesheet name somewhere inside it. Anyway that means you don't have to do anything else - the add_editor_style function does the necessary include for you.
  • GregL
    GregL about 8 years
    RDSH can use a number of methods to load balance, only one of which is NLB (which is very different then from DNS RR). You are right that Kemp and HAProxy can be used though.
  • Sum1sAdmin
    Sum1sAdmin about 8 years
    @GregL - can you direct users to specific hosts with it? - the question wasn't how many bad load load balancing methods can RDSH do, which ones can it do by the way?
  • GregL
    GregL about 8 years
    If you have a particular issue, I'd suggest asking a question. Otherwise, Google is your friend.