similar to: NIS to SAMBA4 Migration

Displaying 20 results from an estimated 1000 matches similar to: "NIS to SAMBA4 Migration"

2012 Dec 11
14
Samba 4.0 released - The First Free Software Active Directory Compatible Server is now available !
Samba Team Releases Samba 4.0 ============================= December 11th 2012. The Samba Team is proud to announce the release of Samba 4.0, a major new release of the award-winning Free Software file, print and authentication server suite for Microsoft Windows clients. The First Free Software Active Directory Compatible Server
2012 Dec 11
14
Samba 4.0 released - The First Free Software Active Directory Compatible Server is now available !
Samba Team Releases Samba 4.0 ============================= December 11th 2012. The Samba Team is proud to announce the release of Samba 4.0, a major new release of the award-winning Free Software file, print and authentication server suite for Microsoft Windows clients. The First Free Software Active Directory Compatible Server
2019 Mar 21
4
About compile samba 4.10
Hi, After configure samba 4.10 make [1932/4136] Linking bin/default /sources4/lib/messaging/libMESSAGING-samab4.so sources4/lib/messaging/messaging.c.4.o: En la funcion imessaging_init sources4/lib/messaging/messaging.c.544 referencia a imessaging_register_extra_handler no define Build failed TASK in messaging failed with status 1 (run with -v to display more information ) I don't know
2016 Sep 10
2
Nbt service of Samba4 !
Samba3 and Samba4 as standalone server has nmbd daemon. In the same time Samab4 has nbt service. What is it Nbt of Samba4 ? Is it not finished Nmbd, which is going to be completed as part of samba daemon in a future ? Or it is intended for some purposes else. What is for else ?
2019 Mar 22
2
About compile samba 4.10
On Fri, 2019-03-22 at 10:14 +0530, Anoop C S via samba wrote: > On Thu, 2019-03-21 at 13:39 -0400, Leo C via samba wrote: > > > > Hi, > > > > After configure samba 4.10 > Can you specify your configure options? > > > > > make > > [1932/4136] Linking bin/default > > /sources4/lib/messaging/libMESSAGING-samab4.so > > > >
2019 Mar 22
2
About compile samba 4.10
This is my configure options, It has always worked well ./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/srv --mandir=/usr/share/man --enable-debug --enable-selftest -j 2 --cross-answers --cross-execute El vie., 22 mar. 2019 a las 2:56, Anoop C S (<anoopcs at cryptolab.net>) escribió: > On Fri, 2019-03-22 at 19:47 +1300,
2009 Feb 25
1
Samba4: programmatic account creation via LDAP (unicodePwd)
Hello, I've started working with samba4-alpha6. I've been successful in setting up an AD with an openldap backend. I'm now shifting my focus to how I would go about migrating to a samba4 setup from a microsoft AD implementation. To that end I've written a perl script that uses Net::LDAP to create users in the samba4 LDAP backend. I can create the user in such a way that samba4
2019 Mar 25
1
About compile samba 4.10
On Fri, 2019-03-22 at 09:51 -0400, Leo C via samba wrote: > Without the option --enable-selftest worked well make and make > install Yup. One patch missed backport which is now being tracked for 4.10.1. You can just apply the patch from [1] and build it yourself. [1] https://bugzilla.samba.org/show_bug.cgi?id=13854 > El vie., 22 mar. 2019 a las 9:23, Leo C (<leonidch076 at
2012 Jul 12
8
Linux SSO with samba4?
Hi, I think it is great that samba4 has a single sign on solution for Windows platforms and it seems to work well too, but I am wondering is it possible to do the same for a Linux environment? I have been studying how to implement single sign on using the Ubuntu way through this document: https://help.ubuntu.com/community/SingleSignOn and I am wondering if I can do the same with samba4 where the
2006 Jun 10
3
Weird Problem With Active Record
Is it me or is my model getting the created_at from the wrong model! I have a HABTM relationship between Problems and Tags. In one of my controller I do the following: def view @tag = Tag.find_by_name @params[:id] end In my view I do this: <% @tag.problems.each do |problem| %> ... <%= problem.created_at %> ... <% end %> Now, how come the created_at
2015 Oct 08
4
Samba AD PDC , LDAP and Single-Sign-On
On Oct 8 2015 09:32 Rowlan Penny wrote: > It might help if you were to explain just what you require from single-sign-on ? Well, perhaps I'm mistaken, but is this not the #1 reason to install Samba4? >From reading this list over the past couple of months it does not seem that Authenticating users on Windows workstations is the main thing people do. But, is not the ability to
2013 Jan 07
3
Samba 4 "Services for UNIX"?
I have a working Samba 4.0.0 AD DC running and am able to manage users etc using the Windows tools. Great. Now I want to as much as possible eliminate the need for an additional directory service (OpenLDAP and/or Open Directory) if not entirely. I need automount working and Posix users. I believe it's possible to set this up but haven't been able to find any solid documentation - Can
2012 Aug 08
1
How to build vfs_zfsacl module on Linux platform?
Solaris OS has ZFS as primary filesystem, that has own implementation of ACL (NFS v4 ACL). Samba uses zfsacl and acl_xattr modules for converting NT ACL to ZFS ACL and extended attributes of file in this OS. ZfsOnLinux team ported ZFS as a number of kernel-linked modules to Linux OS, so ZFS on Linux supports NFS ACL, deduplication, compresson and other features of Solaris ZFS v.28. But NFS ACL is
2008 Apr 11
2
Validating an ActiveRecord object and its has_many :through associations
Considering an object with several has_many :through => associations, what is the ''best'' way to handle validations? As an example: class Student < ActiveRecord::Base # some attrbutes like # :name # :grade # relationships has_many :students_assignment, :dependent => :destroy has_many :assignments, :through => :students_assignment has_many
2006 Oct 20
1
arrows and points for error bars
Hello everyone, I have successfully made an error bar graph using the points() command with the arrows() command to maually add on the standard errors. However, one slightly annoying feature of using this method is that the points dont line up exactly with the arrows (if you look carefully the points are never perfectly in the centre of the arrow), even when you move the arrows around in an
2015 Oct 08
2
Samba AD PDC , LDAP and Single-Sign-On
On Thu, 08 Oct 2015 21:52 Rowland Penny wrote: > What you cannot do is use GPO's like windows does, everything else is > possible, you just need to setup the clients correctly. Excellent! I've been messing around with GPOs on Windows AD domains for years, more extensively this past year with Samba4 AD/DC and I absolutely hate them. In my opinion they are yet another attempt by
2005 May 26
1
[Bug 2741] Cant start daemon
https://bugzilla.samba.org/show_bug.cgi?id=2741 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From wayned@samba.org 2005-05-25 23:41
2016 Apr 25
2
bug: cross-compile Clang/LLVM for ARM using Clang/LLVM
Hi James, renato, So how do I download the missing ARM libraries on Ubuntu14.04? I cannot find any available libraries. Best, Liyang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160425/04dfc553/attachment.html>
2015 Oct 08
3
Samba AD PDC , LDAP and Single-Sign-On
On Thu, 8 Oct 2015 15:46 Sketch wrote: > It's easy in Linux with Samba as well. You basically just need to follow > the directions here: > > https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server Thanks for the feedback. OK, I'll check out your link ASAP. The "Server" bit in the link gives me pause. I *have* a Samba4 AD/DC "server" already.
2011 Sep 08
0
Samba4: Current Packages? (CentOS6)
I see that Samab4 alpha11 is packaged in the repo. Are there any repo's out there with current S4 alpha packages? Or does anyone know where such packages might be found (OBS?, etc...)