Displaying 4 results from an estimated 4 matches for "silenty".
Did you mean:
silently
2005 Jun 27
1
Re: teliax [Was: LiveVoip is Bankrupt]
For outbound only, I have traditionally recommended VoipJet. They just
recently has a spat of issues that seem to have resolved though. I am
still using them via their east coast server and it seems to work quite
well again. Cost is around 1.3 cents minute I believe. Use IAX and
g711 for best quality to VoipJet.
Thanks,
Wiley
-----Original Message-----
From:
2012 Sep 29
1
Samba4 LDAP returns wrong responses in some cases, BIND-DLZ refuses to update
...tional,DC=klin,DC=kifato-mk,DC=com' -W '(&(info=*)(member:1.2.840.113556.1.4.1941:=CN=dummyuser,OU=IT,OU=Departments,DC=klin,DC=kifato-mk,DC=com))' | tail -n2 # Samba DC
Enter LDAP Password:
# numResponses: 1
First command returns the correct mebership check result. Second - just silenty returns nothing. Although not that widely used, this operator is quite useful in some cases, when you just can't implement any loop-based logic. For example, for us it breaks IEEE 802.1X VLAN assignment with FreeRADIUS.
Replication is working and this account's membership is correct on bot...
2007 Sep 28
9
PUT (and friends) bug?
As far as I can tell, sending an actual HTTP PUT request to a Camping
app will never parse the params out of the request body - or am I
going nuts? This code seems to say only POST''s will parse the request
body:
elsif @method == "post" and \
e.CONTENT_TYPE == "application/x-www-form-urlencoded"
q.u(C.qsp(@in.read))
end
I looked for an easy spot to stick
2007 Oct 08
0
Camping-list Digest, Vol 18, Issue 1
...> agreed. you can handle request body -> @input for any method except
> the ones that explicitly forbid request bodies (GET, HEAD, OPTIONS/
> TRACE?..), in one swoop.
>
> the MIME test must stay, of course. otherwise when you add support
> for other MIMEs using #service it silenty fails trying to parse
> JSON or whatever as QSVars..
>
>
>> _______________________________________________
>> Camping-list mailing list
>> Camping-list at rubyforge.org
>> http://rubyforge.org/mailman/listinfo/camping-list
>
>
> -------------------------...