Displaying 20 results from an estimated 5000 matches similar to: "Owner changes when modifying Excel & Word files"
2006 Feb 04
7
SAMBA netbois lookup issues
Hi all!
I am from the Windows world and am trying to migrate to Linux and have done
a fairly good job so far.
My recent challenge is that I have built a Samba file/print server that
works very well on my internal network but when I VPN into the network
remotely I am unable to access the server via it's server name. What is
driving me crazy is the fact that the last of my Windows
2006 Sep 21
1
Other domain sequence numbers are -1
Everyone,
I have configured a new SLES 10 server exactly the same as I
had previously configured a SLES 9 server. The only difference is the
version of samba. On the SLES 10 server, I am running the 3.0.23c
level, the SLES 9 server is behind a little. My problem is with
connecting to other AD domains. Only my default domain has a valid
sequence number. All the other domains are
2006 Feb 16
4
authenticate a share access to win2k3 server
Hi,
I have a samba server sharing some stuff. Now i want to enable access to
some share only to SOME users on the domain.
this is the smb.conf :
[global]
netbios name = DATASVR
server string = DATASVR
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
2006 Mar 08
5
getting samba to authenticate with kerberos/PAM
Hello,
I reeeeally need someone's help here. I guide after guide from all sorts of sources but I still cannot get samba to authenticate a domain login via winbind off of the windows 2003 DC on our network.
Here is what I can do:
I can successfully do a kinit command and can verify the existance on the samba server in active directory on the DC.
I can login using domain profiles on the samba
2006 Mar 27
8
Trouble with Homes
I am having trouble with getting my Homes section to work properly.
When I browse to the server from a Windows client, I can see my home
directory. However, when I try to access it, it challenges me for a
userID and password. No matter what I enter, I will not allow me
access. Can someone point me in the right direction to solve this?
Here are the errors...
[2006/03/27 11:19:22, 0]
2006 Feb 16
3
Authenticating another domain
When I attempt to authenticate a user from another domain, I am seeing
some strange issues. My winbindd.log shows that I am indeed already
trusting the other domain. (I am a member of the na.uis.unisys.com
domain.) However, when I try to gain access to a share where the
username EU\INBLR-AUTH1 has access, I get prompted for a username and
password over and over. Obviously, it can't
2006 May 10
3
AD users from different AD domains - update
hello
in a previous post, i was describing the behaviour with samba 3.0.21rc1
(winbind in particular) :
- We have a single AD forest, whith different domains, A & B.
- The group, in domain A, we use for our authentication process
contains
user from the 2 domains A & B.
While using wbinfo, i cannot succeed to get a positive answer when i
ask if a user from domain B belongs or not to the
2006 Feb 15
1
ADS and RPC
I have a problem that recently appeared with ADS authentication.
I have a samba server that is an AD member on our domain, ourdomain.edu.
We are under a domain that is an empty root, call it 'theirdomain.net'.
Also under this root is another domain, call it 'theirdomain.edu. I
have found that RPC access has been disabled on the DC's in
theirdomain.edu and my samba server can no
2006 Mar 28
2
ACL on groups working half
Hi all Samba users,
For some I've got a Samba server running with the following config:
Debian Sarge 2.6.8 kernel
Samba 3.0.21 with winbind and LDAP as ADS member server
A W2K003 PDC
Samba's data partition is ext3 + ACL
I've migrated my users homedirs and profiledirs from W2K003 to Samba.
These each user owns his own homedir and has rwx------ permissions
This seems to be working
2006 Mar 03
4
problem with "winbind separator = \"
Hello,
I just rebuilt the samba server that I was working on and when I try to add the line "winbind separator = \", testparm tells me that its value must be 1 character and then displays its value as the proceeding line. If I change the value to '+', it tells me that the value might cause a problem with groups memberships.
If I just leave the value at '/' then it does
2006 May 04
9
Excessive traffic causing slow logons
I am seeing some extremely slow logons to my SUSE servers. All are
configured exactly the same. When I attempt to log on, I can enter my
domain (AD) account without any problems. I then enter my password and
sit and wait for several minutes until it eventually takes me to my
desktop. In attempting to debug the problem, we have been able to see
millions of calls to the domain controller. They
2008 Feb 20
3
change in AD authentication behaviour since 3.0.24
We have noticed a change in the way AD authentication behaves starting with
3.0.25. Ive been hoping it was a bug and someone would notice and fix it.
But since its still there as of 3.0.28, I guess its a feature :-).
Anyway, our users on XP machines used to be able to authenticate against AD
with just a username/password eg u1234567. But as of 3.0.25 they need to use
a fully qualified username eg
2006 May 31
9
Unable to use 'valid users' from Active Directory
I am able to return users and groups using wbinfo -g and -u. Samaba will
even allow users to connect that are in our domain. The problem exist
while trying to narrow down permissions to a share.
[public]
comment = Public Stuff
path = /home/
public = yes
read only = no
valid users = @"UFAD\_IFAS-FRE-USERS_autoGS"
This does not work. It prompts the end user for a
2009 Mar 11
9
ZFS on a SAN
Hi All,
I''m new on ZFS, so I hope this isn''t too basic a question. I have a host where I setup ZFS. The Oracle DBAs did their thing and I know have a number of ZFS datasets with their respective clones and snapshots on serverA. I want to export some of the clones to serverB. Do I need to zone serverB to see the same LUNs as serverA? Or does it have to have preexisting,
2017 Jun 29
3
the Univac 2200, LLVM, and national security
John,
One of my previous jobs was at Unisys doing a dynamic translator
for the Univac 1100 / 2200 series computers. We chose LLVM for the base
of the translator for its modularity, optimizations, and x86 code generation.
We wrote a front-end that parsed Univac instructions and generated IR
for them. It all ran on X86-Linux boxes which with some special peripheral
adaptors were then
2016 Mar 29
1
[PATCH 02/10] x86/cpufeature: Kill cpu_has_hypervisor
From: Borislav Petkov <bp at suse.de>
Use boot_cpu_has() instead.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: virtualization at lists.linux-foundation.org
Cc: sparmaintainer at unisys.com
---
arch/x86/events/intel/cstate.c | 2 +-
arch/x86/events/intel/uncore.c | 2 +-
arch/x86/include/asm/cpufeature.h | 1 -
2016 Mar 29
1
[PATCH 02/10] x86/cpufeature: Kill cpu_has_hypervisor
From: Borislav Petkov <bp at suse.de>
Use boot_cpu_has() instead.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: virtualization at lists.linux-foundation.org
Cc: sparmaintainer at unisys.com
---
arch/x86/events/intel/cstate.c | 2 +-
arch/x86/events/intel/uncore.c | 2 +-
arch/x86/include/asm/cpufeature.h | 1 -
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net:
- set min/max_mtu, per Haiyang, after rndis_filter_device_add
virtio_net:
- set min/max_mtu
- remove virtnet_change_mtu
vmxnet3:
- set min/max_mtu
xen-netback:
- min_mtu = 0, max_mtu = 65517
xen-netfront:
- min_mtu = 0, max_mtu = 65535
unisys/visor:
- clean up defines a little to not clash with network core or add
redundat definitions
CC: netdev at vger.kernel.org
CC:
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net:
- set min/max_mtu, per Haiyang, after rndis_filter_device_add
virtio_net:
- set min/max_mtu
- remove virtnet_change_mtu
vmxnet3:
- set min/max_mtu
xen-netback:
- min_mtu = 0, max_mtu = 65517
xen-netfront:
- min_mtu = 0, max_mtu = 65535
unisys/visor:
- clean up defines a little to not clash with network core or add
redundat definitions
CC: netdev at vger.kernel.org
CC:
2006 Mar 16
4
Domain Authentication Problem
I have been running Samba 2.2.8 on a Solaris 8 server with a valid
NetBIOS server name on the AD domain. The Samba 2.2.8 configuration was
configured for security = domain. Everything was fine until the AD
domain controllers were "upgraded" to Windows Server 2003 SP1. User
authentication would no longer function with the following error message
in the samba 2.2.8 log: