On 01.05.2012 [15:22:49 +0000], Spear, Raymond (Mission Critical Linux) wrote:
> Sorry for being so ignorant but, I don't remember ever logging into
> the autotest web interface.  So, I'm not sure how to enable this login
> capability.

I think by default auth is disabled (or automatic as debug_user). I
changed my setup via apache/conf/afe-directives:

 <Location "/afe">
     DirectoryIndex AfeClient.html
+    AuthType basic
+    AuthBasicProvider ldap
+    AuthzLDAPAuthoritative on
+    AuthBasicAuthoritative off
+    AuthLDAPURL <local ldap setup>
+    Require valid-user
+    AuthUserFile /dev/null
 </Location>

Thanks,
Nish

> I installed autotest using the contrib setup script.
> 
> ray spear
> 
> -----Original Message-----
> From: Nishanth Aravamudan [mailto:[email protected]] 
> Sent: Monday, April 30, 2012 3:41 PM
> To: Spear, Raymond (Mission Critical Linux)
> Cc: [email protected]
> Subject: Re: [Autotest] multiple user documentation
> 
> On 30.04.2012 [21:45:12 +0000], Spear, Raymond (Mission Critical Linux) wrote:
> > I've been trying to find documentation which tells me how to set up 
> > autotest so the frontend will have more than just the "default user".
> 
> I just modified the apache configuration to have LDAP-based auth for my 
> setup. Then all the LDAP users are potential autotest users, added to the 
> appropriate table when they first login (afaict).
> 
> > I want to set up multiple users so each person can filter the test 
> > based on the tests they start.
> > 
> > I see there is an owner filter but I can't find documentation which 
> > tells me how to set up multiple "owners".
> 
> I think the admin side of things needs extensions. I still haven't been able 
> to configure my setup to have some LDAP auth'd users be admins and not 
> others, for instance.
> 
> Thanks,
> Nish
> --
> Nishanth Aravamudan <[email protected]>
> IBM Linux Technology Center
> 

-- 
Nishanth Aravamudan <[email protected]>
IBM Linux Technology Center

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to