Hi Yuri,

Could you give me some help for use AD authentification in place of the minimal 
setup configuration ?

What we need to do ?

Actually .

Dl is installed on linux Redhat (CentOS) (2.6.18 x86_64) with apache 2.2.3
With my apache configuration I can use my ldap authentification (running on MS 
2003 server)

My apache server configuration for authentification for a web zone:


<Location /dl>
   Order deny,allow
   Deny from All
   AuthType Basic
   AuthName "DL Web Site: Login with user id"
   AuthBasicProvider ldap
   AuthzLDAPAuthoritative off
   AuthLDAPURL 
ldap://XXXXXXXXXXX:XXX/ou=XXX,dc=XXX,dc=XXX?sAMAccountName?sub?(objectClass=*)
   AuthLDAPBindDN "cn=XXXX,ou=XXXX,dc=XXX,dc=XXX"
   AuthLDAPBindPassword "XXXXX"
   require valid-user
   Satisfy any
</Location>




Now it will be very very useful, if we can use internal AD for user access in 
place of "the Minimal setup"




 Minimal user setup

Once dl has been installed and PHP is set-up correctly, you have to create at 
least one user to be able to log in. User management is handled through the 
command line (there is no web-interface yet) by using the bundled useradmin.php 
utility.

On the server, execute the following commands with the same user as your web 
server (by using su or sudo if necessary):

cd /your-installation-directory/include/scripts
php useradmin.php add "admin" "true" "change me"



Regards.





-----Message d'origine-----
De : Yuri D'Elia [mailto:wav...@thregr.org] 
Envoyé : mardi 22 juin 2010 11:41
À : Download Ticket Service
Objet : Re: [dl-ticket-service] AD authentification

On Tue, 22 Jun 2010 11:29:22 +0200
"MOKRANI Rachid" <rachid.mokr...@ifp.fr> wrote:

> Hi,
> 
> Is it possble to use Active Directory for authentification ?

It should be. Simply enable Basic Authentication in ISS and use Active
Directory. You probably need to run the PHP isapi module (not cgi). I
never tested (I have no means to) this setup.

If you have php programming skills, I can help you fix DL if needed to
support it.


__________________________

Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et 
établi à l'intention exclusive de ses destinataires. Toute utilisation de ce 
message non conforme à sa destination, toute diffusion ou toute publication, 
totale ou partielle, est interdite, sauf autorisation expresse. L'IFP décline 
toute responsabilité au titre de ce message.

This message and any attachments (the message) are confidential and intended 
solely for the addressees. Any unauthorised use or dissemination is prohibited. 
IFP should not be liable for this message.

Visitez notre site Web / Visit our web site : http://www.ifp.fr
__________________________



Reply via email to