Displaying 20 results from an estimated 921 matches for "spasswords".
Did you mean:
passwords
2009 Aug 29
1
Password Sync not letting users to change password.
Dear all,
Ubuntu 8.04 Server
Samba 3.0.28a configured as PDC.
I want to give options to samba users to change their own passwords and sync
it with the unix passwords whenever they change it.
I have used the following in my smb.conf file
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:*
%n\
n
2004 Jan 13
1
Can't get "getent passwd" to display winbind users
Hi,
I am running Samba 3.0.1 on a Debian/Sid machine. I have installed
winbind to access the AD of the local network, which I want to use for
UNIX logons.
wbinfo -u shows all the users of the AD, but "getent passwd" only shows
the contents of the file /etc/passwd.
I have been following the instruction for winbind (Chapter 21) in the
Samba-HOWTO-Collection.
Any comments would be
2018 Jun 07
2
samba behavior change with version upgrade
On Thu, 7 Jun 2018 14:51:11 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Thu, 7 Jun 2018 15:43:07 +0200
> "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
> > David,
> >
> > So only Rowland is allowed to help?? If everybody does that them in
> > feeling really sorry for him. There are lots of people
2009 Mar 27
2
Samba/LDAP Backend: Error NT_STATUS_CONNECTION_REFUSED
When I run this command I am not prompted for a password, I just get the below error.
# smbclient -U root //zmail/homes
Error connecting to 10.0.0.14 (Connection refused)
Connection to zmail failed (Error NT_STATUS_CONNECTION_REFUSED)
---
Now for the back story:
CentOS v5.2 with Samba v3.0.28-1.el5_2.1 and Zimbra 5.0.11_GA on x86_64 hardware.
I'm attempting to connect samba (PDC) with
2019 Jan 13
2
Samba 4 users - UID/GID - or how to migrate
Hello,
I try to migrate my old SAMBA Installation to a new Installation. SAMBA
is running. But my Windows users can see the shares but cannot open Files.
My old Installation /etc/samba/smb.con
...
workgroup = DUCK
server string = %h server (Samba, Ubuntu)
interfaces = eth0 192.168.1.200/255.255.255.0 localhost
bind interfaces only = Yes
security =
2002 Jun 14
1
with ldap - samba - password sync - domain group map
> my solution (found in some ldap-samba-pdc-howto) was to set the
> pwdMustChange to 2147483647 (which is far in the future: 2030 or
> something)
thank you very much! your solution solved this problem.
>> 2. the unix password sync doesn't work. but i think there are two
>> different problems, but let me describe: if i activated the password
>> sync, i got on
>
2019 Feb 01
0
Samba and UFW
On Fri, 1 Feb 2019 13:53:26 -0500
<mmcg29440 at frontier.com> wrote:
> Just call me Marty. Ham13 is a login name on another system. OK. I'm
> posting the smb.conf and thee smbclient responses form both Linux
> PC's. One running Mint 19.1 and the other running Mint 18.3. The 18.3
> machine does connect to the network. All I want to do use the file
> manager to connect
2015 May 25
4
Windows 7 client trying to authenticate with windows machine name
Hello there.
I'm having an issue authenticating a Windows 7 (not in a domain) against a Samba 4.1.17 (debian Jessie). It appears that the client is trying to authenticate using with it's machine name and not the user filled in the auth form. I'm using security = user and I can confirm that the share is working with Win8. Could you check my conf & the error and share me your
2002 Dec 13
3
Problem authenticating with Samba (security=domain) + Windows 2000 PDC
Hi all!!
I'd set up my samba 2.2.7 to auth with "security=domain" mode, but my
clients cannot auth successfully never because the samba server cannot
"talk" correctly with my PDC(w2k adv. Server).
In the computer manager event, I see authentication request but with
empty usernames......so the PDC reject the authentication request.
Is this a know
2024 Jun 17
2
Random permission denied and path not found errors
On Mon, 17 Jun 2024 19:47:04 +0200
Tamas Papp via samba <samba at lists.samba.org> wrote:
>
> On 6/17/24 16:15, Rowland Penny via samba wrote:
> > Are your incus containers privileged ?
>
> Yes.
>
> > I should also point out that, from the Samba point of view, 4.15.13
> > is EOL.
>
>
> I can upgrade samba (ubuntu), but would only do if there is
2018 Jun 07
2
samba behavior change with version upgrade
Rowland Penny via samba wrote:
> On Thu, 7 Jun 2018 14:57:34 +0100
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
>> On Thu, 7 Jun 2018 14:51:11 +0100
>> Rowland Penny via samba <samba at lists.samba.org> wrote:
>>
>>> On Thu, 7 Jun 2018 15:43:07 +0200
>>> "L.P.H. van Belle via samba" <samba at lists.samba.org>
2016 Dec 29
5
答复: About error: 'Windows cannot access, you do not have permission to access'
Thanks for your attention.
First, use local users at samba server, and client login success.
[global]
workgroup = H3C ONESTOR
server string = %h server (Samba NAS)
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 100000
log level = 10
syslog = 0
panic action = /usr/share/samba/panic-action %d
server role = standalone server
obey pam restrictions = yes
2006 Jul 30
3
Accessing @org.id yields internal number, not record id
With apologies, I can''t figure out the simplest thing: How to reference
a record id instead of the internal memory location of that value. I''m
new to Ruby but otherwise a veteran VB6/SQL programmer.
My code:
<snip>
sSQL = "SELECT id, org_name FROM organizations WHERE user_id =
''#{sUserId}'' AND user_password =
2020 Oct 09
2
Moving users from a Samba 3.6 to 4.9 (tdb)
Le Thu, 8 Oct 2020 18:31:38 +0100
Rowland penny via samba <samba at lists.samba.org> ?crivait:
> You do not normally run winbind on standalone server, so I think you
> need to post the [global] portion of your old smb.conf, so we can
> find out just what you are running.
Here is the old one:
[global]
name resolve order = wins lmhosts host bcast
passwd chat =
2003 Oct 18
1
'passwd chat' for Debian Woody password sync
what is the 'passwd chat' line for Samba 2.2.3a-12.3 on Debian Woody that enables
password synchronisation with Windows 2000 clients in a domain?
I currently have this in smb.conf but it doesn't work:
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:*
%n\n
I get the Windows message
2020 Oct 05
3
FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
Hello I have a Problem with one windows 10 client.
[2020/10/05 09:21:47.356628, 2]
../source3/auth/auth.c:334(auth_check_ntlm_password)
check_ntlm_password: Authentication for user [ap31] -> [ap31] FAILED
with error NT_STATUS_WRONG_PASSWORD, authoritative=1
[2020/10/05 09:21:47.356724, 2]
../auth/auth_log.c:610(log_authentication_event_human_readable)
Auth: [SMB2,(null)] user [.]\[ap31]
2008 Jan 10
3
password sync "Failed to open/create TDB passwd"
I am trying to enable unix password sync. PDC is solaris 3.026a on Solaris 9.
my smb.conf file includes:
[global]
workgroup = MYDOMAIN
server string = myserver
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat=*New\sPassword:\s%n\nRe-enter\snew\sPassword:\s%n\npasswd:\s
password\ssuccessfully\schanged*\n
unix password sync
2020 Jul 07
4
join to ads domain failed
Hi all, I have a samba AD domain to test to; I don't administer it, I
have only an administrator account. I can join without problem win PCs
to the domain but I can't linux PCs. If I try to join it I get the error:
> # net ads join -U administrator
> Enter administrator's password:
> Using short domain name -- CSATEST
> Joined 'FREERADIUS-CT01' to dns domain
2016 Mar 01
3
samba server with two kerberos realms
Hi Rowland,
Below is output of testparm. Samba is set up as standalone server.
# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[generic]"
Loaded services file OK.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
[global]
realm = PHYSICS.WISC.EDU
server string = %h server
server role =
2015 May 26
1
Windows 7 client trying to authenticate with windows machine name
Gents,
Any clue on what could be the problem and how to solve it ? My conf and error inside the following pastebin :
smb error win7 - Pastebin.com
| ? |
| ? | | ? | ? | ? | ? | ? |
| smb error win7 - Pastebin.com## Samba Conf ## [global] ? ?workgroup = plop ? ?server string = %h serveur ? ?security = user ? ? ?netbios name = plop ? ?dns proxy = no ? ?log file = /var/log/sam... |
| |
| Afficher