Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.201.331 Times

ADISS 1.1

  Date Added: October 18, 2010  |  Visits: 869

ADISS

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



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 servers 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 youd 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 Whats 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..

Requirements: No special requirements
Platforms: Linux
Keyword: Adiss Authzsvnaccessfiles Create Dc Directory Generation Of Php Server Simple Simple Tool Subversion Subversion Authzsvnaccessfiles Tool Version Control
Users rating: 0/10

License: Freeware Size: 52.22 KB
USER REVIEWS
More Reviews or Write Review


ADISS RELATED
E-Mail Tools  -  AeroMail 2.52
AeroMail 2 is the next generation of Mark Cushmans AeroMail. AeroMail is a web-based e-mail client written in PHP. AeroMail uses an IMAP server to read and store messages in one or more user-defined folders. Features include HTTP authentication...
53.25 KB  
MP3 Tools  -  Lx Multi Tool 1.2.0
Lx Multi tool is not just a rooting software for your mobile device. It is the newest generation of mobile rooting programs. LxMulti tool is a unique tool that works on Windows, Mac and Linux OS. It must be highly appreciated to design such tool...
36.14 MB  
Currency Converters  -  Magnetic Money Desktop Int 1.0
Magnetic Money Desktop Int is monitoring of exchangers of electronic currencies. Simple tool for the quick search for the most favorable exchange rates and exchangers of electronic currencies, such as: Liberty Reserve, PayPal, Perfect Money,...
4.43 MB  
Libraries  -  OS2::SoftInstaller 0.09
OS2::SoftInstaller is a Perl extension for generation of daughter packages for IBMs Software Installer. SYNOPSIS use OS2::SoftInstaller; open PKG, >my.pkg; select PKG; make_pkg toplevel => ., zipfile => my.zip, packid => myzip, nozip => 0,...
12.29 KB  
Programming  -  x10 0.3.2
X10 project is a new object-oriented, type-safe programming language for programming the next generation of high performance systems. X10 is designed and developed by IBM. While developed in close contact with the designers of X10 at IBM there...
8.1 MB  
Libraries  -  Java2Excel 1.3.1
Java2Excel is a library that allows the generation of simple excel files using objects of type java.util.Collection. The current verison of Java2Excel contains a lot of limitations. You can only write the collection in excel files using an xml...
235.52 KB  
Programming  -  GNU make 3.81
GNU make is a tool which controls the generation of executables and other non-source files of a program from the programs source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the...
1.1 MB  
Utilities  -  benchmark i/o workload generation 1.0
benchmark i/o workload generation is a handy and accessible tool that lets you quickly perform i/o benchmarks against your servers. It also allows VM's to quickly diagnose suspect storage (SAN, NAS) and other performance related issues across...
 
3D Graphic Tools  -  fbdump 0.4.2
fbdump is a simple tool that captures the contents of the visible portion of the Linux framebuffer device and writes it to the standard output as a PPM file. In other words, it takes a screenshot of anything running on the framebuffer. The...
10.24 KB  
Security  -  ADISS 1.1
ADISS 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...
 
NEW DOWNLOADS IN PROGRAMMING, VERSION CONTROL TOOLS
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Version Control Tools  -  BitNami Gitorious Stack 20120510-0 (linux)
Gitorious provides an open source infrastructure for hosting projects that use Git. It also supports projects with wikis, a web interface for merge requests and code reviews and activity timelines for projects and developers. Here are some key...
285.92 MB  
Version Control Tools  -  Heirloom Development Tools 70527
Heirloom Development Tools package provides yacc, lex, m4, make, and SCCS as portable derivatives of the utilities released by Sun as part of OpenSolaris. The OpenSolaris utilities were in turn derived from the original Unix versions, and are...
378.88 KB  
Version Control Tools  -  BelowVersion 0.9
BelowVersion is a single-file Python CGI to browse a Subversion repository. It only needs a Web server with Python support and bindings for Subversion libraries. It bypasses the high-level client library for acceptable performance without losing...
8.19 KB  
Version Control Tools  -  cvschk 1.12
cvschk - fast offline check for new files and modifications of files. cvschk is a Perl program which checks the status of the CVS controlled files and gives an ASCII table sorted after the status of files. If you have used CVS, then you know...
17.41 KB  
Version Control Tools  -  SVN::Web 0.51
SVN::Web provides a Web interface to Subversion repositories. You can browse the tree, view history of a directory or a file, see whats changed in a specific revision, track changes with RSS, and also view diffs. SVN::Web also tracks the...
84.99 KB