Displaying 1 result from an estimated 1 matches for "pamservicenameappend".
Did you mean:
spamservicenameappend
2002 Nov 24
1
[PATCH] PamServiceNameAppend
...naries : One sshd
and another sshd_remote. Not really easy. :-(
Attached is a patch that allows me to do this in the config file by
appending a string to SSHD_PAM_SERVICE at runtime (yes, I'd have liked
to do it at fill_default_server_options time). It just adds another
option : PamServiceNameAppend.
This is my first attempt at patching ssh (hacked it this afternoon, only
basic and very primitive testing), so it sure needs hints from "the guys
who know it better". :o) Feedback welcome !
Flavien.
-------------- next part --------------
Index: auth-pam.c
============================...