Skip to content
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 lite-server to work with GSS_NAME #3970

Closed
wants to merge 1 commit into from
Closed

Conversation

@tiran
Copy link
Member

@tiran tiran commented Dec 2, 2019

The lite-server does no longer work correctly since rpcserver is also
using GSS_NAME. Set up GSS_NAME from ccache.

Signed-off-by: Christian Heimes cheimes@redhat.com

@tiran tiran requested a review from rcritten Dec 2, 2019
@tiran tiran force-pushed the tiran:liteserver_fix branch 3 times, most recently from 835a4f6 to 8ff0421 Dec 3, 2019
contrib/lite-setup.py Outdated Show resolved Hide resolved
contrib/lite-setup.py Outdated Show resolved Hide resolved
# xmlrpc_uri = https://{args.servername}/ipa/xml
xmlrpc_uri = http://localhost:8888/ipa/xml
ldap_uri = ldap://{args.servername}
mode = production

This comment has been minimized.

@rcritten

rcritten Dec 3, 2019
Contributor

We don't do significant plugin creation these days but running in development mode is stricter than production mode.

That wouldn't be useful for performance testing though.

@rcritten
Copy link
Contributor

@rcritten rcritten commented Dec 3, 2019

I've always run lite-server using two terminals: one for the server and one for the client. This is because I usually end up embedding pdb into server plugins to watch what is happening.

It would be great if the script had some sort of "client" mode which just set the environment variables (though perhaps allowing a separate ccache for the requesting user).

@tiran tiran force-pushed the tiran:liteserver_fix branch from 8ff0421 to d7dcbd1 Dec 4, 2019
The lite-server does no longer work correctly since rpcserver is also
using GSS_NAME. Set up GSS_NAME from ccache.
@tiran tiran force-pushed the tiran:liteserver_fix branch from d7dcbd1 to 9dab127 Dec 4, 2019
@tiran tiran added the re-run label Dec 5, 2019
@freeipa-pr-ci freeipa-pr-ci removed the re-run label Dec 5, 2019
@rcritten rcritten added ack and removed needs review labels Dec 5, 2019
@tiran tiran added the pushed label Dec 6, 2019
@tiran
Copy link
Member Author

@tiran tiran commented Dec 6, 2019

master:

  • dbfb011 Fix lite-server to work with GSS_NAME
@tiran tiran closed this Dec 6, 2019
@tiran tiran deleted the tiran:liteserver_fix branch Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.