search for: badus

Displaying 11 results from an estimated 11 matches for "badus".

Did you mean: radus
2019 Apr 23
3
User mapping/login issue
...Description field server string = Samba Server %v printcap name = cups load printers = yes printing = cups log file = /var/log/samba/log.%m max log size = 50 log level = 4 guest account = benparts # Allow users to map to guest: map to guest = baduser # Security mode. Most people will want user level security. See # security_level.txt for details. security = user passdb backend = tdbsam # Use password server option only with security = server or security = domain username level = 8 encrypt passwords = yes...
2007 Jan 25
3
Usability concern with overrides
...s] { ensure => absent } This is fine, but imagine a few levels of nesting later with an admin that wants to ensure that a user is absent that isn''t defined higher up and also ensure that games is absent. example inherits local_site: # The intuitive way to do this is to do : user { baduser: ensure => absent games: ensure => absent } # But this breaks saying that ''games'' is previously defined, so you have to do: user{ baduser: ensure => absent } User[games] { ensure => absent } # Which, I believe is really unintuitive and breaks if someone higher...
2019 Apr 24
4
User mapping/login issue
...nd alone, the member references in my option. > >> security = user << stand alone ? > >> domain logons = yes << member ? > >> guest account = benparts > >> # Allow users to map to guest: > >> map to guest = baduser Guest definitions? . I think best here is first choose the setup type. Or member or stand alone and change the setting to it. Members? Add the guest to the share not global. Stand alone, guest in globals settings is fine. But what he want should be possible in both cases. Greetz, Lou...
2007 Oct 11
2
Login testing ideas
...Given "a valid user/pass pair", "gooduser", "goodpass" do #my needed code end Then "User should login ok" do # more needed code end end Scenario "Bad login" do Given "a invalid user/pass pair", "baduser", "badpass" do #my needed code end Then "User should get rejected" do # more needed code end end end Another idea was to do this: Story "The saga of the login" do Scenario "Good login" do Given "Logging in...
2007 Jan 25
1
Multiple overrides in one entry
Another override question: Is it possible to specify multiple overrides using a list/array? For example: User[games, baduser] { ensure => absent } I''ve tried various syntax manipulations, but nothing seems to work. Thanks, Trevor _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
1999 Jul 21
0
2.0.5: problem with HUP reopening logs
...129 Jul 21 07:13 log.nmb -rw-r--r-- 1 root root 248 Jul 21 07:13 log.smb.1 # killall -HUP smbd # ls -l total 2 -rw-r--r-- 1 root root 129 Jul 21 07:13 log.nmb -rw-r--r-- 1 root root 313 Jul 21 07:13 log.smb.1 # smbclient '\\b\windows' -U baduser -N >/dev/null # ls -l total 3 -rw-r--r-- 1 root root 129 Jul 21 07:13 log.nmb -rw-r--r-- 1 root root 457 Jul 21 07:14 log.smb -rw-r--r-- 1 root root 313 Jul 21 07:13 log.smb.1 # smbclient '\\b\windows' -U baduser -N >/dev/null # ls -l tot...
2014 Apr 13
1
[Bug 10551] New: Daemon infinite loop when no matched user in secrets
...ss rsync rsync://gooduser at host/test-module/ @ERROR: auth failed on module test-module rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.0] But specifying a nonexistent username puts the daemon into an infinite loop. $ RSYNC_PASSWORD=badpass rsync rsync://baduser at host/test-module/ A partial strace is attached, but basically it reads to the end of rsync.d.secrets, then loops: 27953 select(5, [4], NULL, [4], {60, 0}) = 1 (in [4], left {59, 999999}) 27953 read(4, "", 1) = 0 The parent process remains open for other connecti...
2008 Aug 05
1
rsync problem after ssh upgrade
...? authorized_keys on server: command="rsync --daemon --config=/home/user/.ssh/rsyncd.conf",no-pty ssh-rsa AAAAB3Nz....... rsyncd.conf on server: [logs] path = /home/user/log use chroot = false read only = true Server sshd_config: Port 12345 AddressFamily inet Protocol 2 DenyUsers baduser UseDNS no Subsystem sftp /usr/libexec/sftp-server On client side a script uses this line to get logs: rsync -v -e "ssh -q -T -p 12345 -l user -i ./key_logs_collector -o 'BatchMode yes' -o 'ConnectTimeout 30' -o 'StrictHostKeyChecking no' -o 'CheckHostIP no'...
2015 May 19
3
Deny login for a specific user in a specific machine in a samba domain
PDC. I'm using samba 3, I need scripts to apply GPO? Citando Tim <lists at kiuni.de>: > PDC or ADDC? You could achieve this with a GPO. > > Regards > Tim > ? > Am 18. Mai 2015 18:20:28 MESZ, schrieb Rodrigo Abrantes Antunes > <rodrigoantunes at pelotas.ifsul.edu.br>: >> Hi, I have samba as a PDC and I need to deny login for a specific user >> in
2019 Apr 20
3
User mapping/login issue
I have been a bit divorced from Samba for a while and am stumped by a recently seen issue. My Samba server (V4.8.3) is Centos 7 and the remote clients are windoze boxes at the other end of a VPN (OpenVPN). At some point in "recent" history, access to shares on the Centos server started to fail with password failures. The reason seems to be associated with user mapping. (See log fragment
2004 Nov 20
7
Importing into rc.firewal rules
I have a grown list of IPs that I am "deny ip from ###.### to any". Infected machines, hackers, etc.. Is there a way to have this list outside of rc.firewall and just read it in?