Displaying 7 results from an estimated 7 matches for "demous".
Did you mean:
demos
2017 Jun 09
2
XP error code 1326 on share (but smbclient works)
...his share requires authentication to access
path = /tmp/samba/demo/
read only = no
guest ok = no
----------------------------------
I have followed https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server to add a test user to my system and to samba (username demoUser and same password on both).
The linux client test (invoked from the server itself) works:
$ smbclient -U demoUser //SERVER_IP_ADDRESS/demo
Enter demoUser's password:
Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.5.10]
smb: \> ls
. D 0 Fr...
2017 Jun 09
0
XP error code 1326 on share (but smbclient works)
...o access
> path = /tmp/samba/demo/
> read only = no
> guest ok = no
> ----------------------------------
> I have followed
> https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server
> to add a test user to my system and to samba (username demoUser and
> same password on both).
>
> The linux client test (invoked from the server itself) works:
>
> $ smbclient -U demoUser //SERVER_IP_ADDRESS/demo
> Enter demoUser's password:
> Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.5.10]
> smb: \> ls
> . ...
2017 May 23
3
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
On Tue, 23 May 2017 16:34:29 +0200
Asbjorn Taugbol via samba <samba at lists.samba.org> wrote:
> Yes, the users exist as both Linux and Samba users. My question was
> if the Windows client user "Admin" also needs to be Linux and Samba
> user.
>
There is no windows user called 'Admin', there is one called
'Administrator', if it is the later, then it
2017 Jun 02
2
Unable_to_migrate_shares_from_AD_to_file_server
...shell = /bin/bash
client use spnego = yes
client ntlmv2 auth = yes
encrypt passwords = yes
restrict anonymous = 2
log file = /var/log/samba/samba.log
log level = 2
passdb backend = tdbsam
map untrusted to domain = Yes
username map = /usr/local/samba/etc/user.map
[demouser]
path = /tmp/demouser
users = @SAMDOM/Administrator
force group = "domain users"
writable = yes
read only = no
force create mode = 0660
create mask = 0777
directory mask = 0777
force directory mode = 0770
access based share enum = yes
hide unr...
2017 May 25
0
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
...d followed this guide
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server
Windows clients users are logged in with username Admin (local account,
administrator).
The samba share is mounted from "Map network drive..." as
"\\10.10.1.206\demo" user credentials: demoUser/passw0rd. Access granted,
read/write ok.
BUT after a while processes are piling up and not released. Read/write
files is ok. Running .exe-files on the share is not ok. I have been testing
numerous .exe-files and they all result in a bunch of "nobody"-processes
that are not terminated a...
2005 Mar 02
1
Asterisk HEAD and Mysql problems
...eems asterisk
cant connect to mysql anymore.
-- Executing MYSQL("SIP/casa1-926c", "Connect connid localhost xxxx xxx
asterisk") in new stack
Mar 2 11:39:48 WARNING[3443]: pbx.c:1357 pbx_extension_helper: No
application 'MYSQL(Query resultid ${connid} SELECT\ id\ FROM\ demousers\
WHERE\ user=\'${user}\'\ and\ password=\'${password$' for extension
(intruder, 5, 6)
but MYSQL does show on "show applications" list and mysql cdr IS working.
Any hints?
2017 Jun 02
0
Unable_to_migrate_shares_from_AD_to_file_server
...tting.
> restrict anonymous = 2
> log file = /var/log/samba/samba.log
> log level = 2
> passdb backend = tdbsam
You do not need the line above, it is a default setting.
> map untrusted to domain = Yes
> username map = /usr/local/samba/etc/user.map
> [demouser]
> path = /tmp/demouser
> users = @SAMDOM/Administrator
I thought I had pointed out that 'Administrator' was a Windows user and
shouldn't be used in smb.conf.
You would be better off removing most of these lines and using ACLs set
from Windows, see here:
https://wiki....