Displaying 3 results from an estimated 3 matches for "zhangyy".
2018 May 23
2
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
Hi,
I am running Samba 4.3.11-Ubuntu on a cluster of Ubuntu 16.04 and Samba is
configured as an AD Server.
I got "I have no name!" error after deleting a samba user whose username is
identical to my Linux username (An AD user).
Here is how this happens:
The AD user is zhangyy (uid 12369).
1. We used `smbpasswd -a zhangyy` to created a new smb user.
2. We used `smbpasswd -x zhangyy` to delete the newly created smb user.
After doing this, I lost my username, and got the "I have no name!" error.
and id command showed "no such user" error. But I can ge...
2018 May 24
1
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
Hi,
Thanks for your quick response.
Now I come to a better understanding about Samba and how AD works.
I wonder is there any quick fix for the "I have no name!" problem. Because
I cannot login Ubuntu via SSH.
Now I have to use another user and use `su zhangyy` to use my user.
One more question, is there a proper way to let the AD user shares its home
directory on Samba using the same password?
Thanks for your time and consideration.
2018-05-24 4:34 GMT+08:00 Rowland Penny via samba <samba at lists.samba.org>:
> On Thu, 24 May 2018 04:00:27...
2018 May 23
0
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
...39;t, it is configured as a Unix domain member ;-)
Also, please define 'cluster'
>
> I got "I have no name!" error after deleting a samba user whose
> username is identical to my Linux username (An AD user).
>
> Here is how this happens:
>
> The AD user is zhangyy (uid 12369).
>
> 1. We used `smbpasswd -a zhangyy` to created a new smb user.
Please give up doing this, you shouldn't be doing this, please use
'samba-tool user create zhangyy Pa$$w0rd*' if the AD DC is a Samba one,
if it is a windows DC, use RSAT.
> 2. We used `smbpasswd -...