Exemplo n.º 1
0
        private void button18_Click(object sender, EventArgs e)
        {
            var _help = new HelpDialog();

            _help.Location = pnlStep1.PointToScreen(button18.Location);
            _help.Title    = "Help";
            _help.Content  = "Contains the list of certificates added either by establishing a connection with the target server or manually. To enable connection to any domain controller, add a valid LDAP certificate for each of the domain controllers in the domain.";
            _help.ShowDialog();
        }
Exemplo n.º 2
0
        private void button17_Click(object sender, EventArgs e)
        {
            var _help = new HelpDialog();

            _help.Location = pnlStep4.PointToScreen(button17.Location);
            _help.Title    = "Help";
            _help.Content  = "These credentials will be used to fetch the user and group information from the domain";
            _help.ShowDialog();
        }
Exemplo n.º 3
0
        private void button16_Click(object sender, EventArgs e)
        {
            var _help = new HelpDialog();

            _help.Location = pnlStep2.PointToScreen(button16.Location);
            _help.Title    = "Help";
            _help.Content  = "This will be the suffix of User Principal Names (UPN) by which the users will authenticate from this identity source";
            _help.ShowDialog();
        }
Exemplo n.º 4
0
        private void button14_Click(object sender, EventArgs e)
        {
            var _help = new HelpDialog();

            _help.Location = pnlStep1.PointToScreen(button14.Location);
            _help.Title    = "Help";
            _help.Content  = "Choose this option if you need to connect to a generic LDAP server";
            _help.ShowDialog();
        }
Exemplo n.º 5
0
        private void button13_Click(object sender, EventArgs e)
        {
            var _help = new HelpDialog();

            _help.Location = pnlStep1.PointToScreen(button13.Location);
            _help.Title    = "Help";
            _help.Content  = "Choose this option if the users will authenticate to Active Directory using LDAP";
            _help.ShowDialog();
        }
Exemplo n.º 6
0
        private void button12_Click(object sender, EventArgs e)
        {
            var _help = new HelpDialog();

            _help.Location = pnlStep1.PointToScreen(button12.Location);
            _help.Title    = "Help";
            _help.Content  = "Choose this option if the users will be authenticated automatically using the client integration plugin";
            _help.ShowDialog();
        }