Displaying 20 results from an estimated 600 matches similar to: "Password aging ..."
2004 May 13
1
pattern matching w/ Cisco dialplans
I have some Cisco 7940's running SIP image 6.3 and a newphone account.
Reguarding my dialplan I'm having a small issue. I'd like to dial
9,2,xxx-xxx-xxxx
for a LD Nufone calls - however I also need to dial local phone numbers ie
9,2xx-xxxx
Currently my dialplan looks like so
<TEMPLATE MATCH="9,1.........." Timeout="0" User="Phone"/>
2007 Mar 19
1
Delphi applications printing bug
Hi,
I'm using Wine 0.9.27 and Ubuntu 6.06.
I've problems when printing from Delphi Apps that use QReport (the
default reporting engine for most Delphi versions), and after some
hacking I've perhaps isolated the trouble:
it seems that Delphi printing over a Canvas works only if I show the
system PrintDialog or the PrinterSetupDialog befor printing, and I
press OK in this dialog:
2005 Mar 14
2
How NuFone.Net's customer service works.
Hello All,
I have been using asterisk for some time, and I would like for all
to take a look at what NuFone does when they get something called out
about their website. I ordered a 800 number from them on 3/4/05, they
did not make me aware of the time that they took in provisioning and how
terrible their support was. I called them on Tuesday 3/8/05 asked for a
phone call because the
2007 Mar 01
1
Samba 3.0.24 ported to OS/2 - a couple of problems
Hi all,
I've recently managed to compile Samba v3.0.24 for OS/2 and have
debugged most of the issues.
The positive is that relatively few source changes were required to
get the daemon working, however, having said that, there are two
problems that I'm still having trouble with.
1) smbpasswd is generating a broken password - so password protected
clients can't connect.
eg.
2015 Jul 23
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
Hi again rui, :)
I've got all the patches into llvm and clang for supporting mingw-w64 via
compiler-rt and now we are able to build a full mingw-w64 toolchain without
gcc :)
With great help from yaron and rnk.
I've CC'd them as they might have interest in seeing this target through
with me to the end :)
So I have again turned my attention to LLD so that we can also remove ld as
a
2017 Oct 30
2
Password change question/2: 'syncpassword' suffices on *ONE* DC?
I'm forced, for legacy reasons, to use 'syncpassword'.
Docs are scarce, so i ask here.
Seems to me that the ''consumer'' (eg, 'samba-tool user syncpasswords',
with or without '--daemon') get activated after every password change,
indipendently on what DC get originated (eg, i've changed a password,
see previous email, on DC2 and the
2015 Jul 23
0
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
I forgot to attach the notes.txt with the objdump.
On Thu, Jul 23, 2015 at 3:55 PM, Martell Malone <martellmalone at gmail.com>
wrote:
> Hi again rui, :)
>
> I've got all the patches into llvm and clang for supporting mingw-w64 via
> compiler-rt and now we are able to build a full mingw-w64 toolchain without
> gcc :)
> With great help from yaron and rnk.
>
>
2015 Jul 24
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
After some more digging and creating a few testcases in lld I have narrowed
it down to
The fact that dlltool generates
Contents of section .idata$7:
0000 55534552 33322e64 6c6c0000 USER32.dll..
Where as lld expects
Contents of section .idata$6:
0000 55534552 33322e64 6c6c0000 USER32.dll..
I recreated the hello64.test using dlltool for the lib and here is the
asm dump of
2006 Mar 31
1
Authentication Problem MD5 hashs
Hello
I've migrated to dovecot-1.0beta3 and I have taken over the password
files from an older system. For some reason the md5 hashs have "[" chars
in the salt.
For example like this $1$[xxxXX[E$bg/d4JdSSf2kTL8sXXxXXX
Now the problem is that in the file src/auth/db-passwd-file.c on line 43
for libpam-pwdfile compatibility it will be searched for "[" to find the
type
2015 Jul 25
0
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
Hey guys,
So I was able to modify dlltool to produce the exact same layout as lib.exe
with the same section numbers etc.
I've first managed to first create the correct section so that lld gives me
link errors and then resolve those errors to create an exe.
This is one thing that is still missing that sticks out like a sore thumb
In the actual imports of the functions the objects are very
2005 Jan 18
0
List Suggestion for routing/ipsec discussion
Since I believe that questions reguarding Linux routing and IPsec are
off-topic for this lists, can anyone point me to a good list for these
questions?
I''m trying to figure out the routing for a network containing a mesh of
IPsec tunnels. (We now have almost 40 tunnels.)
Thanks,
A.
2003 May 22
0
iax show registry
Hello all,
In followup to the question that I posted last night, reguarding strange
activity from my 2 gnophone clients, at the asterisk command line
interface I type iax show registry. I don't know what is supposed to be
here but the only thing I see is the headings. It doesn't appear that
either client is registered with the server. Does this give any clearer
indicators of what my
2003 Oct 06
1
I need to know What version of Samba and Linux work with Win2000
Hi
The information on Linux set up for Windows in the web site is dated 1996 and only deals with NT4 and Win95.
I have found a FILE NOT FOUND problem using RedHat 6.2 and samba 2.0.6 (PS Linux 2.0.35 worked with Win2000 !
I have seen comments that Win2000sp2 uses RPC's which are not in Samba 2.2.0.
I have seen that others have reported such a problem in Samba 2.2.2.
What Samba version ?
2006 May 11
1
newbie question reguarding kerberos tickets
I recently joined a samba 3.0.22 server to AD. When I did the kinit,
the AD gave me a 24 hour ticket with a 1 week renewal. Setting -r and
-l to 365d did not change anything, the ticket still came back the same.
However, my question is in reguard to whether this is really even
needed? First, I deleted the ticket, and everything seemed to continue
to work perfectly. Now, I let the ticket expire
2015 Jul 25
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
>
> For example the gnu linker provides the section with the stub code and the
> offset for injection.
Meant to say dlltool here not gnu linker :)
On Sat, Jul 25, 2015 at 11:17 AM, Martell Malone <martellmalone at gmail.com>
wrote:
> Hey guys,
>
> So I was able to modify dlltool to produce the exact same layout as
> lib.exe with the same section numbers etc.
>
2005 Aug 11
7
Booting disk images with syslinux?
Is it possable to boot a diskimage with syslinux?
So often I run into bios upgrade disks images or can
easily create a disk image and would like an easy way
to just boot these images.
I know isolinux does this and I vagely remember using
it to make a bootable windows 95 cd back in the day.
It worked to.
It would be nice if I could just copy the disk image
to a usbstick and use syslinux to boot
2007 Sep 13
0
Some Vista Info reguarding Profiles
Hi All,
I just started really looking into deploying Vista in a Domain
Environment and here is some info I gathered so far:
With Vista, Microsoft Updated their "profiles" to version 2, thus Vista
profiles will not co-exist with previous Windows profiles. To alleviate
the need to specify a different profile for Vista, Microsoft decided to
automatically add a ".V2" to the
2006 Mar 04
6
Determine if a value is an instance of String , or Array , or...
each loop inside a mixed hash
I need to determine if the value is an instance of String
How ?
hash.each do |k,v|
if v ( instance of ) String
hash[ k ] = v.capitalize
enf
end
2009 Jan 08
5
Puppet client hangs if LDAP server is not accessible
Hi.
I''ve noticed that on servers that are both puppet and LDAP clients,
the puppet client will hang if the LDAP server is not reachable. Does
anyone know what the reason for this is?
Regards,
Kenneth Holter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this
2008 May 30
9
find_by_sql without a model? how to do this?
Hi,
I''d like to do a "find_by_sql" without a model (e.g. <model
name>.find_by_sql("...")) as the results I get back are a once off special,
and I''m happy to handle them as an array. How do I do this?
"ActiveRecord::Base.find_by_sql(...)" does not seem to work?
Background - At the moment I''m doing within a model <model_name>,