Displaying 2 results from an estimated 2 matches for "0test".
Did you mean:
test
2006 Dec 06
2
auth unix sockets
...ocket to authenticate against dovecot-auth unix socket.
As fas as I understood login must be sent in form "user\0\user\0password" as base64 encoded string.
pp code (I'm using socket used by postfix auth):
--------------------
<?php
$authstr = base64_encode('test at virtual.net\0test at virtual.net\0test');
$fp = fsockopen("unix:///var/spool/postfix/private/auth",0, $errno, $errstr, 30);
if (!$fp) {
echo "$errstr ($errno)<br />\n"; }
else {
$out = "$authstr\r\n";
fwrite($fp, $out);
while (!feof($fp)) { echo fgets($fp, 128)...
2013 May 24
7
Display borked when loading FONT
...] to edit options."
MENU TABMSG Appuyez sur TAB pour ?diter les options de d?marrage
# Message d'attente :
MENU AUTOBOOT Lancement automatique dans # seconde{,s}...
# 0 Linux :
LABEL 0
MENU LABEL 0Linux
LINUX ../noyau-3.8.1
APPEND ro vt.default_utf8=1 root=/dev/sda3
LABEL 0TEST
MENU LABEL 0Linux test
LINUX ../noyau-3.5.4
APPEND ro vt.default_utf8=1 root=/dev/sda5
LABEL SDA6
MENU LABEL Slackware 14.0
LINUX ../vmlinuz-huge-smp-3.2.29-smp
APPEND ro vt.default_utf8=1 root=/dev/sda6
LABEL windoz
MENU LABEL Win 7
KERNEL chain.c32
A...