Displaying 5 results from an estimated 5 matches for "lpcfg_service_ok".
2016 Apr 25
3
copy of a share without path
...share.
What I tried to say is:
when I have this configuration:
[template12]
writable = yes
browsable = yes
valid users = alex
[alex]
path = /home/alex
copy = template12
I can see this error in /var/log/samba/log/smbd
[2016/04/25 16:44:14.719192, 0]
../lib/param/loadparm.c:966(lpcfg_service_ok)
WARNING: No path in service template12 - making it unavailable!
And I'm unable to access "alex".
But if I don't use "copy", then it works correctly:
[alex]
path = /home/alex
valid users = alex
Alexandre Klein
Tanuki Software, Ltd.
6-18-10-4F Nishi-Kasai, Edo...
2016 Apr 25
0
copy of a share without path
...gt; [template12]
> writable = yes
> browsable = yes
> valid users = alex
>
> [alex]
> path = /home/alex
> copy = template12
>
>
> I can see this error in /var/log/samba/log/smbd
> [2016/04/25 16:44:14.719192, 0]
> ../lib/param/loadparm.c:966(lpcfg_service_ok)
> WARNING: No path in service template12 - making it unavailable!
>
> And I'm unable to access "alex".
>
> But if I don't use "copy", then it works correctly:
> [alex]
> path = /home/alex
> valid users = alex
>
>
>
>
> Ale...
2016 Apr 21
2
copy of a share without path
Hello,
Is the example for 'copy' (
https://www.samba.org/samba/docs/using_samba/ch06.html ) valid?
[template]
writable = yes
browsable = yes
valid users = andy, dave, jay
When I'm trying a similar configuration, I can't log in and I have this
message in log.smbd:
WARNING: No path in service template - making it unavailable!
It seems I need to add a path:
[template]
2016 Apr 25
1
copy of a share without path
...t;> browsable = yes
>> valid users = alex
>>
>> [alex]
>> path = /home/alex
>> copy = template12
>>
>>
>> I can see this error in /var/log/samba/log/smbd
>> [2016/04/25 16:44:14.719192, 0]
>> ../lib/param/loadparm.c:966(lpcfg_service_ok)
>> WARNING: No path in service template12 - making it unavailable!
>>
>> And I'm unable to access "alex".
>>
>> But if I don't use "copy", then it works correctly:
>> [alex]
>> path = /home/alex
>> valid users = a...
2020 May 13
2
Multi-homed Samba 4 file server on Samba 4 AD domain - cross network authentication
...name_to_sid)
name_to_sid: failed to lookup name: NT_STATUS_NONE_MAPPED
In /var/log/samba/log.192.168.84.101:
[2020/05/13 16:28:04.650026, 2]
../source3/param/loadparm.c:2803(lp_do_section)
Processing section "[fs$]"
[2020/05/13 16:28:04.650112, 1]
../lib/param/loadparm.c:1022(lpcfg_service_ok)
NOTE: Service test is flagged unavailable.
[2020/05/13 16:28:04.654259, 2]
../source3/auth/auth.c:334(auth_check_ntlm_password)
check_ntlm_password: Authentication for user [lomaxd] -> [lomaxd]
FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
[2020/05/13 16:28:04.654299, 2...