Displaying 20 results from an estimated 10000 matches similar to: "Member server plus local accounts - can it be done?"
2024 Oct 28
1
Member server plus local accounts - can it be done?
On 10/28/24 9:51 AM, lists--- via samba wrote:
> But we also have ancient systems, that use a local useraccount from the
> dataserver to put data on it.
> So, is something like:
> ??????? realm = REALM.TLD
> ??????? security = ADS
> ??????? server role = member server
> ??????? username map = /etc/samba/user.map
> ??????? winbind refresh tickets = Yes
> ???????
2024 Oct 28
1
Member server plus local accounts - can it be done?
On Mon, 28 Oct 2024 10:13:53 +0100
Ralph Boehme via samba <samba at lists.samba.org> wrote:
> On 10/28/24 9:51 AM, lists--- via samba wrote:
> > But we also have ancient systems, that use a local useraccount from
> > the dataserver to put data on it.
> > So, is something like:
> > ??????? realm = REALM.TLD
> > ??????? security = ADS
> > ???????
2013 Jun 24
1
Deprecation notice on custom type?
Deprecation notice: Resource references should now be capitalized on
line 101 in file /etc/puppet/manifests/templates/basenode.pp
This is the specific line of code:
realize (users::useraccount[hiera(''users'')])
When I capitalize Users, I get the following error:
Error 400 on SERVER: Could not parse for environment production: Syntax
error at
2019 Jan 21
3
force re-authentication when accessing different shares
hello & thx for your fast response!
i need a way to create samba shares without creating system user accounts:
- add users via smbpasswd with unique password
- no need for a corresponding useraccount in /etc/passwd
- access to the corresponding shares should be independent from any domain
(i.e. the share should be accessable
via windows client)
to come around the useraccount-restriction (as
2014 May 27
2
CentOS 6.5 + Samba 4.1.6 - Variable Substitution (smb.conf)
Hello everyone.
So, I come to you because I have a little problem when setting up my domain controller based on CentOS 6.5 and Samba 4.1.6.
Everything works well, except for one small detail, which in my case blocking me.
I
would like to automatically generate the home directory of the user
during the first connection (from Win or Linux), but the problem is that
for some unknown reason,
2013 Nov 04
1
Running SQL Server xp_logininfo with Samba PDC
We have setup Samba 4.1 as a PDC. We have successfully connected several
Windows 2008 Servers to the domain and created various users/groups.
During an application installation on the Windows server, it runs the
command in SQL server:
master..xp_logininfo 'MYDOMAIN\useraccount'
SQLserver is running as a service user created on the domain (here called
MYDOMAIN)
This returns:
Msg
2019 Jan 21
2
force re-authentication when accessing different shares
On Mon, 21 Jan 2019 10:43:35 -0400
Robert Marcano via samba <samba at lists.samba.org> wrote:
> On 1/21/19 10:24 AM, Harald Glanzer via samba wrote:
> > hello & thx for your fast response!
> >
> > i need a way to create samba shares without creating system user
> > accounts:
> >
> > - add users via smbpasswd with unique password
> > - no
2020 Jul 06
2
Issues with FLOCK on NFS Share
Hello,
When I run "cat /etc/passwd | grep 'qqeda11'", on my linux box, I get:
qqeda11:x:79846:65600:Project Account for EDA:/home/qqeda11:/bin/bash
When I run "wmic useraccount where (name='qqeda11' and domain='MUC') get name, sid" on my windows box, I get:
Name SID
qqeda11 S-1-5-21-43206524-2104247658-1151357142-1581344
so the user is an AD
2004 Jan 13
1
problem mixing printing cups and own print commands
hello,
i'm using samba 3.0.0beta2-1 on Debian.with passdb backend = ldapsam and
printing = cups.
in the past Samba 2.0.5 i'm using printing = bsd and define my printers
in the /etc/printcap. additional i define own printers to create pdf -
files.
Now i'm using cups. everything works fine with printers defined on cups
( automatic driver installation, printing ... )., but printing (
2008 Nov 15
1
TCP Stack Issues Under FreeBSD 7.1
Hi,
Anyone else noticing any TCP Stack requests for information under a
useraccount with mild to moderate TCP activity on HTTP and other sorts of
ports returns zero results back unless you are root.
[site@Eden ~]$ netstat -i reports
netstat: kvm not available: /dev/mem: Permission denied
ifnet: symbol not defined
[site@Eden ~]$ netstat -an
[site@Eden ~]$ netstat -m
377/823/1200 mbufs in use
2010 Jun 07
1
Slow domain logons with samba PDC
Hi all,
I'm using samba 3.4.7 on a debian stable with kernel version 2.6.26-2 smp
running on a P4 3.0Ghz with 1Go memory.
There are about 50 users in the domain, all worked fine til i upgrade from
samba 3.0.14 to samba 3.2.5 from the stable debian repository and then to
samba 3.4.7 from the lenny-backports rep, as i've already seen slow logon with
the samba 3.2.5.
here is the result
2012 Sep 09
1
ChgrpNoPerm issue
I have dovecot version 2.0.9
I am confused about this article
http://wiki2.dovecot.org/Errors/ChgrpNoPerm
my mail_location =
mbox:~/mymail:INBOX=/var/mail/%u
So my inbox is at var/mail/ and my
imap folder is /home/user/mymail
The problem is /var/mail (Owner is
useraccount and the group us mail) , and here comes the problem
Dovecot
keeps trying to chown the imap folder inside the
2017 Nov 20
2
samba 4 ad member - idmap = ad for machine accounts
Hi all,
I have exactly the same problem as the OP and tried the solution below, but
I still get the error:
'Username IUCNNL\PC050$ is invalid on this system'. Should I map
useraccount, enable Guest account, chang eunix directory permissions or
things like that?
Problem:
My Windows 10 computers' machine accounts cannot acces shares on a domain
member (samba 4.6 , id map = ad, centos
2007 Sep 28
1
Testing emails with RSpec 1.0.8.
Anyone is doing email testing with RSpec?
Can you post some examples?
Thank you, Laco M.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070928/e6e6d5d2/attachment.html
2019 Jan 21
1
force re-authentication when accessing different shares
On Mon, 21 Jan 2019 12:54:00 -0400
Robert Marcano via samba <samba at lists.samba.org> wrote:
> On 1/21/19 11:04 AM, Rowland Penny via samba wrote:
> > On Mon, 21 Jan 2019 10:43:35 -0400
> > Robert Marcano via samba <samba at lists.samba.org> wrote:
> >
> >> On 1/21/19 10:24 AM, Harald Glanzer via samba wrote:
> >>> hello & thx for your
2004 May 12
2
How to display the folder names in Japanese?
Hi,
I have a FreeBSD-Current and I wanted to access the shares in our Windows NT.
What I did:
Since I only wanted to Access the only Data Server that we have in our
ethernet LAN I tried in kterm the following,
#smbutil view //windows_username@dataserver
The result is,
Share Type Comment
-------------------------------
NETLOGON disk Logon server share
ADMIN$ disk
2004 May 05
4
Domain security, users still asked for login
Hello
I have been having problems with authentication on a suse 9 box with
samba 3.0.3 installed from rpms.
I have googled till my fingers bled, there is just the question, no
answer, someone must have been able to solve it out of all the people
who had the problem?
I joined the domain with net join, this was successful
I can list users/groups, authenticate and check the secret with wbinfo
2005 Jun 22
3
How to I change server=[Samba 3.04.14a-2] to something else?
So I have setup my samba box as a PDC and everything is working fine.
There is one thing that keeps bugging me:
When I run locallly: smbclient -L localhost -U%
I get the following:
-----------------------------
Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.14a-2]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service
2023 Mar 10
1
AD Functional Level vs very old SaMBa member server
Well, thank you for still replying to me. The thing is that this particular
SaMBa server is THE original Linux server of my working place, hosting tons
of home made ancient perl and PHP programs written by former colleagues,
and these programs interact with the dozens of SaMBa shares. This is why we
never had the time to fully analyze its structure and upgrade it somehow
while working on other
2005 Jun 23
4
How to I change server=[Samba 3.04.14a-2] to somethin g else?
> It would be much nicer to see:
> "Office on 'DataServer (roipdc)' (G:)"
>
> Heck I could even live with:
> "Office on 'Samba (roipdc)' (G:)"
> I personally do not see the need for end users to have the version
> number announced to them to be honest.
>
> I was hoping there was a simple not well documented setting in
> smb.conf