Displaying 6 results from an estimated 6 matches for "eglin".
Did you mean:
egli
1998 May 30
0
SAMBA digest 1703
...|smbpasswd")
print PIPE "$oldpassword\n"
print PIPE "$newpassword\n"
print PIPE "$newpassword\n"
close PIPE
regards,
Rob Coward
>------------------------------
>
>Date: Fri, 29 May 1998 15:54:42 -0500
>From: "Davenport, Todd S. " <davent@eglin.af.mil>
>To: samba@samba.anu.edu.au
>Subject: Encrypted passwords
>Message-ID: <F4879964EE05D1119EFE00A0C96F7FBE01348D84@scnt05.eglin.af.mil>
>
>Is there a tool, either for Perl or C, that will add/change the NT and
>LM encrypted passwords in the smbpasswd file? I know a...
2005 Apr 15
3
IBM BladeCenter HS20 blades
Greetings,
We have purchased an IBM BladeCenter and I am in the process of testing
Linux installation on these things (boot off SAN i.e. qla2300 driver,
not using internal drives). My distro of choice is Debian, however,
since I'm really not interested in trying to hand compile all the
drivers, I decided to try CentOS (which I'm so far very impressed with).
On boot, as with the
2007 May 15
1
Building package on Windows
...flags
did anything different.
I have been experiencing this problem with R 2.4.1 ( I have tried with
several other versions of R and they all do the same thing since 2.0.0.)
Can anyone point me in the correct direction of a flag to include or how
to fix this problem.
Thanks in advance,
Jason E Eglin
Rosetta Inpharmatics
------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments,...{{dropped}}
2011 Jun 28
3
FIPS 140-2 compliance
I''ve just posted a feature request
<http://projects.puppetlabs.com/issues/8120> relating to FIPS 140-2
compliance. I''m pointing to it here on the mailing list because I listed
there five places where Puppet (nay, Ruby!) crashed while I was testing
a deployment using FIPS mode on all hosts. It crashed because it tried
to use MD5, and OpenSSL in FIPS mode doesn''t let
1998 May 29
2
Encrypted passwords
Is there a tool, either for Perl or C, that will add/change the NT and
LM encrypted passwords in the smbpasswd file? I know about the
smbpasswd command, but I can't use that function from a script. I tried
#!/bin/perl
system("smbpasswd \< $oldpassword\n$newpassword\n$newpassword\n");
and some other things, but I couldn't get it to work.
TSD
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write
file { ''/tmp/bla'':
owner => [''root'', ''jared'']
}
then if the owner of /tmp/bla is either root or jared, nothing happens,
and if not, the owner is changed to root. More generically speaking, my
reading of the code suggests that if the owner of the file is in the
given list (the