Download ADISS 1 1 - ADISS 1 1 Description, ADISS 1 1 Reviews
Contact
 


 

Download

 
Download Now (0K)
GPL (GNU General Public License)
Downloads till now: 6
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Assembler Tools , Bug Tracking , Code Generators , Compilers , Debuggers , Disassemblers , Internationalization , Interpreters , Libraries , Localization, Perl Modules , Preprocessors , Quality Assurance and Testing , UI (User Interfaces) , Version Control , Widgets ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

ADISS 1.1

 

Details

Size: 0K
Last Update: 2008-04-15 23:41:38
OS Support: Linux
License/Program Type: GPL (GNU General Public License)
Publisher: Mike Seigafuse
Price:$0.00
Description:

ADISS 1.1 is version control software developed by Mike Seigafuse.
ADISS project is a simple tool to automated the generation of Subversion AuthzSVNAccessFiles.



The simple web interface allows the administrator to define the repostirory paths, the full path to the AuthzSVNAccessFile and the LDAP filter for the Active Directory group that will be used to control access.

The script adiss_batch.php (run via a cron job or scheduled task you create at the interval you define)

Technology - Apache, mySQL, PHP. Written and tested on Linux by should work on other operating systems. Uses PHP_LDAP and PHP_MYSQL.

Installation:

Obtain and extract the tarball to a location under your web server's root directory, for example:

cd /var/www/html
tar -zxvf adiss-0.90.tgz
Rename the directory if so desired:
mv adiss-x.xX adiss
Set permissions on the directory so that the account your web server runs as has permissions to the files:
chown -R apache:apache adiss

Create the database:

cd adiss
mysql
create database adiss;
grant SELECT, INSERT, UPDATE, DELETE on adiss. to adiss@localhost identified by 'password';
flush privileges;
quit
mysql adiss < create_tables.sql

Modify the config.in.php file to match your environment.

$db_host = "localhost";
$db_name = "adiss";
$db_user = "adiss";
$db_pass = "password"; from create database section above
$ldap_server = "adserver.domain.com"; The GC or AD server
$ldap_server_port = "3268"; Use port 389 if you'd are using a DC, I prefer to use port 3268 on the Global Catalog server
$bind_user = "adiss@domain.com";
$bind_pass = "password";
$base_dn = "DC=domain, DC=com";

You should secure this site unless you are OK with anyone manaing your settings (not recommended). The application is really intended as an intranet only applicaiton, expose this to the Internet at YOUR OWN RISK.

Here is an example of an Apache configuration file (to be placed in /etc/httpd/conf.d or other server specific location) to secure this site. Obviously you will need to customize this for your site/environment:

< Directory /var/www/html/adiss >
AuthType Basic
AuthName "DOMAINNAME"
AuthLDAPURL ldap://server.domain.com:3268/DC=domain,DC=com?
samAccountName?sub?(objectCategory=person)
AuthLDAPBindDN DOMAINadiss
AuthLDAPBindPassword password
Require valid-user
If you want to be more specific you could use the line below
Require user username1 username2
Options Indexes FollowSymLinks
AllowOverride All
order allow,deny
allow from all
< /Directory >

Restart Apache after adding the above (service httpd restart or other server specific command).

Launch a browser and visit the URL http://yourhost/adiss

What's New in This Release:
Incorporated bug fix for end of line in pre and post commit edit procedures.
Fixed a typo in the HTML page title.
Added ability to define a read-only group on a per project/repository basis in addition to the read-write group.
ADISS 1.1 supports english interface languages and works with Linux.

Downloading ADISS 1.1 will take if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

ADISS 1.1 Version History

Product Date Added
ADISS 1.1 2008-04-15 23:41:38


Related Software

ASTUce 1.0.0.126
From category: Quality-Assurance-and-Testing
ASTUce 1.0.0.126 is quality assurance and testing software developed by Zwetan Kjukov. ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. ASTUce proj...
FireAnt
From category: Quality-Assurance-and-Testing
FireAnt 1.0 is quality assurance and testing software developed by Jules White. FireAnt is an Eclipse plugin for modeling complex remote deployment and configuration processes for EJBs. It a...
dlib Cplusplus Library
From category: Libraries
dlib C++ Library is a modern C++ library with a focus on portability and program correctness....
libConfuse
From category: Libraries
libConfuse is a configuration file parser library, licensed under the terms of the LGPL, and written in C....
FiForms
From category: Libraries
FiForms 0.9.3 is libraries software developed by Daniel McFeeters. FiForms started as a collection of PHP classes for creating web-based data entry screens for a MySQL database. FiForms libr...
cpphs
From category: Preprocessors
cpphs 1.0 is preprocessors software developed by Malcolm Wallace. cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell. Why re-implement cpp? Rightly or wrongly,...
DateTime::Format::Epoch::JD
From category: Libraries
DateTime::Format::Epoch::JD 0.10 is libraries software developed by Eugene van der Pijll. DateTime::Format::Epoch::JD is Perl module Convert DateTimes to/from Julian Days. SYNOPSIS...
Bio::Index::Blast
From category: Libraries
Bio::Index::Blast 1.4 is libraries software developed by Jason Stajich. Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNO...
re2c
From category: Code-Generators
re2c is a tool for writing fast and flexible lexers....
Audio Input-Output Library 0.2.0
From category: Libraries
Audio Input-Output Library 0.2.0 is libraries software developed by Hod McWuff. Audio Input-Output Library (libaio) is meant to solve the problem of differing digital audio platforms once and for a...
libgnome
From category: Libraries
libgnome is a GNOME library....
Liboobs219
From category: Libraries
Liboobs is a wrapping library to the System Tools Backends....
Convert::Wiki::Node::Line
From category: Libraries
Convert::Wiki::Node::Line 0.05 is libraries software developed by Tels. Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use...
Authen::Captcha 1.023
From category: Libraries
Authen::Captcha 1.023 is libraries software developed by Seth T. Jackson and Josh I. Miller. Authen::Captcha is a Perl extension for creating captcha\'s to verify the human element in transactions....
Automated Argument Helper 1.2.2
From category: Code-Generators
Automated Argument Helper 1.2.2 is code generators software developed by Scott McKellar. Aargh is a code generator, written in C++ and licensed under the terms of the GNU General Public License (GP...
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver x64 d
3. Canon PIXMA iP1200 Printer Driver
4. Canon PIXMA iP1300 Printer Driver a
5. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
6. Canon PIXMA MP210 MP Drivers
7. Canon PIXMA iP1600 Printer Driver
8. Canon i-SENSYS LBP2900 Printer Driver R
9. Asus EZVcr II
10. Canon PIXMA iP1300 Printer Driver c
11. Canon PIXMA MP160 MP Drivers xp64
12. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
13. Canon i560 Printer Driver
14. Canon PIXMA MP160 MP Drivers 9xME
15. Canon LaserShot LBP-1210 Printer Driver
16. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
17. SendSong
18. Alcatel SpeedTouch 330/USB
19. Genius VideoCAM Trek
20. We iSMS

DownloadTube Editor Reviews

 
1. Able Fax Tif View
Able Fax Tif View is a FAX, TIF, PDF, EPS, PS, AI, DCX, DICO...
2. Access Manager for Windows
Access Manager for Windows is a feature-rich software that a...
3. Vista User Time Manager
Vista User Time Manager is a powerful software that enables ...
4. River Past Video Cleaner
River Past Video Cleaner is an easy-to-use, flexible, powerf...
5. Tube Explorer Lite
Tube Explorer Lite is a smart tool that will help you browse...
6. Convert MPEG To WMV
EZ MPEG To WMV Converter is an easy to use video conversion ...
7. Convert Video To AVI
EZ Video TO AVI Converter has a powerful media conversion en...
8. A-one Video Convertor
A-one video converter is a powerful tool that offers you an ...
9. ALPass
ALPass is a smart tool that allows you to automatically logi...
10. Smart Pix Manager
Smart Pix Manager is a powerful, feature-rich and user-frien...

Software Reviews Full List



Recent Blog Posts

 
1. Google Chrome – It’s Finally Here. Will A Revolution Begin?
First, it was the rumors. Then, Google announced it official...
2. An Amazing Free Document Processing Software: LyX
The documents management task could be difficult in absence ...
3. DownloadTube Toolbar is Available For Free Download
Recently, we have made available for free download the Dow...
4. A Revolution in Web Browsing: The New Firefox 3.1b1 Already Beats All Speed Records
The latest beta1 release of Mozilla Firefox 3.1 shows majo...
5. Some Little, Nice, Freeware Tools You May Never Know When You'll Need
This time I won’t speak about a single freeware program that...
6. How To Increase The Quality of Your News Articles For Search Engine Spiders
The process of articles publishing is a common practice to...
7. Digg in Press: Tips and Opinions
Regarding Digg social bookmarking service there are many a...
8. Ubuntu Linux and Windows Can Share The Desktop In Absence Of Virtual Machines
Many people asked themselves how to run Ubuntu Linux and W...
9. 2.5 Millions Downloads for FireTune: It Makes Mozilla Firefox To Run With The Speed of Light
It is well known the fact that even the latest version of M...
10. Image Galleries on Autopilot: Instant Gallery Maker
The creation of image galleries ready for web publishing...

Last 20 Scripts

 
1. Tube Spider
Tube Spider allows your visitors to search videos in Youtube
2. Azure CMS
Azure CMS is a universal software product for the developmen
3. Azure Portal
Azure Portal is a social networking script made with PHP pro
4. One Frog
One Frog is a content management system that allows you to u
5. Cigmas CMS
Cigmas CMS is a powerful web content management system for g
6. WebWord CMS
WebWord CMS is a full featured web content management system
7. Marjetica Content Management System
Marjetica Content Management System is a powerful, easy to u
8. Phenotype CMS
Phenotype CMS is a PHP/MySQL - Smarty Content Application Fr
9. Chupix CMS
Chupix is a content management system written in PHP and sto
10. Interspire Website Publisher
Interspire Website Publisher (formerly ArticleLive) is a con
11. Interspire Email Marketer
Interspire Email Marketer (formerly SendStudio) is a web bas
12. Comments RAM
Comments RAM is a lightweight PHP script that allows you to
13. KoolAjax
KoolAjax facilitates data exchange between server-side and c
14. KoolTreeView
KoolTreeView is a unique treeview control for PHP.
15. petitforum
This is a little discussion board which does not use MySQL a
16. eliteCMS
Elite CMS is an ideal content management system for a small
17. TotalW
TotalW is a simple to install and use file manager written i
18. alizer
alizer is a PHP script that analyzes the Apache log file.It
19. dpDebug 2
dpDebug 2 allows you to track down any problem with certain
20. Projector
Projector is a very simple project management system that is