New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix minor typos #716
Fix minor typos #716
Conversation
|
There are 353 occurrences of 'plugable'. 2 in file names. 351 in code. |
|
Thanks for this pull request. There are no tickets associated with these changes. The changes themselves are controversial. Do not change Please normalize your Updates to translations should be done via https://fedora.zanata.org/project/view/freeipa?dswid=2118, see https://fedoraproject.org/wiki/L10N/Translate_on_Zanata for details. Changes like |
|
Thank you for guiding me. :)
In the sense of:
As far as I can see in FreeIPA there is no '--forwarder-policy' option. '--forward-policy' and '--forwarder' options are present.
That is my fault. What I did to fix the author of the commit on my computer: Stopped at cb4250a... $ git commit --amend --reset-author $ git rebase --continue $ git log # output has been shortened manually $ git commit -a $ git push $ git push -f
I will do after the '--forwarder-policy' discussion is resolved.
No normal sentence, it is all code. |
On the other hand, if the ticket is required for giving attribution, I will create it. |
|
I cannot get rid of commit cb4250a to normalize |
|
Please, see what edit: I see a lot of confusion in your commits in this PR, some commits appear multiple times, there are revert and merge commits and that makes this PR simply unmergable. Please note that you don't have to make a new PR, but you can make a new local branch with the changes you want and simply do |
56d494c
to
08f6778
Compare
08f6778
to
c475959
Compare
|
For some commits the titles were the same, but the contents were different. That was due to my working habit. |
| </li> | ||
| <li> | ||
| Enter the name of the domain against which you want to authenticate, for example, <code class="example-domain">.example.com.</code> | ||
| Enter the name of the domain against which you want to authenticate, <code class="example-domain">.example.com</code> as an example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one change I could do without.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested again on CentOS 7 (which runs the FreeIPA server and on which Firefox is started) with Firefox 52.1 (previously 52.0):
With ".example.com." single-sign on (SSO) does not work.
With ".example.com" SSO works.
Removing the dot from within the code tags is the necessary fix.
Moving the dot behind the closing code tag looks good. Then I thought of copy-pasting the text from the website to plain text file. This use case would reintroduce the problem. That is the reason for the rewording.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see what you did there. It's a very valid change, then.
|
Except for the one change I pointed out, this is all OK with me. The only thing I am not sure is whether we can go changing the doc texts in |
| @@ -80,14 +80,14 @@ def retrieve_netbios_name(api): | |||
|
|
|||
| def set_and_check_netbios_name(netbios_name, unattended, api): | |||
| """ | |||
| Depending if trust in already configured or not a given NetBIOS domain | |||
| name must be handled differently. | |||
| Depending on whether trust is already configured or not a given NetBIOS | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this sentence to "Depending on whether a trust is already configured or not, the received NetBIOS domain name must be handled differently."
|
I asked today at a meeting and the |
|
The best we can do now is to push your changes, I will make the addition change :) Thank you for your patches. |
No description provided.