Displaying 4 results from an estimated 4 matches for "jinlei_dlut".
2019 Jul 30
1
Libvirt Virtualization Problem
Dear Sir/Madam:
I use virt-manager to create a new virtual machine(it's name is generic), then I edit generic to set it's cpu_mode as 'host-model', and I start it, but when dumpxml generic, it's cpu_mode is changed as 'custom'.
I want to know that why it is?
And what's the principle of dumpxml?
Thanks!
A user of libvirt
2020 Nov 24
0
ID Mapping
I have updated samba to 4.10.4:
# rpm -qa | grep samba-4
samba-4.10.4-11.el7_8.x86_64
And update the conf:
# cat /etc/samba/smb.conf | grep "config"
idmap config *:backend = tdb
idmap config *:range = 30000-40000
And reload config, restart winbind:
# smbcontrol all reload-config
# systemctl restart winbind
But it did not work:
# id jin
uid=30000(jin) gid=30000(domain users)
2020 Nov 24
0
ID Mapping
I followed your steps, my smb.service is inactive
[root at localhost samba]# systemctl stop winbind
[root at localhost samba]# net cache flush
[root at localhost samba]# ll
total 460
drwxrwxr-x. 10 root printadmin 4096 Oct 29 07:17 drivers
drwxr-xr-x. 4 root root 38 Oct 29 07:17 DriverStore
-rw-------. 1 root root 696 Nov 23 23:39 group_mapping.tdb
drwxr-xr-x. 4 root root
2020 Nov 24
2
ID Mapping
Hi,
I'm using samba for login in Linux via Active Directory (win 2008).
In my Active Directory, there is a user "jin", and its primary group is "xts", its supplementary group is "Domain Users". I found that the gid mapping is inconsistent with different samba version. That is:
For samba-4.4.4:
# id jin
uid=30000(jin) gid=30000(xts)