Bug 1146560

Summary: [RFE] Login to more then one org
Product: [Community] Spacewalk Reporter: Slava <volga629>
Component: ServerAssignee: Tomas Lestach <tlestach>
Status: CLOSED DEFERRED QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.2CC: bernhard.lichtinger
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-24 13:22:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 737830    

Description Slava 2014-09-25 14:03:38 UTC
Hello Everyone,
I want to ask if will be possible do shared log in account.

Case: 
1.Create 2 organization.
2. To log in as user or admin need maintain 2 accounts per user. 

Is will be not better if will be available check box in user setting "Shared account" and on log in page after credentials drop down list with all organizations that user can select which organization he wants to log in.

Comment 1 bernhard.lichtinger 2015-07-21 16:50:06 UTC
If you are using PAM and sssd I have a workaround:
In sssd.conf in the [domain]-section add the line:

re_expression = (?P<name>[^@]+)@?([^@]*$)

Then you can use username@freely_choosable_string as login and sssd will always truncate the username@freely_choosable_string to only username for checking credentials.
So I have created userA@org1 in org1 and userA@org2 in org2 in spacewalk and authentication is done against system user userA, which is in my case a user in our LDAP directory.

Comment 2 Michael Mráka 2020-03-24 13:22:51 UTC
Spacewalk project as an upstream for Red Hat Satellite 5 product is going to be End Of Life on May 31 2020.

Spacewalk 2.10 has been released as the last release of this project.
https://github.com/spacewalkproject/spacewalk/wiki/ReleaseNotes210

Any new feature will not be included therefore closing remaining RFEs to set expectations properly.