Displaying 2 results from an estimated 2 matches for "projects2".
Did you mean:
projects
2009 Aug 22
1
AD auth with lowercase domain name
...ystem is Debian lenny, samba 3.2.5-4. Windows server is 2003 running AD
in 2000 native mode.
I've done everything I would normally do that my running samba/ad
authing servers do, and wbinfo -u + wbinfo -g work fine, as do the
getent commands. However when using the following samba config....
[Projects2]
comment = Projects2 Share
path = /shares/projects2
browseable = yes
valid users = @URBAN/allstaff
write list = @URBAN/allstaff
force group = @URBAN/allstaff
I just get the following in the logs.. (set to 9)
[2009/08/22 23:20:04, 3] winbindd/winbin...
2002 May 22
1
bug report: errors in file transfer
...lem with rsync.
I used rsync to copy a big directory between two computers. The source
machine was a sun, the destination was a linux box. The destination
directory did not exist before the copy started.
I used the following command to copy the directory over:
rsync -aSz source_machine:projects/ projects2
because I was somewhat paranoid, I checked if all files were transferred
correctly using the following command:
find . -not -type d -exec cksum \{\} \; |sort +2 >/tmp/w
which was issued on both the source and the destination machines. Then I
used 'diff -b ' to compare these two files....