Displaying 20 results from an estimated 50 matches for "alse".
Did you mean:
false
2007 May 04
1
Help with LDAP authentication - user / user+domain
...u=topologymanagement,o=netscaperoot
dnpass = XXXXXX
auth_bind = no
ldap_version = 3
base = dc=domain,dc=com
deref = never
scope = subtree
user_attrs = mail,homeDirectory,,,,quota=quota=maildir:storage
user_filter =
(&(objectClass=VirtualMailAccount)(mail=%u)(accountActive=TRUE)(delete=F
ALSE))
pass_attrs = mail,userPassword
pass_filter =
(&(objectClass=VirtualMailAccount)(mail=%u)(accountActive=TRUE)(delete=F
ALSE))
default_pass_scheme = SSHA
user_global_uid = 100
user_global_gid = 101
My logs:
Apr 30 13:47:58 server dovecot: auth(default_with_listener): client in:...
2014 Mar 20
2
Administrator uid is 3000000 not 0 as root
Hello!
W alse have a problem when folders and files created as Administrator have owner uid as 3000000 not 0 as, I understand, it must be. Because of this programs can't define samba user name by uid.
I googled and saw that there are other people who had the same problem. The only solution I found is to crea...
2017 Jun 12
4
Log authentication attempts
We alse have same problem, now we are running Dovecot 2.2.30.2 and also use
Dovecot SASL for SMTP authentication (postfix 2.11).
We need to save all failed login attempts to database as source IP address,
username and date and time but post-login script can do this but only after
successful login. Failed l...
2005 Mar 02
3
orientation of eps files
hello,
i have a problem with the orientation of eps files produced with the postscript() command. i have generated some eps files with R using:
postscript(file = filename, horizontal = FALSE, paper = "special", onefile = F
ALSE, height = height, width = width, pointsize = pointsize)
now, when i include these eps files into a standard paper document (ie. a4 paper, portrait orientation) everything is fine.
however, i am now wanting to incorporate the same images into a presen...
2010 Apr 21
2
[LLVMdev] How to delete a instruction?
I did a simple test just now, but I alse failed.
I delete several ordered instructions from end to begin,
but after deleting the first instruction(the last instruction of F), the
program crashed.
My test code is below (F is a function only containing several sequential
instructions):
for (inst_iterator inst == --inst_end(F); inst != ins...
2009 May 05
3
German translation
Hey community,
I think that the english Wine User Guides aren't realy easy to read for much german users.
So I thought maybe I should translate them but I don't want to do that befor I now if anyone alse is translating them so I want to know IF anyone is translating the Wine User Guides.
If not I want to ask if I should do that or if there is no sense in doing that.
Greez Christian
2013 Aug 13
1
(no subject)
hello list,
i have asterisk 1.4 installed i use MixMonitor to record all the inboud
calls with the code below my question how can i do to save alse the sip
extenssion 223
exten => 529,1,Answer()
exten => 529,n,MixMonitor(test_${UNIQUEID}.wav|av(0)V(0))
exten => 529,n,Dial(SIP/223)
exten => 529,n,Hangup()
thanks and regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.co...
2006 Mar 26
1
addition using binary
...with a reminder of 9
the numbers to the left of the decimal point are added
99
2
===
101
1 which is carried from above
===
102
put together 102.09, again the decimal point doesn't carry the usual meaning but only for ease of reading.
the same principle above is needed to alse apply for other operations like subtraction,
thank you
---------------------------------
[[alternative HTML version deleted]]
2011 Dec 07
2
[LLVMdev] Generating DWARF information that pretends an outparam is the return value
...metadata nodes (I am not including all of them here) to describe 'char' as the return type of function 'foo'.
>
> !1 = metadata !{i32 589870, i32 0, metadata !2, metadata !"foo", metadata !"foo", metadata !"", metadata !2, i32 2, metadata !3, i1 false, i1 true, i32 0, i32 0, i32 0, i32 0, i1 f\
> alse, i32 ()* @foo, null, null} ; [ DW_TAG_subprogram ]
>
> !3 = metadata !{i32 589845, metadata !2, metadata !"", metadata !2, i32 0, i64 0, i64 0, i32 0, i32 0, i32 0, metadata !4, i32 0, i32 0} ; [ DW_TAG_subroutine_type ]
!...
2010 Apr 21
0
[LLVMdev] How to delete a instruction?
lucefe wrote:
> I did a simple test just now, but I alse failed.
>
> I delete several ordered instructions from end to begin,
> but after deleting the first instruction(the last instruction of F),
> the program crashed.
> My test code is below (F is a function only containing several
> sequential instructions):
>
> for (inst...
2007 Feb 13
1
Problems to put dovecot-ldap.conf working
...cating in ldap.
My postfix and saslauthd are authenticating fine.
Here is what I have in my main.cf:
# Accounts
accounts_server_host = $ldap_server_host
accounts_search_base = $ldap_search_base
accounts_query_filter =
(&(&(objectClass=VirtualMailAccount)(mail=%s))(forwardActive=FALSE)(acco
untActive=TRUE)(delete=FALSE))
accounts_result_attribute = mailbox
accounts_cache = no
# aliases
aliases_server_host = $ldap_server_host
aliases_search_base = $ldap_search_base
aliases_query_filter =
(&(&(objectClass=VirtualMailAlias)(mail=%s))(accountActive=TRUE))
aliases_r...
2011 Dec 07
0
[LLVMdev] Generating DWARF information that pretends an outparam is the return value
...following metadata nodes (I am not including all of them here) to describe 'char' as the return type of function 'foo'.
!1 = metadata !{i32 589870, i32 0, metadata !2, metadata !"foo", metadata !"foo", metadata !"", metadata !2, i32 2, metadata !3, i1 false, i1 true, i32 0, i32 0, i32 0, i32 0, i1 f\
alse, i32 ()* @foo, null, null} ; [ DW_TAG_subprogram ]
!3 = metadata !{i32 589845, metadata !2, metadata !"", metadata !2, i32 0, i64 0, i64 0, i32 0, i32 0, i32 0, metadata !4, i32 0, i32 0} ; [ DW_TAG_subroutine_type ]
!8 =...
2011 Dec 05
2
[LLVMdev] Generating DWARF information that pretends an outparam is the return value
The Rust compiler defines all functions as returning void, with the
first parameter being an outparam of the declared return type, ie.
fn foo2() -> int { ret 5; }
becomes
define void @_ZN4foo217_5cb557d30658848cE(i64*, { i64, { %tydesc*, i1,
{} } }*) uwtable {
store i64 5, i64* %0
ret void
}
I'm working on generating debug information for Rust, and I'm
currently stumped on how
2006 Feb 09
1
Problems with gnugk, asterisk, and ooh323
...haracters {
0073 006f 0066 0074 0070 0065 0065 0072 softpeer
}
[1]=dialedDigits "123"
}
bandWidth = 1
callReferenceValue = 4096
conferenceID = 16 octets {
ee 87 f1 90 9f 46 8d 40 94 7e 5e 75 87 e5 c0 15 .....F.@.~^u....
}
activeMC = FALSE
answerCall = FALSE
canMapAlias = TRUE
callIdentifier = {
guid = 16 octets {
e1 87 ea ec d6 83 ff 4a bd 0c f5 b9 93 6e 32 df .......J.....n2.
}
}
cryptoTokens = 2 entries {
[0]=cryptoEPPwdHash {
alias = h323_ID 8 characters {
0073...
2011 Dec 07
0
[LLVMdev] Generating DWARF information that pretends an outparam is the return value
...ogram that showed that
struct foo {
int a; float b; char buf[80];
}
struct foo get_foo(void) {
foo f = { 5, 2.5 };
return f;
}
would turn into
define void @get_foo(%struct.foo* sret %agg.result) nounwind ssp {
...
call void @llvm.memcpy.p0i8.p0i8.i64(i8* %2, i8* %3, i64 88, i32 4,
i1 false), !dbg !24
ret void, !dbg !25
}
with similar metadata to what you wrote. I tried adding the sret
attribute to my generated functions, but there was no change - maybe
it doesn't work for non-structural types.
Cheers,
Josh
On 6 December 2011 19:18, Devang Patel <dpatel at apple.com> w...
2006 Nov 24
1
Fwd: Dates Conversion/write.foreign
...packages, dates
and times (Date, dates, date, and POSIXt classes) are also supported
for SAS and characters are supported for SPSS."
So, what should i do to get my time value also apart from the
datevalue? Do i need to convert the chron object, "Datetime" into
POSIXt...or anything alse...so that SAS can read it as datetime.
format?
Thank you,
Shubha.
2005 Aug 05
8
asterisk registered in ser proxy
is it possible to register asterisk in a sip proxy as
if it were a terminal (like a cisco ATA)? how?
Thanx
Jenna ;)
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
2010 Apr 20
0
[LLVMdev] How to delete a instruction?
lucefe wrote:
> Hi,
>
> when I delete some instruction, I got some error prompt message.
Deleting instructions can be a little tricky. The problem is that you
can't delete an instruction until there are no other instructions that
are using it. There are two things that you can do:
1) Order your deletions so that the instructions at the end of def-use
chains are deleted first;
2004 Aug 10
0
wine and alsa oss emulation with aoss
...lem was, that wineoss
needs mmap access to the soundcard to correctly initilize dsound. dsound
is needed for 4channel playback (master&headphone)
my configuration is fc2 with kernel 2.6.6.435 and alsa 1.0.5 (and of
course the newest wine cvs build from today).
unfortunately, im forced to use alse because of my usb sound card and
alsa doesn?t support mmap access. there are some workarounds like
writing something to proc files, but this doesn?t work for me (and seems
to not work for others).
so mmap acces can be emulated in doing hacks in the asound.rc file and
userspace oss emulation via t...
2017 Jun 12
0
Log authentication attempts
> On June 12, 2017 at 3:39 PM "j.emerlik" <j.emerlik at gmail.com> wrote:
>
>
> We alse have same problem, now we are running Dovecot 2.2.30.2 and also use
> Dovecot SASL for SMTP authentication (postfix 2.11).
> We need to save all failed login attempts to database as source IP address,
> username and date and time but post-login script can do this but only after
> succes...