search for: winmagic

Displaying 5 results from an estimated 5 matches for "winmagic".

Did you mean: libmagic
1998 Nov 30
4
Virtual CDROM for Unix?
Has anyone implemented a "virtual cdrom" facility as offered on windows? That is CD images are cached & compressed on hard disk and shared across a network. See: http://www.winmag.com/library/1996/1196/11r24a.htm I have not found any news of a Unix solution. I would like to offer one on a Linux server to Windows clients. It should not be hard to implement with Samba... Thanks
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...r/* $userHomeDirectory 2>/dev/null"; system "chown -R $userUidNumber:$userGidNumber $userHomeDirectory 2>/dev/null"; system "chmod 700 $userHomeDirectory 2>/dev/null"; } } } # Add Samba user infos if (defined($Options{'a'})) { if (!$with_smbpasswd) { my $winmagic = 2147483647; my $valpwdcanchange = 0; my $valpwdmustchange = $winmagic; my $valacctflags = "[UX]"; if (defined($tmp = $Options{'A'})) { if ($tmp != 0) { $valpwdcanchange = "0"; } else { $valpwdcanchange = "$winmagic"; } } if (defined($tmp = $Options{'B...
2010 Mar 22
2
Fw: Re: Why "\\" instead of simple "/" to specify a file path [modified]
Hi, I was following this thread and would like to ask is there any way to save and open a .RData file after using some Password. What I mean to say, how to make my workplace password-protected? Also would like to know how same can be done for .R file. Thanks for your time. Thanks and regards, --- On Tue, 23/3/10, David Winsemius <dwinsemius@comcast.net> wrote: From: David Winsemius
2003 Sep 16
4
Samba + LDAP + Password Expiry = Almost working...
...if ($samba == 1) { if (!$with_smbpasswd) { # generate LanManager and NT clear text passwords # ***************************************************** # modified on 05-04-03 by Kevin Collins of NEI # ----------------------------------------------------- # Added the "$neidate" and "$winmagic" varibles so that # the "pwdMustChange" field can be set to a value of 90 # days in the future from today. # # It is hoped that by changing this field in this way, # the Windows users must change thier account passwords # every 90 days. # *********************************************...
2014 Sep 11
1
Alternative data stream on volume cannot be created
Hello, I met an issue to create ADS on a volume to store meta info. A Samba server on Ubuntu is configured as follows to provide a share for Windows client. OS: Ubuntu 14.04.1 LTS. SAMBA: Version 4.1.6-Ubuntu Kernel: 3.13.0-34-generic The policy is as follows, [Share] path = /home/daniel/Public/sharefolder1 read only = no browseable = yes guest ok = no create mask = 0777