Andrew Preece | 7 Dec 21:58
Favicon

Authentication

Hello!


I’d like to have phplist authenticate the user based using the mod_auth_ntlm_winbind module.

 

I can’t seem to find any docs regarding auth. Is it as simple as doing a lookup based on the passed in variable, getting the appropriate email from my AD, and running a search to set the user ID to the correct value?

 

I’d also like to manage roles via information gleaned from AD.

 

Pointers to appropriate files to hack at would be greatly appreciated!

 

Thanks,
Andrew.

Michiel Dethmers | 8 Dec 04:07
Picon
Favicon

Re: Authentication


Is that "admin users" or "user users".
admin authentication has been abstracted a bit, albeit in a rather basic way. You can find it in the "auth" directory. User authentication is rather simple, and there's no abstraction going on (would be nice though, anyone want to take it on?)

I'm afraid the main documentation of the code is the code itself.

Michiel

Andrew Preece wrote:

Hello!


I’d like to have phplist authenticate the user based using the mod_auth_ntlm_winbind module.

 

I can’t seem to find any docs regarding auth. Is it as simple as doing a lookup based on the passed in variable, getting the appropriate email from my AD, and running a search to set the user ID to the correct value?

 

I’d also like to manage roles via information gleaned from AD.

 

Pointers to appropriate files to hack at would be greatly appreciated!

 

Thanks,
Andrew.

Michiel Dethmers | 12 Dec 21:22
Picon
Favicon

new developments


Hi All,
I've made some updates, and will release a new development version soon.
http://docs.phplist.com/NewIn211

if anyone is interested to try out the RC1 release let me know and I'll
send it to you.
I won't put it up for download to avoid loads of people having trouble
by not understanding the development status.

Unfortunately, we're "blessed" with rather many "newbies" in our
constituency.

Michiel
Michiel Dethmers | 12 Dec 21:27
Picon
Favicon

rpm version


on a seperate note, is anyone a bit more clued up on creating RPMs?
I think one thing that would be required to do so, is an "installer"
which would create the database and possibly write the config file for
users, as RPM installation is supposed to be without user input, so
you'd have to put everything into place and detect the lack of a
database and then prompt for it.

I think it would be nice to get that sorted at some point.

Michiel
dever34 | 20 Dec 18:04
Picon

Romain ADELLI - PhpDocumentor

Hello,

just a suggestion :
http://www.phpdoc.org/

PhpDocumentor is an easy way to generate a javadoc like documentation 
(with explanations about methods and vars).

Refs :
Explanations about Javadoc : http://en.wikipedia.org/wiki/Javadoc
Example of php documentation : http://phpmailer.sourceforge.net/docs/

Regards, Romain
dever34 | 21 Dec 11:12
Picon

Romain ADELLI - CAPTCHA integration, suscribe process

Hello, I shared a hack concerning the integration of a CAPTCHA in the 
suscribe process.

http://en.wikipedia.org/wiki/Captcha

This hack is available on :
http://mantis.phplist.com/view.php?id=8826

Regards, Romain
Michiel Dethmers | 23 Dec 22:31
Picon
Favicon

Re: Romain ADELLI - CAPTCHA integration, suscribe process


I have added it to the list of hacks: http://docs.phplist.com/PhplistHacks

Michiel

dever34 wrote:
> Hello, I shared a hack concerning the integration of a CAPTCHA in the
> suscribe process.
>
> http://en.wikipedia.org/wiki/Captcha
>
> This hack is available on :
> http://mantis.phplist.com/view.php?id=8826
>
> Regards, Romain
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplist-developers-unsubscribe <at> tincan.co.uk
> For additional commands, e-mail: phplist-developers-help <at> tincan.co.uk
>

Gmane