similar to: security = server not working properly (PR#2786)

Displaying 20 results from an estimated 500 matches similar to: "security = server not working properly (PR#2786)"

1998 Apr 08
1
last desperate plea for help with NetWkstaUserLogon
I posted a message about a week ago concerning my ongoing battles with NetWkstaUserLogon (aka networkstation user login). I would be very grateful for answers to ANY of my questions... We have 1.9.18p4 on Solaris 2.6. We are doing pass-through authentication (security=server, password server = <NT PDC>). It will allow administrators to login, map drives, etc. etc. However, non
1998 Dec 02
4
Net help analyzing logfiles: Printer permissions in Domain
Hi! I am trying to print from an NT machine to a simple samba printer. That NT machine is the PDC and the samba box is having logins authenticated by the NT box. When I try to access the printer with my own username, it works fine. As soon as I have the account that is destined to do the printing print, it can't log in. I have included my smb.conf file and two log excerpts - one successful,
2002 Sep 08
1
%L substitution...
Quick question for the Samba team, Just wondering if there is a reason that a %L substitution changes the WHOLE string after the substitution to lowercase (in standard_sub_basic)? This was causing me a big headache as I was using a %G later in the string, and this was being translated into a %g... Here's the relevant section of code from lib/substitute.c: case 'L' :
1997 Dec 17
0
showing Domain Logins
On 16 Dec 1997, Mark Evans wrote: > How do get information on domain logins shown > in the log files, currently all I am getting is > showing of the netlogon share being opened and > closed. see ipc.c: in the NetWkstaUserLogon and / or NetWkstaGetInfo functions, decrease the levels of the DEBUG statements, or add your own. > Whereas it would be usefull to have > successful
2015 Jun 12
0
Re: Migrating guests
On Thu, Jun 11, 2015 at 07:28:10PM +0200, Dominique Ramaekers wrote: > Hi, > > I'm experimenting with the migration function of virsh. I'm doing the > migrate with following commands: > > virsh migrate --life --persistent --copy-storage-all --verbose > --abort-on-error domain qemu+ssh://root@destination/system virsh > migrate-setmaxdowntime domain 20000 > >
2000 Apr 20
0
Solaris upgrade (Samba panic)
Jonathan wrote: | have upgraded SAMBA 2.04 to 2.06 and server versions 2.6 to 2.7 Solaris. | After reloading SAMBA I get an internal error in my logs and users an not | connect even though it shows up in the network. Below is the error in the | log ... That's a failure in --- BOOL attempt_netbios_session_request(struct cli_state *cli, char *srchost, char *desthost, struct in_addr *pdest_ip) {
2000 Jul 17
0
[PATCH] `smbclient -M' ignores `-p port'
Peter: Thanks! It now works fine on Solaris 2.6. Now I just need to remember how to manipulate source RPMs so I can fix the Linux (RedHat 6.x) version. :-) pete > From peter@cadcamlab.org Sun Jul 16 16:41:17 2000 > Cc: <samba@samba.org> > Subject: [PATCH] `smbclient -M' ignores `-p port' > > [Pete Peterson <petersonp@genrad.com>] > > It appears
2003 Dec 02
1
rsync -vt shows directories considered?
Passing the -t option to rsync seems to cause -v to show each directory that is considered, while -v without -t doesn't. Is this a known bug or intended feature? Or is there a way to defeat this? I'd like -v to show the files transmitted, but not the directories that were considered. This command: rsync -urzCv ./ desthost:/path ...shows only the files transferred. While this
2010 Sep 08
5
--delete-during acts like --delete-before
Hello, I use rsync v3.0.7 with "--delete-during", but it appears to act more like "--delete-before". I've checked the docs and list archives, but I am still discovering some of the subtleties of rsync, and I can't see where I'm going wrong. There's an example of my issue below... can anybody set me straight? =-) o We archive a small number of large files,
1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
I recently upgraded to 18p8 from 16p11 and found that smbclient now needed a -W in order to connect properly to our domain (which was not the name supplied with the -DWORKGROUP= from the make). Turns out that clientutil.c always uses the value specified by the WORKGROUP macro and never calls lp_workgroup() to get the value specified in the smb.conf file, unless WORKGROUP is "".
2016 Apr 15
3
Domain member seems to work, wbinfo -u not
Hello everyone,   any ideas on why a newly installed domain member (w2k8 domain) might seem to work fine in every test (wbinfo -g, wbinfo -t, getent group, wbinfo -n username, getent passwd user, share-access.., ) but only enumeration of users with wbinfo -u and getent passwd fail? wbinfo -u just returns without any output and getent passwd just shows the default centos7 users.   Even with
2009 Aug 03
1
the protect flag - P doesn't work with --relative option ?
Hi, Basically, I want to preserve some of directories on destination side conditionally and hence, I choose to use --filter option mentioned in rsync man pages. I noticed that --filter option works as expected when I don't have --relative option used but in below case it doesn't work. rsync -avz --relative --delete --filter='H /mydir2' --exclude='- /preserve' mydir1/.
2003 Nov 14
2
Auth problem
Linuxbox with Samba 3.0 has been joined Win2k domain with command "net ads join" & "net rpc join". winbindd & smbd & nmbd started successfully without any error messages. I could use "wbinfo -u" & "wbinfo -g" to get domain user/group list. But I cannot use "genent passwd" to get New mapped uid, it only returned local linux accounts.
2009 Jul 26
1
Need help of exclusion options in rsync-3.0.6
Hi, I have a situation where I want to delete some of my excluded patterns but still want to preserve some other. For example consider below source and destination directory hierarchy. Source Dest ---------- --------- /foo/bar/ /foo/bar/ | -> baz | -> baz | -> xyz | -> xyz | ->
2009 May 19
2
incremental directory searche in rsync 3.0.6
Hi, I was in under impression that rsync 3.0.5/3.0.6 creates all the missing directories in the path but I think I am wrong. Could any one tell me is it possible to create all missing dirs in path at destination side if not exists. Currently, I have been getting below errors. rsync -avz /tmp/mytest/rsync-test/dir-test/parent-dir/ desthost:/tmp/mytest/rsync-test/dir-test/parent-dir/ sending
2012 Mar 27
1
[Bug 8829] New: rsync -uav --delete --dry-run prints delete file list in reverse order
https://bugzilla.samba.org/show_bug.cgi?id=8829 Summary: rsync -uav --delete --dry-run prints delete file list in reverse order Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: core AssignedTo: wayned at samba.org
2021 Mar 09
0
[Announce] Samba 4.13.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.4 -------------------- o Trever L. Adams <trever.adams at gmail.com> * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure. o Jeremy Allison <jra at samba.org> * BUG 13992: s3: libsmb: Add missing
2021 Mar 09
0
[Announce] Samba 4.13.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.4 -------------------- o Trever L. Adams <trever.adams at gmail.com> * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure. o Jeremy Allison <jra at samba.org> * BUG 13992: s3: libsmb: Add missing
2006 Nov 07
2
ssh catch 22
Hi all, I'm stuck with a little dilemma and I thought someone could give me a little advice. Is there a way to use rsync with an ssh certificate? what I have: ---------------- First of all I am forced to use the root account with ssh which I know is a big no, no, but sometimes it can't be helped. Second, I need to use a certificate without a password as root which is even worst than
1998 Aug 31
1
samba error message - "broken (and insecure) behavior"
I've seen error messages about this since we installed 1.9.18p10 of samba, so I went looking in the code for the context. Here (from password.c) is the context: /* * Attempt a session setup with a totally incorrect password. * If this succeeds with the guest bit *NOT* set then the password * server is broken and is not correctly setting the guest bit. We