Changeset 12096 for trunk/www


Ignore:
Timestamp:
09/13/11 21:03:12 (13 years ago)
Author:
Daniela Dorner
Message:
switched on ldap authentication
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/db_po/edit_po.php

    r12031 r12096  
    2020    else
    2121    {
    22         echo "The password is not yet evaluated, but the username is inserted into the DB.<br>";
    23         //if (!CheckUsernameAndPassword($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'], GetLDAPOptions()))
    24         //    return;
     22        //echo "The password is not yet evaluated, but the username is inserted into the DB.<br>";
     23        if (!CheckUsernameAndPassword($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'], GetLDAPOptions()))
     24            return;
    2525    }
    2626
Note: See TracChangeset for help on using the changeset viewer.