-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Login process without creating first the users #29
Comments
This is my
And I'm running :
|
Nice that actually someone bothered to answer you. For example, if you want to login as user 'root' you just need 'root' created in LDAP and there you can add multiple ssh keys for root user. |
I was able to fix this on my own, but do appreciate taking your time to look into this. Resolution: Use a sshwrapper script and ensure that the "authconfig" commands creates home folders for the users. |
Packages installed:
Commands ran:
|
What do you mean by sshwrapper script? Some script that you set as |
Hey guys,
This process works just fine if:
useradd random_user
command was run on the server (prior to user's attempt to log in)random_user
has an entry in LDAP with a correctsshPublicKey
value set upHooray!
However...
Is there a process for this to work without first creating the users locally?
You guys would probably save my life if there is such a thing :)
Thanks,
Marius
The text was updated successfully, but these errors were encountered: