I'd like to get an employee classifieds server up that uses LDAP or some other form of active directory based authentication for posting. Does this exist?The goal is an "employees only" place that people can post personal things for sale, make item requests, and maybe sell services.I'd rather not do a message board style site, unless that's my only option.
1/17/2011 11:00:21 PM
do you have a language preference? IIS? Tomcat? Linux? dont care?
1/18/2011 7:45:27 AM
I'm open to almost anything. I'd love to get installed on an Ubuntu machine.
1/18/2011 8:05:11 AM
Since most classifieds web scripts wouldn't support LDAP you may want to consider having Apache handle the LDAP authentication. Then have the classified script take the username from Apache basic authentication.http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html
1/18/2011 10:21:53 AM
set up for sale mailing list for exchange, let employees subscribe, problem solved ?
1/18/2011 10:44:13 AM
nvm[Edited on January 18, 2011 at 11:06 AM. Reason : missed the opensource part]
1/18/2011 10:46:39 AM
i would not buy anything from co-workers.
1/18/2011 11:18:05 AM
I think I'm going to have to give up on the AD authentication.Would it be relatively easy to setup a phpbb site that only auto-registered users with emails from a certain domain, and all others would have to get authorized manually by an admin?
1/19/2011 10:49:43 AM
^ Yes. I have done this before. You'll need a full LAMP server to do it, but it will be relatively easy to setup if you are new to it.[Edited on January 19, 2011 at 12:02 PM. Reason : .]
1/19/2011 12:02:35 PM