search for: fabianfuture

Displaying 13 results from an estimated 13 matches for "fabianfuture".

2017 Nov 14
2
winbind finds all domain users except Administrator
...: ID_TYPE_NOT_SPECIFIED (0) So it seems like I get back -1 (0xffffffff) as the uid. Should I file a bug ticket? Thanks, Fabian 2017-11-14 10:35 GMT+01:00 Rowland Penny via samba <samba at lists.samba.org>: > On Mon, 13 Nov 2017 23:15:15 +0100 > Fabian Fritz <fabianfuture at web.de> wrote: > > > I see. I know, the range is a bit odd, but I previously used NIS to > > get the Unix users from another machine. Now I'm updating to AD and > > don't use NIS anymore.Since I want to keep all the file ownerships (I > > use this solaris me...
2017 Nov 13
3
winbind finds all domain users except Administrator
Hi, I have a samba 4.7 DC (Red Hat) and a Solaris 10 Member (also 4.7.0). I started winbindd and can get all users in my domain via "getent passwd" except MYDOM\Administrator. I can get it via wbinfo however: # wbinfo -n "MYDOM\Administrator" S-1-5-21-.......-500 SID_USER (1) In the winbind log with log level = 10, when I do getent passwd "MYDOM\Administrator I always
2017 Nov 14
0
winbind finds all domain users except Administrator
On Mon, 13 Nov 2017 23:15:15 +0100 Fabian Fritz <fabianfuture at web.de> wrote: > I see. I know, the range is a bit odd, but I previously used NIS to > get the Unix users from another machine. Now I'm updating to AD and > don't use NIS anymore.Since I want to keep all the file ownerships (I > use this solaris member as a file server),...
2017 Nov 14
0
winbind finds all domain users except Administrator
On Tue, 14 Nov 2017 21:36:49 +0100 Fabian Fritz <fabianfuture at web.de> wrote: > I tried mapping to root but I still get an ACCESS_DENIED when I try to > mount a share from the domain member. > > I'd be very surprised if the samba admin account is the one and only > account that is intentionally denied from accessing shares on a >...
2017 Nov 14
1
winbind finds all domain users except Administrator
...er map isn't an option, as then they'd have to have the accounts locally as well and I'd have to keep track of updates. Thank you, Fabian 2017-11-14 22:00 GMT+01:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 14 Nov 2017 21:36:49 +0100 > Fabian Fritz <fabianfuture at web.de> wrote: > > > I tried mapping to root but I still get an ACCESS_DENIED when I try to > > mount a share from the domain member. > > > > I'd be very surprised if the samba admin account is the one and only > > account that is intentionally denied from...
2018 Jun 20
0
Getting DFSR working after Samba was demoted (using dfsrmig)
Hi, I have a Samba server with an NT4 domain and want to end up with a Windows Server 2016-only Active Directory. As you've told me here before, I need a WS 2008 R2 as an intermediary. So right now I'm trying to get a healthy domain at the 2008 R2 domain level first. So don't worry about the WS 2016 for now. Most of it already works: I can do a classicmigrate to AD, then join the
2018 Dec 06
0
Dovecot 2.3.4 crashing on Solaris 10 - "Panic: output stream is missing error handling"
Hi, I just compiled Dovecot for Solaris 10 and try to run it now. Other than setting a custom port, I did not add custom settings. When I tried running doveconf for the first time, it crashed immediately: doveconf -n # 2.3.4 (): /export/dovecot/etc/dovecot/dovecot.conf # OS: SunOS 5.10 sun4u~~ # Hostname: merlin service pop3-login { inet_listener pop3 { port = 1110 } }
2018 Dec 07
1
SMB2 leases slowing down shared access to files
Hi, we recently updated to Samba 4.9.2 (running on a Solaris 10 server). All our client machines are Windows 7 PCs. Since then however, we noticed that if one client opens an executable from a share and somebody else tries to copy that folder to their local PC, it takes an incredibly long time; Sometimes it doesn't work at all. Also, if somebody has an .xlsx-File open, other people have to
2018 Jul 05
1
Compiling Samba 4.8.3 on Solaris 10 produces "Undefined symbol" for tdbtorture
Hi, I am trying to compile the latest Samba (4.8.3) on a Solaris 10 server. Apart from a small precompiler issue the compilation worked surprisingly well, up to this linker error I can't get past: [3237/3835] Linking default/lib/tdb/tdbtorture Undefined first referenced symbol in file tdb_traverse_read
2017 Nov 26
1
Execute a user script whenever a user is added in the domain
My DC handle the authentification and some other Samba server provide shares (they're pure file servers with winbind). Users get their personal directory as a share with appropriate permissions. Up until now I used a Samba 3 server to both handle the authentification and act as a file server. I had a script to create a Samba user, create the personal directories and set some ZFS quota on it.
2017 Nov 23
2
Execute a user script whenever a user is added in the domain
Hi, I am using the ADUC-tool on Windows PCs to add users to the domain. Now I also need to do some maintance work on the linux server (DC). Is there an option that I've overlooked or any other way to execute a shell script whenever a user is added? Ideally it would be executed on each DC. If there isn't a built-in way, would it be possible by monitoring one of the ldb-files for changes?
2017 Dec 16
2
Eventually transitioning to Windows Server 2016
Hi, I am preparing to get our Data Center from a Samba 3.5 NT4 domain to AD. All users, file ownerships, etc. have to remain of course. I am planning to use Samba 4.7.x, but I was wondering if it is possible to eventually transition to Windows Server 2016 as the only DC hosts. The way I understand it is that this is not possible right now, because Samba doesn't support that schema version
2018 Nov 20
3
Samba not respecting directory acls inside a share
Hi, we are running Samba 4.9.2 on Solaris 10 connected to AD as a member with some share: [refb] path = /samba/refb browseable = no valid users = +"AM\refb_users" writeable = yes force user = AM\qui force group = AM\refb_users All the samba users and groups come from AD through nss_winbind. Inside /samba/refb/ I created a sub directory test_a and set the owner (in Solaris via chown)