Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix lite-server to work with GSS_NAME #3970
Conversation
835a4f6
to
8ff0421
| # xmlrpc_uri = https://{args.servername}/ipa/xml | ||
| xmlrpc_uri = http://localhost:8888/ipa/xml | ||
| ldap_uri = ldap://{args.servername} | ||
| mode = production |
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.
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.
|
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). |
The lite-server does no longer work correctly since rpcserver is also using GSS_NAME. Set up GSS_NAME from ccache.
|
master:
|
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