Displaying 2 results from an estimated 2 matches for "structuur".
Did you mean:
structur
2005 Nov 15
0
samba 3.0.20b-2 debian sarge - make_connection: refusing to connect with no session setup
...+
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users=yes
winbind enum groups=yes
# The shares
[Xserver]
create mask = 700
comment = Xserver
read only = no
writeable = yes
path = /Xserver
user = @"CHOCOWEB+domain users"
[Xserver-clean]
create mask = 700
comment = Nieuwe structuur Xserver
read only = no
writeable = yes
path = /mnt/usbdrive
user = @"CHOCOWEB+domain users"
preserve case = yes
Lots of entries in the log.smbd file:
Standard loglevel:
[2005/11/15 17:11:07, 1] smbd/service.c:make_connection(731)
make_connection: refusing to connect with no session s...
2006 Mar 01
2
Class & Method, S3 / S4
Hi
I'm trying to create a class. However, I've some problems...
I am used to program php. There I can create a new object and call a specific
function of this object. In R, I hoped to create a class similar and then
call the function like:
Creating the Class:
<CODE>-----------------------------------
setClass("connect",
representation(test="function"))
)