similar to: Surprising behavior with getent on AD service

Displaying 20 results from an estimated 9000 matches similar to: "Surprising behavior with getent on AD service"

2023 Jan 18
1
Surprising behavior with getent on AD service
Hi Rowland, I'm really happy to talk to you again (the last time was a long time ago). For production issues, I can't change these settings at the moment, but I will soon. On the file server, the command "getent passwd user2" gives me the correct information about user2. But on the AD server, the command "getent passwd user2" still gives me information about
2023 Jan 18
1
Surprising behavior with getent on AD service
On 18/01/2023 16:28, Marc-Henri Pamiseux via samba wrote: > Hello, > > On the local network, we have installed two separate GNU/Linux servers. > > One runs a 4.14.14-Debian version Samba-AD DC service while the other > runs a 4.14.14-Debian version Samba service for file sharing. > > The second is a member of the AD domain. > > On the second one, when I want to
2017 Dec 21
1
Unable to Join the Active Directory as a Domain Controller
Hello Garming, In the link above (sorry, it's in French), I can read how to downgrade a feature level of a 2012-R2 domain to work in 2008 R2. https://sloze.wordpress.com/2014/06/18/active-directory-diminuer-le-niveau-fonctionnel-dune-foret-etou-dun-domaine-2/ Here is the English version of the Set-ADDomainMode command: https://technet.microsoft.com/fr-fr/library/hh852281(v=wps.630).aspx
2017 Dec 20
5
Unable to Join the Active Directory as a Domain Controller
Hello, I am trying to use Samba in version 4.7.0 as a replication of an Active Directory running on Windows 2012-R2. For that, I execute the process described on this page: https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory When I run the command to join the domain controller, samba-tool returns the following error: DsAddEntry failed with status
2018 Feb 14
1
Samba sharing an NFS mount point
Hello, I use a Synology NAS to store data. This NAS shares its data only through the NFS protocol. In this infrastructure, there is another machine configured as a hypervisor. This hypervisor has access to data shared by NFS. This hypervisor is on the same network (VLAN) as the NAS server. Users on another VLAN would like to access data from a folder on the NFS share. The problem is that the NAS
2017 Dec 20
0
Unable to Join the Active Directory as a Domain Controller
What is the schema level on your Server 2012? On Wed, Dec 20, 2017 at 1:55 PM, Marc-Henri Pamiseux via samba < samba at lists.samba.org> wrote: > Hello, > > I am trying to use Samba in version 4.7.0 as a replication of an Active > Directory running on Windows 2012-R2. > > For that, I execute the process described on this page: >
2020 Jul 04
3
Migrate a share from Mac-OSX to NAS ASUSTOR samba 4.4
Hello everyone, I hope you are well. Take care of yourself. I have the same problem as describe here: https://lists.samba.org/archive/samba/2014-December/187545.html I migrate a file share from a MAC-OS environment. For its new storage system, the company purchased an ASUSTOR NAS. This NAS works with an operating system based on version 4.14 of the GNU / LINUX x86_64 kernel. This NAS operates a
2007 Nov 12
0
make_connection: connection to ipc$ denied due to security descriptor.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody, I'm a french sysadmin and i'm using Samba from a long date. Since my first use, i've write some usefull documentation, and usually, i've just to follow this documentation and Samba works by itself ;) Now, i'm trying to install Samba as the usuall but on a Debian-Etch AMD64 plateform. All my previous install were
2015 Jun 13
3
idmap & migration to rfc2307
On 13/06/15 16:33, Jonathan Hunter wrote: > Hi buhorojo, > > I *think* I have a stable system for the moment... so thank you :-) > > On 13 June 2015 at 12:50, buhorojo <buhorojo.lcb at gmail.com> wrote: >>> I now set in smb.conf: >>> >>> server services = -dns +winbind -winbindd >>> >>> I stopped samba, then removed
2019 Oct 22
3
Samba domain users AWOL from Samba file server.
Unfortunately, the the Ubuntu 18.04 samba-tool package doesn't have "user show" as an option. The Windows ADUC tool shows user1 uidNumber =10001, user2 uidNumber=10002, user3 uidNumber =10003, and user4 uidNumber=10004 Here are the getent command results on the file server/ domain member: *admin at fsvr0:~$ getent passwd user1* hq-user1:*:11103:10513::/home/lan/user1:/bin/bash
2020 Feb 13
4
winbindd: getent passwd yields empty GECOS field
Dear all; I'm trying to use winbindd to resolve names in an AD setup. I can authenticate just fine, but I've noticed that for some users "getent passwd" returns a GECOS field populated with displayName from the LDAP servers and for others is does not. For example: $ getent passwd user1 user1:*:1111111111:2222222222:John Doe:/home/user1:/bin/bash $ getent passwd
2010 Nov 12
2
Strange bug since 3.83 version
Hello, i've found a strange bug, here is my situation: - all of our computers makes a pxeboot request by default dhcp server is configured: option option-128 code 128 = string; option option-129 code 129 = text; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned
2020 Feb 14
1
winbindd: getent passwd yields empty GECOS field
On Thu, 2020-02-13 at 15:07 -0800, Johan Hattne via samba wrote: >> Dear all; >> >> I'm trying to use winbindd to resolve names in an AD setup. I can >> authenticate just fine, but I've noticed that for some users "getent >> passwd" returns a GECOS field populated with displayName from the LDAP >> servers and for others is does not. For
2007 Aug 13
2
Freebsd + Samba + Ldap + Acls -> No locking file
Hello.. File server freebsd 6.2-STABLE + samba-3.0.25a + ldap + acls Problem: I've a situation where file locking does not seem to be functioning as expected, in that more than one user can open and write to a file without any notifications being displayed about the file already being opened by another user. I have two Windows XP clients accessing the same shared file, user1 has the file
2014 Jan 18
2
[LLVMdev] Scheduling quirks
Hello all! When I compile the following more or less stupid functions with clang++ -O3 -S test.cpp ===> int test_register(int x) { x ^= (x >> 2); x ^= (x >> 3); x = x ^ (x >> 4); int y = x; x >>= 5; x ^= y; // almost the same but explicit return x; } int test_scheduler(int x) { return ((x>>2) & 15) ^ ((x>>3) & 31); }
2015 Jun 13
4
idmap & migration to rfc2307
On 13/06/15 11:00, Jonathan Hunter wrote: > On 13 June 2015 at 09:34, buhorojo <buhorojo.lcb at gmail.com> wrote: >>> On 12 June 2015 at 08:55, Jonathan Hunter <jmhunter1 at gmail.com> wrote: >>> Sadly, even though sssd is now running and I'm no longer reliant on >>> winbind, the rest of samba doesn't seem to be taking notice of these >>>
2015 Oct 13
2
Second DC doesn't recognize users/groups on getent
Hello, I just realized that my second DC does not recognize the users from the AD. wbinfo -u/-g are working just fine. [root at dc1 ~]# id bruno.castro uid=10004(POL\bruno.castro) gid=100(users) grupos=100(users),10001(POL\ti),3000009(BUILTIN\users) [root at dc2 ~]# id bruno.castro id: bruno.castro: no such user [root at dc1 ~]# wbinfo -i bruno.castro POL\bruno.castro:*:10004:100:Bruno de
2011 Sep 23
1
Strange behavior from shared namespaces and INBOX, probably a bug
Hi, we have experienced some erratic behavior from Dovecot 2.0.15 if a user's INBOX is shared. Some folders of user1, including the INBOX, have been shared using these IMAP commands: . login user1 XXXXXX . setacl INBOX user2 lrwstiekx . setacl box-a user2 lrwstiekx Now if we use telnet to log in as user2 and select "shared/user1", it will contain the same mails as
2017 Dec 21
0
Unable to Join the Active Directory as a Domain Controller
I don't think it should be the schema that is the problem, but the domain functionality level the 2012 server is operating at. We currently only operate at 2008 R2 functional level (although there are some patches currently pending to change some aspects of that). If it's running at the 2012 R2 functional level, it would have to be downgraded first (or re-promoted to only be using 2008 R2
2010 Mar 04
1
Samba 3.5.0 and getent group output
Hello, I recently upgraded my testserver Centos 5.4 from sernet samba 3.3.11-40.el5 to sernet samba 3.5.0-41.el5. Did no configuration changes. Samba is configured to get users and groups from NT4 PDC through winbind. Before upgrade to 3.5, 'getent group' returned something like that: groupname:x:16777268:user1,user2,user3 etc. Now it only returns: groupname:x:16777268: without