Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a4f23903c318160f0eaff62a3bcaac0c > files > 5

php-smbauth-4.3.0_1.4.3-11mdk.ppc.rpm

<?php 
# test.php
# Brian Shire <shire@tekrat.com>
# Tests smbauth php module

// See README.PHP for details, may require adjustments...
dl("smbauth.so");  

$res = smbauth_validate("user", "pass", "pdc", "bdc", "domain");
echo smbauth_err2str($res) . "\n";
?>