[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 5 * Page qui teste test le mot de passe root pour LDAP. 6 * @Version $Id: test_client.php 5249 2010-02-17 00:11:22Z keyser $ 7 * @Projet LCS / SambaEdu 8 * @auteurs Philippe Chadefaux MrT 9 * @Licence Distribue selon les termes de la licence GPL 10 * @note 11 * Modifications proposées par Sébastien Tack (MrT) 12 * Optimisation du lancement des scripts bash par la technologie asynchrone Ajax. 13 14 15 */ 16 17 /** 18 19 * @Repertoire: /tests/ 20 * file: test_client.php 21 */ 22 23 24 25 26 require_once ('entete_ajax.inc.php'); 27 require_once('config.inc.php'); 28 29 $cmd_smb="smbclient -L localhost -U adminse3%$xppass && echo \$?"; 30 $samba_root=exec("$cmd_smb",$out,$retour2); 31 // echo "$cmd_smb"; 32 if ($retour2 == "0") { 33 $ok="1"; 34 } else { 35 $ok="0"; 36 } 37 38 die($ok); 39 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |