Displaying 4 results from an estimated 4 matches for "temptest".
Did you mean:
tempest
2011 Oct 22
1
Problem migrating to new Samba server
...11.2 (old) to Samba 3.5.7 on openSUSE 11.4 (new).
Samba 3.4.3-3.8.1-2508-SUSE-SL11.2
Samba 3.5.7-1.17.1-2505-SUSE-SL11.4-i386
I have a simple smb.conf to share a directory (shareddocs) with a few
users with Linux logins. My smb.conf is identical on both servers. I?ve
added log level = 3 and a temptest share to help me debug my problem.
[global]
workgroup = PLACEFARM
add machine script = /usr/sbin/useradd-c Machine -d /var/lib/nobody -s
/bin/false %m$
domain logons = No
domain master = No
security = user
passdb backend = smbpasswd
encrypt passwords = Yes
wins support = Yes
socket optio...
2005 Jul 26
1
SMB winbind NT PDC
I have so far set up my samba server successfully with winbind and using an NT4 PDC. I can get to my shares and when I create a file or directory the owner and group for the file appears as
MYDOMAIN+USER1 MYDOMAIN+Domain Users
I am using winbind seperator = +
[Share1]
comment = Share1
path = /Share1
read only = no
public = yes
My problem is how do I set up a share so that
2006 Jan 23
5
can''t install model_security_generator
I''m trying to install Bruce Perens'' ModelSecurity gem, but it keeps asking me if I want to
install rails too (I have already installed rails). It exits if I say no and crashes if I
say yes:
C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install model_security_generator
Attempting local installation of ''model_security_generator''
Local gem
2007 Nov 26
6
Help with tags
Hello...
I need some help with tags. as an example:
# pseudo code
class ssh {
file { "/etc/ssh/ssh_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/sshd_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/ssh_known_hosts":
# normal stuff
tag("safe") }
}
on client: puppetd --tags