|
|
| Author |
Message |
|
| Guest |
Posted: Wed Oct 31, 2007 4:18 am |
|
|
|
Guest
|
I'm wanting to run yaws on OpenBSD, which doesn't use pam.
What consequences are there of not having pam? What things would I
need to reimplement to replace pam?
--
Christopher Vance
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue Nov 06, 2007 11:22 am |
|
|
|
Guest
|
Christopher Vance wrote:
> I'm wanting to run yaws on OpenBSD, which doesn't use pam.
>
> What consequences are there of not having pam? What things would I
> need to reimplement to replace pam?
>
Well if the OS doesn't support PAM, you cannot use it.
I guess that waht you mean here is that you want to authenticate
users agains the /etc/passwd file.
To do this you'd have to
a) Use the Mod: method of providing a user based
authentication module, i.e. an erlang module.
b) Write a program, linked in driver or external
program which takes two params, username and cleartext
password and checks it for validity and then call that
program over a Port from your auth module.
/klacke
--
Claes Wikstrom -- Caps lock is nowhere and
http://www.tail-f.com -- everything is under control
cellphone: +46 70 2097763
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|