Share

adiss

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://adiss.svn.sourceforge.net/svnroot/adiss adiss

Show:

What's happening?

  • Followup: RE: Install Error

    It might not be you, it could be my instructions need improvement too. Do you have an apache config file for adiss in place and did you restart apache after putting it in place? I don't know what version you are running on what platform - for redhat/centos/fedora it would be located in /etc/httpd/conf.d and might look like this: <Directory /var/www/html/adiss> AuthType Basic...

    2006-12-02 12:00:21 UTC by mseigafu

  • Install Error

    Hi, I am a total noob when it comes to setting up SVN stuff. I installed adsiis as per instructions. When i go tothe page i get: ADISS - Active Directory Interface for Subversion Security You do not have access to this system, if you believe you should please contact the system administrator. When i run the adiss_batch.php i get -bash: adiss_batch.php: line 7: syntax error near...

    2006-12-01 14:23:56 UTC by bashirj

  • 1.1 upgrade issue

    The database upgrade script has an error in it in that some parenthesis missing. If you change the script from: alter table svnrepos add column rogroupcn varchar(150), rousn int(11) to alter table svnrepos add column (rogroupcn varchar(150), rousn int(11)); it will resolve the error message and add the columns to the table in the database.

    2006-11-30 16:22:20 UTC by mseigafu

  • ADISS 1.1 released

    This release incorporates a couple of minor bug fixes as well as some new functionality. ADISS now has the ability to define a read-only group in addition to the existing read-write group on a per project/repository basis.

    2006-11-28 16:35:26 UTC by mseigafu

  • Problem with hook scripts

    If you have problems with hook scripts after being edited using ADISS it could be due to DOS end of line characters from the user forms. To correct add a line after lines 22 and 41 as shown below. $updatedscript = str_replace("\r", '', $updatedscript); This will remove the DOS end of line madness... Mike.

    2006-10-16 14:57:33 UTC by mseigafu

  • ADISS 1.0 released

    This release adds some additional features such as search capabilities to add in entering LDAP filters, as well as repository tracking and ability to edit pre and post commit hook scripts.

    2006-10-12 19:54:35 UTC by mseigafu

  • 0.91 release posted

    ADISS 0.91 file release has been posted. This release contains bug fixes for issues documented in the help forum.

    2006-04-10 17:17:50 UTC by mseigafu

  • Followup: RE: Unable to search LDAP on subsearch

    It must be time to stop working on this today ... one more try. Change lines 45 through 51 to look like THIS! $submember = escapeshellcmd(stripcslashes(substr($member, 0, ($oupos-1)))); } else { $cnpos = strpos($member, ",CN="); $submember = escapeshellcmd(stripcslashes(substr($member, 0...

    2006-04-06 16:43:08 UTC by mseigafu

  • Followup: RE: Unable to search LDAP on subsearch

    even better: $submember = escapeshellcmd(stripcslashes(substr($member, 0, ($oupos-1)))); } else { $cnpos = strpos($member, ",CN="); $submember = escapeshellcmd(stripcslashes(substr($member, 0, $cnpos))); } if (!($subsearch=@ldap_search($connect, $base_dn, "(&(objectClass=user)($submember))"))) {.

    2006-04-06 16:37:51 UTC by mseigafu

  • Unable to search LDAP on subsearch

    If you see this error, change lines 45-49 of functions.php to look like this: $submember = escapeshellcmd(stripcslashes(substr($member, 0, ($oupos-1)))); } else { $cnpos = strpos($member, ",CN="); $submember = escapeshellcmd(stripcslashes(substr($member, 0, $cnpos))); if (!($subsearch=@ldap_search($connect, $base_dn...

    2006-04-06 16:29:04 UTC by mseigafu

Our Numbers