similar to: NT password problem

Displaying 20 results from an estimated 3000 matches similar to: "NT password problem"

1998 May 11
0
CIFS based NT Authentication for PAM (pam_smb-1.0)
Version 1.0 of my CIFS based NT authentication system for PAM is available from http://www.csn.ul.ie/~airlied/pam_smb/pam_smb-1.0.tar.gz or ftp://ftp.csn.ul.ie/pub/linux/pam/pam_smb/pam_smb-1.0.tar.gz This release has now gotten GNU configure support and should work reliably on Linux RH4.2, RH 5.0 and Solaris 2.6.... If anyone has another platform with PAM could they try it out ... It is also
1998 Nov 16
1
NT Password - I'm still stuck
Hi all, I have at home a Sun IPC running Solaris 2.6 and Samba 1_9_18p8. The Sun is on a network of just two computers - the other computer being a PC running NT4, with service pack 3. The samba works fine on the unix machine (Sun). When service pack 3 was installed on the NT4 PC, I initially had to enable plaintext passwords, but I've now changed to encrypted passwords, and set
1999 Jan 02
1
SAMBA digest 1924
Hello, > I have the following entries, among others, in my smb.conf file: > ===== cut here ===== > logon path = \\%L\profiles\%U > [profiles] > comment = User Profiles > path = /usr/home/profiles > public = yes > writable = yes > browseable = yes > ===== cut here ===== > So, I expect 'net use z: /home' on a win95 machine to map z: to >
1998 May 12
1
Trying to recover erased logs
Hi, I''ve had several people ask me about a comment I made in a previous post; <quote> Dan, firstly, if you haven''t touched the compromised system much, do a "dd" across the raw disk and grep it for log fragments. I have seen vital erased logs recovered this way before! </quote> I shall try and explain a bit more! If an attacker erases, or truncates a
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
On Sun, Jun 13, 2010 at 8:28 AM, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 13.06.2010 01:09, Dr. David Kirkby wrote: >> >> On 06/12/10 05:27 PM, Douglas Bates wrote: >>> >>> On Sat, Jun 12, 2010 at 8:37 AM, Dr. David Kirkby >>> <david.kirkby at onetel.net> wrote: >>>> >>>> R 2.10.1 is used in
2003 Feb 21
0
Samba + LDAP segfaulting
Hey, I tried to set up samba to auth via LDAP for accessing shared home directories. However, whenever a connection is made, samba segfaults. Details follow: Machine Spec: Sun E450, 2G RAM, Solaris 9 Samba 2.2.7a ] -- all openldap-2.0.23 ] -- compiled nss_ldap-203.4 ] -- from pam_ldap-159 ] -- source Samba was compiled as follows: ./configure --prefix=/usr/local/samba --with-ldapsam
2015 May 08
0
Smba 4, looking for a command to show the password expiration date
thanks Rowland! btw, when will samba 4.2.2 released? looking foward to it! (I need the bug of the RDP fixed :D) thanks! ___________________________________________________________________________________________ Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1 815 2236, eMail: mariopiorusso at ie.ibm.com IBM Ireland Product Distribution Limited registered in
2008 Aug 21
1
Kruskal.test() on lists
Hi, I am trying to do a kruskal wallis test on two lists, fVisited and cSN: fVisited[[1]] [1] 0.17097623 0.30376141 0.17577266 0.14951855 0.03959753 0.08096217 0.05744888 0.02196257.... .... cSN[[1]] [1] 0.08557303 0.36477791 0.19601252 0.12981040 0.05351320 0.10385542 0.03539577 0.03106175.... So if I just want to do a test on just one of the entries this is simple enough:
2015 May 08
0
Smba 4, looking for a command to show the password expiration date
Hi all just going back to this, Steve can you please expalin where did you take this number from? 11644473600 that seems not to work correctly on my system so I was lookin g how to tailor down the right value thanks ___________________________________________________________________________________________ Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1 815
1998 Dec 03
2
Changing file permissions from NT
We run a Network of Suns (running Samba) and PC-NT (version 4, sp3) machines, at work, and find it very annoying to be unable to change the file permissions of files from NT on the Suns. Is there any way to change the permissions from NT file explorer or otherwise ? Dave Kirkby
2007 Mar 05
1
Heteroskedastic Time Series
Hi R-helpers, I'm new to time series modelling, but my requirement seems to fall just outside the capabilities of the arima function in R. I'd like to fit an ARMA model where the variance of the disturbances is a function of some exogenous variable. So something like: Y_t = a_0 + a_1 * Y_(t-1) +...+ a_p * Y_(t-p) + b_1 * e_(t-1) +...+ b_q * e_(t-q) + e_t, where e_t ~ N(0, sigma^2_t),
2015 May 08
2
Smba 4, looking for a command to show the password expiration date
On 08/05/15 12:49, Mario Pio Russo wrote: > Hi all > > just going back to this, Steve can you please expalin where did you take > this number from? 11644473600 > > that seems not to work correctly on my system so I was lookin g how to > tailor down the right value > > thanks > > >
2009 Feb 17
0
Invitation to attend SETIT2009
Invitation Dear We would like to invite you to join us for the 5th International Conference named Sciences of Electronics, Technologies of Information and Telecommunications SETIT 2009 which will be held in Hammamet-Tunisia from 22 to 26 March 2009. As you know, this International Conference is under the supervision of Professor Lazhar BOUOUNI, the Tunisian Minister of Higher Education and
2007 May 31
4
Smba with Amanda backup --- permissions
Hi, I am trying to create a Samba share on /media/winshare with the owner as amandabackup instead of root. But as soon as I mount the Samba share on to the mount point, the permissions for the owner get reverted back to root instead of amandabackup. Attaching a snapshot of how it looks like. http://www.nabble.com/file/p10894282/samba%2Bquery.jpg -- View this message in context:
2012 Mar 06
2
[LLVMdev] Work with CallSites
Hi. I have a test program: class A { int A; public: virtual void test ( int x ) = 0; }; class B : public A { int B; public: void test ( int x ) {}; }; int main() { A *a = new B(); a->test(1); } We have call site CS: "a->test(1);". CS.getCalledFunction() - return NULL, so we can say that this call site is virtual. My optimization determines, that in this call site
2010 Dec 10
0
Extended Deadline and Financial Support
Dear, At the request of a number of potential contributors, we have decided to extend the deadline for receipt of papers to be presented to The 6th International Conference: Sciences of Electronics, Technologies of Information and Telecommunications SETIT 2011. This deadline is extended to December 31, 2010. This conference will be held in Tunisia, 23-26 March 2011. The paper submission is
2012 Sep 04
4
Advice on partitioning a Dell MD1200 disk array
Hi, I've just got possession of a Dell PE R720 with 2 MD1200 disk enclosures. Both MD1200 are fully populated with 12 x 3 TB disks The system will basically be a student file-server running CentOS 6.x serving various size files from small c programs to multi gigabyte audio and video files over GB ethernet. The first MD1200 will be configured as the NFS disk. The requirements are for 6
2006 Jan 11
2
map.connect - redirect with 302?
Is it possible to write map.connect rules in route.rb that externally redirect (HTTP 302) to other actions? thanks csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2016 Aug 01
3
testing a back-end pre-emit pass
Hi, Does anyone have any direction for me on testing a back-end pre-emit pass independently of other passes? The pass I'm looking at is a MachineFunctionPass, so the code is already using target-specific instructions. What I'm really looking to do is to see that the pass is correctly converting certain target-specific instructions sequences into other sequences, but I'm unsure how I
2015 May 06
3
Smba 4, looking for a command to show the password expiration date
great thanks Steve ___________________________________________________________________________________________ Mario Pio Russo, System Admin SWG IT Services Dublin, Phone & FAX: +353 1 815 2236, eMail: mariopiorusso at ie.ibm.com IBM Ireland Product Distribution Limited registered in Ireland with number 92815. Registered Office: IBM House, Shelbourne Road, Ballsbridge, Dublin 4 (Embedded