Displaying 20 results from an estimated 400 matches similar to: "SaMBa 4.0.3 - permissions in mapping"
2013 Feb 23
1
SaMBa 4.0.x homedir mapping - is possible without user account in system?
Hi all,
I'm testing the Samba4 and can only map the users home if I create the
account in the system and samba. Does anyone know if you can do this
only with the account in samba?
Thanks!
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2013 Mar 09
2
SaMBa 4 - authenticate ftp server
Hello guys,
Does anyone know if it is possible to authenticate an ftp server
(proftpd or vsftpd) based LDAP Samba 4?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2013 Jan 06
1
SaMBa 4.0 - homedir mapping
Hi all,
In Samba 4.0 is possible to map the user's home directory
automatically without user intervention?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2013 Feb 03
1
SaMBa 4 - homedir mapping
Hi guys,
I'm testing the SaMBa 4 with FreeBSD 9.1 and am having difficulty.
I did so:
mkdir test
cd test
wget http://ftp.samba.org/pub/samba/stable/samba-4.0.2.tar.gz
tar zxvf samba-4.0.2.tar.gz
cd samba-4.0.2
./configure && make && make install
cd /usr/local/samba
bin/samba-tool domain provision --realm=box.blurr --domain=BOX
--server-role=dc --adminpass='@Tullip500'
2013 Mar 29
2
SaMBa 4 - Join domain DC
I can join the samba 4 (4.0.4) in a domain with active directory windows
server 2012?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2013 Apr 03
1
SaMBa 4 - password complexity
Hi all,
I have installed the Samba 4, i execute the "domain provision" command, and
also have disabled the password complexity and decreases the minimum
password length to 3, then I joined a Windows Server 2008 as a DC for the
domain samba. After a few minutes the password complexity and minimum
values are reset to default. Anyone know why?
--
Celso Vianna
BSD User: 51318
2013 Mar 12
0
SaMBa 4 - Dialing guide
Hi all,
The user properties does not appear to guide dialing. This feature is
available in Samba4?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2008 Nov 16
0
Return date last logon in PDC
Dear All,
how can i view the last user logon in a pdc samba ?
Thanks!
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
63 8404-8559
Palmas/TO
2006 Jul 05
2
p-values
Dear All,
When I run rlm to obtain robust standard errors, my output does not include
p-values. Is there any reason p-values should not be used in this case? Is
there an argument I could use in rlm so that the output does
include p-values?
Thanks in advance,
Celso
[[alternative HTML version deleted]]
2006 Jul 07
2
Diverging results with SPSS
Dear List,
I apologize in advance if this is silly. I tried to replicate an analysis I
did previously in SPSS using R, and was surprised to find different results.
So my question is: shouldn't the following SPSS syntax
REGRESSION
DEPENDENT INC89
/METHOD=ENTER hiedyrs experien SE93rec.
Yeld the same results of the following R command
modelB<-lm(INC89~HIEDYRS+EXPERIEN+SE93REC)
I
2006 Jul 04
2
Robust standard errors in logistic regression
I am trying to get robust standard errors in a logistic regression. Is there
any way to do it, either in car or in MASS?
Thanks for the help,
Celso
[[alternative HTML version deleted]]
1999 Aug 27
6
write_socket_data: write failure. Error = Broken pipe
Hi:
I am running Samba 1.9.17 at SUN Solaris 2.6 and it works well.
After I upgrade Samba 2.0.3 or 2.0.5a, my Excel spreadsheets got
trouble. In the Samba log file I got:
[1999/08/23 10:45:32, 0] lib/util_sock.c:write_socket_data(570)
write_socket_data: write failure. Error = Broken pipe
Anybody has an idea what is the problem?
I
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi Kevin,
Thank you very much. I changed my user in the remote machine (su).
Then, by trying again with rsync but with no modification in the source folder, I see that file ownership continues the same.
Would be possible for rsync to change the ownership in this case (I am not root) ?
Thanks,
Regards,CJ
Em Quinta-feira, 10 de Setembro de 2015 20:01, Kevin Korb <kmk at
2003 Nov 29
1
problems with xlab
Dear R-list members,
I'm using the 'effects' package to plot a graph with fixed values. For some reason, I cannot change the label for the 'x' axis using 'xlab=""'. The usual commands work for the y axis and for the main title. My last attempt used the following syntax:
model.effects<-(all.effects(model.1))
plot (model.effects, main="Figure
2015 Sep 03
1
Doubts on incremental backup and command repetition
Hi,
I am trying to use rsync for incremental backup and I am facing some issues. I would like to ask your help to understand what is going on and have the proper command line.
1) my goal is
I the following folders:
./dest:
file3.txt
./orig:
file1.txt file10.txt file2.txt file20.txt
And I would like to have as incremental backup
./dest:
backup file1.txt file2.txt file3.txt
2004 Aug 10
7
Windows XP SP2 (Official) and Samba 3
I've looked through the archives and the only information I can find regarding
Windows XP SP2 is RC2. Has anyone out there had ANY experience with XP SP2
Official and a Samba 3 domain?
--
Bert Rapp
North Trail RV Center
p 239.693.8200
f 239.693.8115
1999 Oct 13
1
smbclient session request failure
I am trying to list the active shares defined on my samba server using the
syntax: smbclient -L gaia and get "session request to 'gaia' failed and
session request to SMBSERVER failed. I have run the testparm on the
smb.conf and don't get any errors. I have read and tried the suggestions in
the diagnosis.txt and still get the same error.
Samba Version: 2.0.4b
OS: Solaris 2.7
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi,
Please, I am using rsync to synchronize local machine with remote machine.
I already have some files copied. Now I have to change the ownership from existing files in the destination folder.
I tried the following options but it did not worked. Can you please help me with other options or alternatives ?
--perms --chown=user:group --chmod=777 --exclude-from=$EXCLUDES -avzi
1997 Jul 15
3
How to write a printcap entry for remote printer
I am sharing some printers attached to Win95 boxes, and would like to be
able to do more than connect from Linux with smbclient and print via
translate. I would like to be able to specify a printcap entry for these
so as to be able to print from pine or lynx or Netscape (when I get X
running here at work).
I haven't found anything in Samba docs or LDP docs yet to tell me how to
write such
2015 Sep 11
1
Doubt on usage of rsync for chown of existing folders
Hi
I would like to have changes (chown) in the destination.
However, some files did not changed size or rights. All files should have new owner.
Thanks,
Regards,CJ
Em Quinta-feira, 10 de Setembro de 2015 20:26, Kevin Korb <kmk at sanitarium.net> escreveu:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rsync does not change anything on the source. Only on the target.
Only