Displaying 4 results from an estimated 4 matches for "guleicarter".
2019 Mar 07
0
When ad domain machine shutdown, samba can not auth with unix local user
On Thu, 7 Mar 2019 18:58:41 +0800
谷雷 <guleicarter at gmail.com> wrote:
> Hi,
>
> My smb.conf as below, my ad domain name is HIKAD1.
>
> [global]
> browseable = no
> guest ok = no
> security = ADS
> map to guest = bad user
> # disable printers
> load printers = no
> printing = bsd
>...
2019 Mar 07
2
When ad domain machine shutdown, samba can not auth with unix local user
Hi,
My smb.conf as below, my ad domain name is HIKAD1.
[global]
browseable = no
guest ok = no
security = ADS
map to guest = bad user
# disable printers
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
encrypt passwords = yes
winbind enum groups = yes
winbind enum users = yes
#acl check permissions = no
#acl map full
2019 Mar 07
2
When ad domain machine shutdown, samba can not auth with unix local user
Hi,
I config my samba join a ad domain(security = ADS), using samba 4.7.1 in CentOS7.5.
Everything gone well, I can login with ad user and local user at the same time.
But when the ad domain get down, I can not login with local user.
wbinfo -t prompt: NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND,
smbclient login with NT_STATUS_NO_LOGON_SERVER error.
I lookup the debug message, and found auth
2019 Jan 23
2
nobody account already in shared directory write list, can not write
Hi all,
Now I have a directory shared with anonymous account nobody. And I have add it to the write list of my share.
When i mount it by windows 10, I create a sample file name test.txt, I check it in backend file system looks like this:
-rwxr—r— 1 nobody nobody test.txt
I can delete/create/rename a file, but can not write into it. Please help me.
My samba version is 4.4.4, samba server