Displaying 3 results from an estimated 3 matches for "nativedomain".
2004 May 07
3
Samba 3.0.3 breaks domain somehow.
...ecurity mask = 0700
#
map acl inherit = yes
inherit permissions = yes
inherit acls = yes
force group = nobody
#======================== Changable Global Settings
==========================
~ password server = WIN2KNATIVE
~ winbind uid = 10000-19999
~ map to guest = never
~ security = ads
~ realm = NATIVEDOMAIN.LOCAL
~ domain logons = no
~ server string =
~ workgroup = NATIVEDOMAIN
~ winbind gid = 10000-19999
~ netbios name = inlab
~ admin users = "@NATIVEDOMAIN.LOCAL+Domain Admins"
[terabyte]
~ path = /mnt/H00/terabyte
~ comment = terabyte
~ valid users =
~ read only = no
~ available = yes
~ a...
2009 Jul 04
0
A problem about xen no-iommu graphics card passthough
...#39;64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024
shadow_memory = 8
name = "WinXP"
apic=1
# Nativedomain enable
nativedom = 1
# Nativedomain pci assgin
pci = ['01:00.0']
disk = [ 'phy:/dev/hda,ioemu:hda,w' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="cda"
# enable SDL library for graphics, default = 0
sdl=0
# ena...
2003 Jun 04
1
Winbind Cache not updating
...;m running Samba 2.2.5 on Redhat 7.3.
The issue I'm seeing (besides Domain Local Groups not being seen by winbind)
is that winbind is not getting new users from the Domain Controller (windows
2000 native mode).
For example:
wbinfo --sequence (gives 43)
Add user on the DC (user is bob, so NATIVEDOMAIN+bob should now appear in
getent passwd)
getent passwd doesn't show bob, neither does wbinfo -u.
wbinfo --sequence still gives 43.
Am I missing something? Everything else works, but it won't see the new
user. Is there a way to force winbind to get a new list of users from the DC
without l...