Displaying 20 results from an estimated 40000 matches similar to: "Windows domain clients on Samba server"
2010 Jul 28
5
Dovecot and SSD
I'm considering setting up my own mailserver with Dovecot 2.0 (as soon
as it's out) and SSD. I'm debating whether it's worth it or not. I
have been running a mailserver with the Dovecot 1.1 train for a couple
of years and it's been flawless and amazing. I'm thinking about using
either FreeBSD 8.1 w/ZFS or OpenBSD 4.8-beta on a 64 GB or 80 GB SSD
(Corsair or Intel) using
2007 Mar 11
1
Samba PDC - upgrading from winxp clients to linux (OpenSUSE) clients
Hello,
I do volunteer work for a local non-profit business. I've
built several computers for them, set up their network, etc...
A few years ago I set up a Samba PDC server for them with
Windows XP clients. The current setup works fine. The Windows
clients store their profiles and documents on the server in
the corresponding home directory and locally (on the client)
so that if the server is
2010 Jun 17
2
Adding Domain User Accounts to Windows 7 Clients (Samba3.4.8 PDC)
SNIP
>
>
> Does anybody have any ideas?
I've run into this. It's a real bear. I've found that a proper WINS
setup is very useful, but more important is to find out what is going
on during the wire transactions. Google the appropriate one of these
tools for your platform:
NM33_x64.exe
NM33_x86.exe
install it and see what's occuring during the transactions. Post
2010 Jun 15
4
Adding Domain User Accounts to Windows 7 Clients (Samba 3.4.8 PDC)
Hi,
I've searched the logs and google trying to find a fix for my problem
and have so far not succeeded.
I've got a Samba PDC (Debian Lenny), running Samba 3.4.8 from Debian
Backports. It is using an OpenLdap backend. We have encountered little
to no problems over the last several years. And of course, we have to
upgrade to Windows 7 (64-bit), from XP-64. So, here we are.
Following
2007 Apr 18
1
Domain membership problem in OpenSuse 10.2
Dear Everyone,
I am trying to use an OpenSuse 10.2 computer on a Windows 2000 domain
using winbind authentication (join to domain). I added a few lines to
the smb.conf for extracting sfu attributes, and my smb.conf looks like
this:
[global]
idmap backend = ad
idmap gid = 1000-100000
idmap uid = 1000-100000
winbind uid =
2010 Dec 21
4
D drive
Hello all,
I have installed Wine on Opensuse 10.3 and it works great. I need it to use a historical research program where the utility is on the C:/ drive and the data on the D:/ drive.
So, the program works on a very old Window 98 computer and in order to use it, the CD with data on it must be in the CD drive.
I installed Wine, copied the all the files in /home/me/.wine/c_drive/windows/
2009 Oct 22
2
Persistent desktop icons ?
Hi,
Is it possible to configure persistent desktop icons, e. g. shortcuts
that users can't delete ? On most of my client desktops, I have some
home-made shortcuts, like here for example :
http://www.microlinux.fr/configurations.html
The shortcut on the lower left corner of the screen launches the public
library management system.
Most of the users are quite computer-illiterate, and more
2011 Sep 13
1
Linux Samba Server: empty shares on (Mac) clients
Hi,
I run a Samba Server on openSuSE 11.4 with LDAP Authentication Backend.
appears to work fine. However, only some shares work on my Mac client
boxes: for instance, i can browse my home directory on the Linux box
(/home/ray), whereas other shares are simply empty ("r01" below) on the
mac (but they are shown as connected).
[homes]
comment = Home Directories
valid users =
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
Hi all,
In June 2007 Jerry Nelson started a thread on this mailing list about a problem he was seeing. The thread was http://syslinux.zytor.com/archives/2007-June/008673.html
After several hours of searching through the list, I am still convinced that his problem was never solved and is very valid. I recently moved from the old syslinux config options model (all labels in 1 default config file)
2011 Jun 03
2
missing symbols talloc_* (opensuse 11.4/samba 3.5.7-xxx)
I just recently upgraded to opensuse 11.4.
basic smbd is running mostly fine (some name res-errors, login server missing, (can't connect to Domain service). Notably nmbd won't start due
to undefined symbols:
/usr/sbin/nmbd: symbol lookup error: /usr/sbin/nmbd: undefined symbol: _talloc_realloc_array.
ldd -r shows a bunch of similar undefined symbols (shown further below).
my samba rpm
2010 Nov 28
3
[nut-commits] svn commit r2708 - in branches/ssl-nss-port: clients m4 server
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Log:
> Use the 'nss_compat_ossl' compatibility layer to use the Mozilla NSS
> library instead of OpenSSL (we might want to include native support
> in the future, but this will at least allow a quick migration for
> testing purposes)
I don't recall that we ever discussed the possibility of
2015 Sep 29
4
[PATCH v2 1/2] builder: add opensuse images sources
---
builder/Makefile.am | 3 ++-
builder/opensuse.conf.in | 3 +++
builder/opensuse.gpg | 21 +++++++++++++++++++++
configure.ac | 1 +
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 builder/opensuse.conf.in
create mode 100644 builder/opensuse.gpg
diff --git a/builder/Makefile.am b/builder/Makefile.am
index 4bed54c..e8f8dfb 100644
---
2018 Oct 01
2
[supermin PATCH] rpm: support openSUSE Leap 15
openSUSE Leap 15 has "opensuse-leap" as ID in os-release, so add it both
in the detection code of the RPM handler, and in test-harder.sh.
---
src/ph_rpm.ml | 2 +-
tests/test-harder.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml
index b0a5eb2..3caa38e 100644
--- a/src/ph_rpm.ml
+++ b/src/ph_rpm.ml
@@ -40,7 +40,7 @@ let
2018 Oct 02
1
[supermin PATCH] rpm: generalize openSUSE support
It seems that all the newer versions of openSUSE have an 'opensuse-'
prefix in their distro ID; hence, check for that prefix at once, keeping
compatibility for the old "opensuse" ID.
Followup of commit 0668b2d64abef0724219480a3d7fc16b8dd1e68f.
---
src/ph_rpm.ml | 3 ++-
tests/test-harder.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
2006 Sep 30
2
SuSE rpms for xapian
hi,
since quite some time already we provide rpms for xapian-core and
xapian-omega at http://software.opensuse.org/download/server:/search/
The user documentation is at
http://en.opensuse.org/Build_Service/User
General informations about the build service can be found here:
http://en.opensuse.org/Build_Service
thanks for the great software.
darix
--
openSUSE - SUSE Linux is
2023 Jan 12
1
problems with sysvol after fsmo transfer
Am 12.01.23 um 14:03 schrieb Rowland Penny via samba:
> On 12/01/2023 12:51, Rowland Penny via samba wrote:
>> On 12/01/2023 12:28, Thorsten Marquardt via samba wrote:
>>> srv-kb-dc1:~ # klist
>>> Ticket cache: DIR::/run/user/0/krb5cc/tkt
>> What OS is this ?
the old host:
srv-kb-primdc:~ # cat /etc/os-release
NAME="openSUSE Leap"
2008 Jun 13
1
Samba 3.0.30 and 3.2.0rc2 packages for all (SUSE) Linux products
RPM package installation sources of Samba 3.0.30 (STABLE) for SUSE Linux
projects are available at ftp.suse.com/pub/projects/samba/STABLE/
At ftp.suse.com/pub/projects/samba/TESTING/ you find the same for the
upcoming 3.2.0 release. This is currently a release candidate (rc) 2
and is not intended for production environments.
Supported SUSE Linux based products are at the moment SUSE Linux 10.1,
2008 Jun 13
1
Samba 3.0.30 and 3.2.0rc2 packages for all (SUSE) Linux products
RPM package installation sources of Samba 3.0.30 (STABLE) for SUSE Linux
projects are available at ftp.suse.com/pub/projects/samba/STABLE/
At ftp.suse.com/pub/projects/samba/TESTING/ you find the same for the
upcoming 3.2.0 release. This is currently a release candidate (rc) 2
and is not intended for production environments.
Supported SUSE Linux based products are at the moment SUSE Linux 10.1,
2018 Nov 30
1
[PATCH] inspect: handle os-release "opensuse-tumbleweed" as opensuse
Followup of commit 70407cd622dda6f088a0876e1e1ae669e9f8a281 for openSUSE
Thumbleweed.
---
daemon/inspect_fs_unix.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemon/inspect_fs_unix.ml b/daemon/inspect_fs_unix.ml
index 4dd89fa8f..925db06a3 100644
--- a/daemon/inspect_fs_unix.ml
+++ b/daemon/inspect_fs_unix.ml
@@ -143,7 +143,7 @@ and distro_of_os_release_id = function
|
2015 Sep 08
5
[PATCH 0/2] virt-builder OpenSUSE images
Hi guys,
Here are two patches to get opensuse images in virt-builder.
Cédric Bosdonnat (2):
Allow curl to follow redirects.
builder: add opensuse images sources
builder/Makefile.am | 3 ++-
builder/downloader.ml | 4 ++--
builder/opensuse.conf.in | 3 +++
builder/opensuse.gpg | 21 +++++++++++++++++++++
configure.ac | 1 +
5 files changed, 29 insertions(+), 3