Displaying 19 results from an estimated 19 matches for "domain_usernam".
Did you mean:
domain_username
2013 Oct 07
1
wbinfo -i domain_username issue
...default_domain = FQDN_DOMAIN
}
[domain_realm]
.arpa.veneto.it = FQDN_DOMAIN
arpa.veneto.it = FQDN_DOMAIN
/etc/nsswitch.conf
passwd: files winbind
group: files winbind
net ads join was fine ...
and here we are... wbinfo -u and -g are fine
but... wbinfo -i domain_username fails with this error :
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user domain_username
and getent passwd ...show me only local users...
This problem, it seem quite near at
http://www.mail-archive.com/samba at lists.samba.org/msg127228.html
but I really hav...
2004 Oct 05
1
samba server as NT4 domain member- security=domain - need to create password db manually?
...in = Yes
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[domain_user]
comment = My Private Share
path = /home/samba/domain_username
valid users = domain_username
read only = No
guest ok = Yes
[public]
path = /home/samba/public
valid users = domain_user
read only = No
[data]
comment = Data Drive
path = /home/samba/data
read only = No
volume = Samp...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...nged the behaviour. The log file contains a different error message, but still refers to the incorrect path
---
[2019/09/06 09:43:14.955067,? 0] ../../source3/smbd/service.c:784(make_connection_snum)
? make_connection_snum: canonicalize_connect_path failed for service username, path /shares/DOMAIN/domain_username
---
Thanks
6 Sep 2019, 09:31 by samba at lists.samba.org:
> On 06/09/2019 09:11, gac via samba wrote:
>
>> No problem - I've pastebin'ed it rather than include it, I don't know what this list's preferences are for config files.?https://pastebin.com/70vTmWyL <https:/...
2019 Sep 06
3
Change in behaviour for the "%U" substitution in 4.10.8?
...ading '/' from absolute path names
# file: shares/DOMAIN/username
# owner: username
# group: domain\040users
user::rwx
user:www-data:--x
group::---
mask::r-x
other::---
Still no joy, and the logs are still showing:
canonicalize_connect_path failed for service username, path /shares/DOMAIN/domain_username
Thanks for all your advice so far but I still don't believe this is a permissions problem, Samba is trying to access a directory which simply does not exist, and never has existed...
6 Sep 2019, 11:19 by samba at lists.samba.org:
> On 06/09/2019 11:12, gac wrote:
>
>> I imagine t...
2019 Sep 17
1
Change in behaviour for the "%U" substitution in 4.10.8?
...he information from earlier in the thread;
>
> - My [homes] share is "path = /shares/DOMAIN/%U"
> - I am logging into a Windows 7 client as "DOMAIN\username"
> - My log.smbd shows "canonicalize_connect_path failed for
> service username, path /shares/DOMAIN/domain_username" (where
> DOMAIN is the domain name with upper-case letters, domain is
> the domain name with lower-case latters)
> - this issue is affecting two shares in total which use the
> %U substitution, both are showing the same error. Any shares
> which use fixed paths are fine, a...
2019 Sep 17
0
Change in behaviour for the "%U" substitution in 4.10.8?
...As a reminder/summary of the information from earlier in the thread;
- My [homes] share is "path = /shares/DOMAIN/%U"
- I am logging into a Windows 7 client as "DOMAIN\username"
- My log.smbd shows "canonicalize_connect_path failed for service username, path /shares/DOMAIN/domain_username" (where DOMAIN is the domain name with upper-case letters, domain is the domain name with lower-case latters)
- this issue is affecting two shares in total which use the %U substitution, both are showing the same error. Any shares which use fixed paths are fine, as expected
- this only seemed...
2019 Sep 18
3
Change in behaviour for the "%U" substitution in 4.10.8?
...he information from earlier in the thread;
- My [homes] share is "path = /shares/DOMAIN/%U"
- I am logging into a Windows 7 client as "DOMAIN\username"
- My log.smbd shows "canonicalize_connect_path failed for
service username, path /shares/DOMAIN/domain_username" (where
DOMAIN is the domain name with upper-case letters, domain is
the domain name with lower-case latters)
- this issue is affecting two shares in total which use the
%U substitution, both are showing the same error. Any shares
which use fixed paths are fi...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...s morning, and these two shares are now not working correctly because it seems that the username provided by %U is now prefixed with the domain name in lowercase:
---
[2019/09/06 07:57:58.812904,? 0] ../../source3/smbd/service.c:828(make_connection_snum)
? make_connection_snum: '/shares/DOMAIN/domain_username' does not exist or permission denied when connecting to [username] Error was No such file or directory
---
My [homes] share looks pretty standard:
---
[homes]
?? path = /shares/DOMAIN/%U
?? comment = Home Directories
?? browseable = no
?? writeable = yes
?? printable = no
?? create mask = 77...
2019 Sep 18
0
Change in behaviour for the "%U" substitution in 4.10.8?
...ne because it is a separate folder and nothing to do with a users homedir. Something I hadn't picked up on until today when I opened Explorer in Details view is that this second share also uses "%U" in its comment, and in Windows Explorer the comment is also shown incorrectly as "domain_username" with 4.10.8 (and correctly as just "username" in 4.10.7) which reflects the name of the folder on the server it's looking for
---
C:\Users\gac>net view \\server
Shared resources at \\server
Samba 4.10.7-Ubuntu
Share name?????? Type? Used as? Comment
-----------...
2019 Sep 17
0
Change in behaviour for the "%U" substitution in 4.10.8?
...eminder/summary of the information from earlier in the thread;
- My [homes] share is "path = /shares/DOMAIN/%U"
- I am logging into a Windows 7 client as "DOMAIN\username"
- My log.smbd shows "canonicalize_connect_path failed for
service username, path /shares/DOMAIN/domain_username" (where
DOMAIN is the domain name with upper-case letters, domain is
the domain name with lower-case latters)
- this issue is affecting two shares in total which use the
%U substitution, both are showing the same error. Any shares
which use fixed paths are fine, as expected
- this o...
2019 Sep 17
1
Change in behaviour for the "%U" substitution in 4.10.8?
...ad;
>>>
>>> - My [homes] share is "path = /shares/DOMAIN/%U"
>>> - I am logging into a Windows 7 client as "DOMAIN\username"
>>> - My log.smbd shows "canonicalize_connect_path failed for
>>> service username, path /shares/DOMAIN/domain_username" (where
>>> DOMAIN is the domain name with upper-case letters, domain is
>>> the domain name with lower-case latters)
>>> - this issue is affecting two shares in total which use the
>>> %U substitution, both are showing the same error. Any shares
>&g...
2019 Sep 17
0
Change in behaviour for the "%U" substitution in 4.10.8?
...ier in the thread;
>
>
>
> - My [homes] share is "path = /shares/DOMAIN/%U"
>
> - I am logging into a Windows 7 client as "DOMAIN\username"
>
> - My log.smbd shows "canonicalize_connect_path failed for
>
> service username, path /shares/DOMAIN/domain_username" (where
>
> DOMAIN is the domain name with upper-case letters, domain is
>
> the domain name with lower-case latters)
>
> - this issue is affecting two shares in total which use the
>
> %U substitution, both are showing the same error. Any shares
>
> which us...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...ause it seems that
>> the username provided by %U is now prefixed with the domain
>> name in lowercase:
>>
>> ---
>> [2019/09/06 07:57:58.812904,? 0]
>> ../../source3/smbd/service.c:828(make_connection_snum)
>> ? make_connection_snum: '/shares/DOMAIN/domain_username' does
>> not exist or permission denied when connecting to [username]
>> Error was No such file or directory
>> ---
>>
>> My [homes] share looks pretty standard:
>>
>> ---
>> [homes]
>> ?? path = /shares/DOMAIN/%U
>> ?? comment = Ho...
2019 Sep 06
0
Change in behaviour for the "%U" substitution in 4.10.8?
...es/DOMAIN/username
> # owner: username
> # group: domain\040users
> user::rwx
> user:www-data:--x
> group::---
> mask::r-x
> other::---
>
> Still no joy, and the logs are still showing:
>
> canonicalize_connect_path failed for service username, path /shares/DOMAIN/domain_username
>
> Thanks for all your advice so far but I still don't believe this is a permissions problem, Samba is trying to access a directory which simply does not exist, and never has existed...
> 6 Sep 2019, 11:19 by samba at lists.samba.org:
>
>> On 06/09/2019 11:12, gac wrote:
&...
2019 Sep 06
0
Change in behaviour for the "%U" substitution in 4.10.8?
...w not working correctly because it seems that
> the username provided by %U is now prefixed with the domain
> name in lowercase:
>
> ---
> [2019/09/06 07:57:58.812904,? 0]
> ../../source3/smbd/service.c:828(make_connection_snum)
> ? make_connection_snum: '/shares/DOMAIN/domain_username' does
> not exist or permission denied when connecting to [username]
> Error was No such file or directory
> ---
>
> My [homes] share looks pretty standard:
>
> ---
> [homes]
> ?? path = /shares/DOMAIN/%U
> ?? comment = Home Directories
> ?? browseable = no...
2019 Sep 18
3
Change in behaviour for the "%U" substitution in 4.10.8?
I have now - the 'net view' output is now sensible, and reports "Time Machine for gac" (which is the expected comment). But in log.smbd, it is now looking for a folder called "/backups/timemachine/DOMAIN\username" so access to the share itself is still not working
18 Sep 2019, 11:54 by samba at lists.samba.org:
> Have you tried to replace?%U in the path
2008 Nov 29
2
Loginname - mapping
Hi!
I have a server with a few thousand mailboxes (for a few hundred
domains) on it. The usernames are following several naming conventions:
username_domain
domain_username
username_domain.tld
username-domain
domain.username
The reason for this chaos is that the accounts were set up on different
mailservers, some imail, some linux, some with virtualmin and some
manually and through aquisitons etc it has all ended up in one server.
Now we are setting up a...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...ntains a different error message, but still refers to the incorrect path
>>
>> ---
>> [2019/09/06 09:43:14.955067,? 0] ../../source3/smbd/service.c:784(make_connection_snum)
>> ? make_connection_snum: canonicalize_connect_path failed for service username, path /shares/DOMAIN/domain_username
>> ---
>>
> OK, can you post the ouput of the following commands:
>
> ls -lad /shares
>
> ls -lad /shares/DOMAIN
>
> ls -lad /shares/DOMAIN/<a username>
>
> Rowland
>
>
> --
> To unsubscribe from this list go to the following URL and read t...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
I imagine the numeric UID is my old boss who left the company a few years ago, and by this point his account has been removed, not just disabled. The only thing contained by the DOMAIN directory is a home directory for each user, which is owned by them. So I don't _think_ this is the problem.
The command you suggested returns:
winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND
The ACLs